color details

Color Details
#ECD07A Color Hex

#ECD07A color RGB value is (14, 205, 7).
#ECD07A hex color red value is 14, green value is 205, and blue value is 7.
Cylindrical-coordinate representations (HSL) of color #ECD07A hue: 117.88, saturation: 0.93 and lightness: 0.42.

The process color (four-color CMYK) of #ECD07A color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #ECD07A is #ff9999. Color #ECD07A contains mainly RED.

Color Spaces
Color spaces of #ECD07AValue
RGB236, 208, 122
HSL0.13, 0.75, 0.7
HSV45°, 48°, 93°
XYZ60.66, 64.35, 27.63
Base Numbers
Base Red Green Blue
Binary 11101100 11010000 1111010
Octal 354 320 172
Decimal 236 208 122
Hex EC D0 7A

RGB Percentages for Color #ECD07A

41.7%
36.75%
21.55%

CMYK Percentages of the Color #ECD07A

11.86%
48.31%
7.45%
CSS Codes for Color #ECD07A
.mybgColor {background-color: #ECD07A;}
.myforeColor {color: #ECD07A;}
.myborderColor {border:3px solid #ECD07A;}
Text Font Color #ECD07A

<p style="color:#ECD07A">Text here</p>

This sample text is styled with the font color #ECD07A. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #ECD07A

<div style="background-color:#ECD07A">Div content here</div>

The background color of this div is #ECD07A
Border Color #ECD07A

<div style="border:3px solid #ECD07A">Div here</div>

The border color of this div is #ECD07A
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(236, 208, 122, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #ECD07A;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #ECD07A;
-webkit-box-shadow: 1px 1px 3px #ECD07A;
box-shadow: 1px 1px 3px #ECD07A;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236, 208, 122, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #ECD07A;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #ECD07A; -webkit-box-shadow: 1px 1px 3px #ECD07A; box-shadow: 1px 1px 3px #ECD07A;">Div content here</div>

This div box has a shadow with a specified color. #ECD07A
Scroll to Top