Shades of Light Goldenrod #ECDD77
Tints of Light Goldenrod #ECDD77
RGB
CMYK
RGB Variations
Color information
#ECDD77 (or 0xECDD77) is known color: Light Goldenrod. HEX triplet: EC, DD and 77. RGB value is (236,221,119). Sum of RGB (Red+Green+Blue) = 236+221+119=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 119 (46.88% from 255 or 20.66% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDD77 is #132288. Grayscale: #D6D6D6. Windows color (decimal): -1254025 or 7855596. OLE color: 7855596.
HSL color Cylindrical-coordinate representation of color #ECDD77: hue angle of 52.31º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECDD77 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 119 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.07 |
| HSL | 52.31º | 0.75% | 0.7% | - |
| HSV(B) | 52.31º | 0.5% | 0.93% | - |
| XYZ | 63.78 | 70.88 | 27.77 | - |
| YUV | 213.86 | 74.47 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 119 | 0 | 0.06 | 0.50 | 0.07 | 52.31 | 0.75 | 0.7 |
| Hex | EC | DD | 77 | 0 | 6 | 32 | 7 | 34 | 4B | 46 |
| Octal | 354 | 335 | 167 | 0 | 6 | 62 | 7 | 64 | 113 | 106 |
| Binary | 11101100 | 11011101 | 1110111 | 0 | 110 | 110010 | 111 | 110100 | 1001011 | 1000110 |
Color Harmonies of #ECDD77
Complementary color
Monochromatic Colors of #ECDD77
Black with #ECDD77
Text Example
Text Example
White with #ECDD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD77; }
p { color: rgb(236,221,119); }
H1.HeaderClassName
{
color: #ECDD77;
}
.AnyTagClassName
{
color: #ECDD77;
}
</style>
background-color css
<style>
a { background-color: #ECDD77; }
a { background-color: rgb(236,221,119); }
div.DivClassName
{
background-color: #ECDD77;
}
.BgClassName
{
background-color: #ECDD77;
}
</style>
border-color css
<style>
span { border-color: #ECDD77; }
span { border-color: rgb(236,221,119); }
td.TdClassName
{
border-color: #ECDD77;
}
.TagClassName
{
border-color: #ECDD77;
}
</style>