Shades of Light Goldenrod #ECDD84
Tints of Light Goldenrod #ECDD84
RGB
CMYK
RGB Variations
Color information
#ECDD84 (or 0xECDD84) is known color: Light Goldenrod. HEX triplet: EC, DD and 84. RGB value is (236,221,132). Sum of RGB (Red+Green+Blue) = 236+221+132=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 132 (51.95% from 255 or 22.41% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDD84 is #13227B. Grayscale: #D7D7D7. Windows color (decimal): -1254012 or 8707564. OLE color: 8707564.
HSL color Cylindrical-coordinate representation of color #ECDD84: hue angle of 51.35º 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 #ECDD84 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 132 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.07 |
| HSL | 51.35º | 0.73% | 0.72% | - |
| HSV(B) | 51.35º | 0.44% | 0.93% | - |
| XYZ | 64.61 | 71.21 | 32.17 | - |
| YUV | 215.34 | 80.97 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 132 | 0 | 0.06 | 0.44 | 0.07 | 51.35 | 0.73 | 0.72 |
| Hex | EC | DD | 84 | 0 | 6 | 2C | 7 | 33 | 49 | 48 |
| Octal | 354 | 335 | 204 | 0 | 6 | 54 | 7 | 63 | 111 | 110 |
| Binary | 11101100 | 11011101 | 10000100 | 0 | 110 | 101100 | 111 | 110011 | 1001001 | 1001000 |
Color Harmonies of #ECDD84
Complementary color
Monochromatic Colors of #ECDD84
Black with #ECDD84
Text Example
Text Example
White with #ECDD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD84; }
p { color: rgb(236,221,132); }
H1.HeaderClassName
{
color: #ECDD84;
}
.AnyTagClassName
{
color: #ECDD84;
}
</style>
background-color css
<style>
a { background-color: #ECDD84; }
a { background-color: rgb(236,221,132); }
div.DivClassName
{
background-color: #ECDD84;
}
.BgClassName
{
background-color: #ECDD84;
}
</style>
border-color css
<style>
span { border-color: #ECDD84; }
span { border-color: rgb(236,221,132); }
td.TdClassName
{
border-color: #ECDD84;
}
.TagClassName
{
border-color: #ECDD84;
}
</style>