#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>
