#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 of #ECD07A | Value |
---|---|
RGB | 236, 208, 122 |
HSL | 0.13, 0.75, 0.7 |
HSV | 45°, 48°, 93° |
XYZ | 60.66, 64.35, 27.63 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11010000 | 1111010 |
Octal | 354 | 320 | 172 |
Decimal | 236 | 208 | 122 |
Hex | EC | D0 | 7A |
Shades of #ECD07A
Tints of #ECD07A
.mybgColor {background-color: #ECD07A;} .myforeColor {color: #ECD07A;} .myborderColor {border:3px solid #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,
<div style="background-color:#ECD07A">Div content here</div>
<div style="border:3px solid #ECD07A">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(236, 208, 122, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #ECD07A;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>