Shades of Light Goldenrod #ECDE7B
Tints of Light Goldenrod #ECDE7B
RGB
CMYK
RGB Variations
Color information
#ECDE7B (or 0xECDE7B) is known color: Light Goldenrod. HEX triplet: EC, DE and 7B. RGB value is (236,222,123). Sum of RGB (Red+Green+Blue) = 236+222+123=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 123 (48.44% from 255 or 21.17% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDE7B is #132184. Grayscale: #D7D7D7. Windows color (decimal): -1253765 or 8117996. OLE color: 8117996.
HSL color Cylindrical-coordinate representation of color #ECDE7B: hue angle of 52.57º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ECDE7B is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 222 | 123 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.07 |
| HSL | 52.57º | 0.75% | 0.7% | - |
| HSV(B) | 52.57º | 0.48% | 0.93% | - |
| XYZ | 64.29 | 71.51 | 29.15 | - |
| YUV | 214.9 | 76.14 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 123 | 0 | 0.06 | 0.48 | 0.07 | 52.57 | 0.75 | 0.7 |
| Hex | EC | DE | 7B | 0 | 6 | 30 | 7 | 35 | 4B | 46 |
| Octal | 354 | 336 | 173 | 0 | 6 | 60 | 7 | 65 | 113 | 106 |
| Binary | 11101100 | 11011110 | 1111011 | 0 | 110 | 110000 | 111 | 110101 | 1001011 | 1000110 |
Color Harmonies of #ECDE7B
Complementary color
Monochromatic Colors of #ECDE7B
Black with #ECDE7B
Text Example
Text Example
White with #ECDE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDE7B; }
p { color: rgb(236,222,123); }
H1.HeaderClassName
{
color: #ECDE7B;
}
.AnyTagClassName
{
color: #ECDE7B;
}
</style>
background-color css
<style>
a { background-color: #ECDE7B; }
a { background-color: rgb(236,222,123); }
div.DivClassName
{
background-color: #ECDE7B;
}
.BgClassName
{
background-color: #ECDE7B;
}
</style>
border-color css
<style>
span { border-color: #ECDE7B; }
span { border-color: rgb(236,222,123); }
td.TdClassName
{
border-color: #ECDE7B;
}
.TagClassName
{
border-color: #ECDE7B;
}
</style>