Shades of Light Goldenrod #ECDF84
Tints of Light Goldenrod #ECDF84
RGB
CMYK
RGB Variations
Color information
#ECDF84 (or 0xECDF84) is known color: Light Goldenrod. HEX triplet: EC, DF and 84. RGB value is (236,223,132). Sum of RGB (Red+Green+Blue) = 236+223+132=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 132 (51.95% from 255 or 22.34% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDF84 is #13207B. Grayscale: #D8D8D8. Windows color (decimal): -1253500 or 8708076. OLE color: 8708076.
HSL color Cylindrical-coordinate representation of color #ECDF84: hue angle of 52.5º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ECDF84 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 132 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.07 |
| HSL | 52.5º | 0.73% | 0.72% | - |
| HSV(B) | 52.5º | 0.44% | 0.93% | - |
| XYZ | 65.14 | 72.27 | 32.35 | - |
| YUV | 216.51 | 80.31 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 132 | 0 | 0.06 | 0.44 | 0.07 | 52.5 | 0.73 | 0.72 |
| Hex | EC | DF | 84 | 0 | 6 | 2C | 7 | 34 | 49 | 48 |
| Octal | 354 | 337 | 204 | 0 | 6 | 54 | 7 | 64 | 111 | 110 |
| Binary | 11101100 | 11011111 | 10000100 | 0 | 110 | 101100 | 111 | 110100 | 1001001 | 1001000 |
Color Harmonies of #ECDF84
Complementary color
Monochromatic Colors of #ECDF84
Black with #ECDF84
Text Example
Text Example
White with #ECDF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF84; }
p { color: rgb(236,223,132); }
H1.HeaderClassName
{
color: #ECDF84;
}
.AnyTagClassName
{
color: #ECDF84;
}
</style>
background-color css
<style>
a { background-color: #ECDF84; }
a { background-color: rgb(236,223,132); }
div.DivClassName
{
background-color: #ECDF84;
}
.BgClassName
{
background-color: #ECDF84;
}
</style>
border-color css
<style>
span { border-color: #ECDF84; }
span { border-color: rgb(236,223,132); }
td.TdClassName
{
border-color: #ECDF84;
}
.TagClassName
{
border-color: #ECDF84;
}
</style>