Shades of Light Goldenrod #EEDF77
Tints of Light Goldenrod #EEDF77
RGB
CMYK
RGB Variations
Color information
#EEDF77 (or 0xEEDF77) is known color: Light Goldenrod. HEX triplet: EE, DF and 77. RGB value is (238,223,119). Sum of RGB (Red+Green+Blue) = 238+223+119=580 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.03% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 119 (46.88% from 255 or 20.52% from 580); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDF77 is #112088. Grayscale: #D8D8D8. Windows color (decimal): -1122441 or 7856110. OLE color: 7856110.
HSL color Cylindrical-coordinate representation of color #EEDF77: hue angle of 52.44º degrees, saturation: 0.78, 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 #EEDF77 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 223 | 119 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.07 |
| HSL | 52.44º | 0.78% | 0.7% | - |
| HSV(B) | 52.44º | 0.5% | 0.93% | - |
| XYZ | 64.98 | 72.28 | 27.98 | - |
| YUV | 215.63 | 73.47 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 223 | 119 | 0 | 0.06 | 0.50 | 0.07 | 52.44 | 0.78 | 0.7 |
| Hex | EE | DF | 77 | 0 | 6 | 32 | 7 | 34 | 4E | 46 |
| Octal | 356 | 337 | 167 | 0 | 6 | 62 | 7 | 64 | 116 | 106 |
| Binary | 11101110 | 11011111 | 1110111 | 0 | 110 | 110010 | 111 | 110100 | 1001110 | 1000110 |
Color Harmonies of #EEDF77
Complementary color
Monochromatic Colors of #EEDF77
Black with #EEDF77
Text Example
Text Example
White with #EEDF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDF77; }
p { color: rgb(238,223,119); }
H1.HeaderClassName
{
color: #EEDF77;
}
.AnyTagClassName
{
color: #EEDF77;
}
</style>
background-color css
<style>
a { background-color: #EEDF77; }
a { background-color: rgb(238,223,119); }
div.DivClassName
{
background-color: #EEDF77;
}
.BgClassName
{
background-color: #EEDF77;
}
</style>
border-color css
<style>
span { border-color: #EEDF77; }
span { border-color: rgb(238,223,119); }
td.TdClassName
{
border-color: #EEDF77;
}
.TagClassName
{
border-color: #EEDF77;
}
</style>