Shades of Light Goldenrod #EEE07C
Tints of Light Goldenrod #EEE07C
RGB
CMYK
RGB Variations
Color information
#EEE07C (or 0xEEE07C) is known color: Light Goldenrod. HEX triplet: EE, E0 and 7C. RGB value is (238,224,124). Sum of RGB (Red+Green+Blue) = 238+224+124=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 124 (48.83% from 255 or 21.16% from 586); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE07C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE07C is #111F83. Grayscale: #D9D9D9. Windows color (decimal): -1122180 or 8184046. OLE color: 8184046.
HSL color Cylindrical-coordinate representation of color #EEE07C: hue angle of 52.63º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EEE07C is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 124 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.07 |
| HSL | 52.63º | 0.77% | 0.71% | - |
| HSV(B) | 52.63º | 0.48% | 0.93% | - |
| XYZ | 65.55 | 72.94 | 29.69 | - |
| YUV | 216.79 | 75.64 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 124 | 0 | 0.06 | 0.48 | 0.07 | 52.63 | 0.77 | 0.71 |
| Hex | EE | E0 | 7C | 0 | 6 | 30 | 7 | 35 | 4D | 47 |
| Octal | 356 | 340 | 174 | 0 | 6 | 60 | 7 | 65 | 115 | 107 |
| Binary | 11101110 | 11100000 | 1111100 | 0 | 110 | 110000 | 111 | 110101 | 1001101 | 1000111 |
Color Harmonies of #EEE07C
Complementary color
Monochromatic Colors of #EEE07C
Black with #EEE07C
Text Example
Text Example
White with #EEE07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE07C; }
p { color: rgb(238,224,124); }
H1.HeaderClassName
{
color: #EEE07C;
}
.AnyTagClassName
{
color: #EEE07C;
}
</style>
background-color css
<style>
a { background-color: #EEE07C; }
a { background-color: rgb(238,224,124); }
div.DivClassName
{
background-color: #EEE07C;
}
.BgClassName
{
background-color: #EEE07C;
}
</style>
border-color css
<style>
span { border-color: #EEE07C; }
span { border-color: rgb(238,224,124); }
td.TdClassName
{
border-color: #EEE07C;
}
.TagClassName
{
border-color: #EEE07C;
}
</style>