Shades of Light Goldenrod #ECDD7E
Tints of Light Goldenrod #ECDD7E
RGB
CMYK
RGB Variations
Color information
#ECDD7E (or 0xECDD7E) is known color: Light Goldenrod. HEX triplet: EC, DD and 7E. RGB value is (236,221,126). Sum of RGB (Red+Green+Blue) = 236+221+126=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 126 (49.61% from 255 or 21.61% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDD7E is #132281. Grayscale: #D7D7D7. Windows color (decimal): -1254018 or 8314348. OLE color: 8314348.
HSL color Cylindrical-coordinate representation of color #ECDD7E: hue angle of 51.82º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ECDD7E is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 126 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.07 |
| HSL | 51.82º | 0.74% | 0.71% | - |
| HSV(B) | 51.82º | 0.47% | 0.93% | - |
| XYZ | 64.21 | 71.05 | 30.07 | - |
| YUV | 214.66 | 77.97 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 126 | 0 | 0.06 | 0.47 | 0.07 | 51.82 | 0.74 | 0.71 |
| Hex | EC | DD | 7E | 0 | 6 | 2F | 7 | 34 | 4A | 47 |
| Octal | 354 | 335 | 176 | 0 | 6 | 57 | 7 | 64 | 112 | 107 |
| Binary | 11101100 | 11011101 | 1111110 | 0 | 110 | 101111 | 111 | 110100 | 1001010 | 1000111 |
Color Harmonies of #ECDD7E
Complementary color
Monochromatic Colors of #ECDD7E
Black with #ECDD7E
Text Example
Text Example
White with #ECDD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD7E; }
p { color: rgb(236,221,126); }
H1.HeaderClassName
{
color: #ECDD7E;
}
.AnyTagClassName
{
color: #ECDD7E;
}
</style>
background-color css
<style>
a { background-color: #ECDD7E; }
a { background-color: rgb(236,221,126); }
div.DivClassName
{
background-color: #ECDD7E;
}
.BgClassName
{
background-color: #ECDD7E;
}
</style>
border-color css
<style>
span { border-color: #ECDD7E; }
span { border-color: rgb(236,221,126); }
td.TdClassName
{
border-color: #ECDD7E;
}
.TagClassName
{
border-color: #ECDD7E;
}
</style>