Shades of Light Goldenrod #EADE7C
Tints of Light Goldenrod #EADE7C
RGB
CMYK
RGB Variations
Color information
#EADE7C (or 0xEADE7C) is known color: Light Goldenrod. HEX triplet: EA, DE and 7C. RGB value is (234,222,124). Sum of RGB (Red+Green+Blue) = 234+222+124=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 124 (48.83% from 255 or 21.38% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADE7C is #152183. Grayscale: #D6D6D6. Windows color (decimal): -1384836 or 8183530. OLE color: 8183530.
HSL color Cylindrical-coordinate representation of color #EADE7C: hue angle of 53.45º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EADE7C is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 124 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.08 |
| HSL | 53.45º | 0.72% | 0.7% | - |
| HSV(B) | 53.45º | 0.47% | 0.92% | - |
| XYZ | 63.69 | 71.19 | 29.45 | - |
| YUV | 214.42 | 76.98 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 124 | 0 | 0.05 | 0.47 | 0.08 | 53.45 | 0.72 | 0.7 |
| Hex | EA | DE | 7C | 0 | 5 | 2F | 8 | 35 | 48 | 46 |
| Octal | 352 | 336 | 174 | 0 | 5 | 57 | 10 | 65 | 110 | 106 |
| Binary | 11101010 | 11011110 | 1111100 | 0 | 101 | 101111 | 1000 | 110101 | 1001000 | 1000110 |
Color Harmonies of #EADE7C
Complementary color
Monochromatic Colors of #EADE7C
Black with #EADE7C
Text Example
Text Example
White with #EADE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADE7C; }
p { color: rgb(234,222,124); }
H1.HeaderClassName
{
color: #EADE7C;
}
.AnyTagClassName
{
color: #EADE7C;
}
</style>
background-color css
<style>
a { background-color: #EADE7C; }
a { background-color: rgb(234,222,124); }
div.DivClassName
{
background-color: #EADE7C;
}
.BgClassName
{
background-color: #EADE7C;
}
</style>
border-color css
<style>
span { border-color: #EADE7C; }
span { border-color: rgb(234,222,124); }
td.TdClassName
{
border-color: #EADE7C;
}
.TagClassName
{
border-color: #EADE7C;
}
</style>