Shades of Light Goldenrod #ECDE81
Tints of Light Goldenrod #ECDE81
RGB
CMYK
RGB Variations
Color information
#ECDE81 (or 0xECDE81) is known color: Light Goldenrod. HEX triplet: EC, DE and 81. RGB value is (236,222,129). Sum of RGB (Red+Green+Blue) = 236+222+129=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 129 (50.78% from 255 or 21.98% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDE81 is #13217E. Grayscale: #D7D7D7. Windows color (decimal): -1253759 or 8511212. OLE color: 8511212.
HSL color Cylindrical-coordinate representation of color #ECDE81: hue angle of 52.15º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ECDE81 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 222 | 129 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.07 |
| HSL | 52.15º | 0.74% | 0.72% | - |
| HSV(B) | 52.15º | 0.45% | 0.93% | - |
| XYZ | 64.68 | 71.66 | 31.19 | - |
| YUV | 215.58 | 79.14 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 129 | 0 | 0.06 | 0.45 | 0.07 | 52.15 | 0.74 | 0.72 |
| Hex | EC | DE | 81 | 0 | 6 | 2D | 7 | 34 | 4A | 48 |
| Octal | 354 | 336 | 201 | 0 | 6 | 55 | 7 | 64 | 112 | 110 |
| Binary | 11101100 | 11011110 | 10000001 | 0 | 110 | 101101 | 111 | 110100 | 1001010 | 1001000 |
Color Harmonies of #ECDE81
Complementary color
Monochromatic Colors of #ECDE81
Black with #ECDE81
Text Example
Text Example
White with #ECDE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDE81; }
p { color: rgb(236,222,129); }
H1.HeaderClassName
{
color: #ECDE81;
}
.AnyTagClassName
{
color: #ECDE81;
}
</style>
background-color css
<style>
a { background-color: #ECDE81; }
a { background-color: rgb(236,222,129); }
div.DivClassName
{
background-color: #ECDE81;
}
.BgClassName
{
background-color: #ECDE81;
}
</style>
border-color css
<style>
span { border-color: #ECDE81; }
span { border-color: rgb(236,222,129); }
td.TdClassName
{
border-color: #ECDE81;
}
.TagClassName
{
border-color: #ECDE81;
}
</style>