Shades of Light Goldenrod #EEDD87
Tints of Light Goldenrod #EEDD87
RGB
CMYK
RGB Variations
Color information
#EEDD87 (or 0xEEDD87) is known color: Light Goldenrod. HEX triplet: EE, DD and 87. RGB value is (238,221,135). Sum of RGB (Red+Green+Blue) = 238+221+135=594 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.07% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 135 (53.12% from 255 or 22.73% from 594); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDD87 is #112278. Grayscale: #D8D8D8. Windows color (decimal): -1122937 or 8904174. OLE color: 8904174.
HSL color Cylindrical-coordinate representation of color #EEDD87: hue angle of 50.1º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EEDD87 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 135 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.07 |
| HSL | 50.1º | 0.75% | 0.73% | - |
| HSV(B) | 50.1º | 0.43% | 0.93% | - |
| XYZ | 65.49 | 71.64 | 33.3 | - |
| YUV | 216.28 | 82.13 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 135 | 0 | 0.07 | 0.43 | 0.07 | 50.1 | 0.75 | 0.73 |
| Hex | EE | DD | 87 | 0 | 7 | 2B | 7 | 32 | 4B | 49 |
| Octal | 356 | 335 | 207 | 0 | 7 | 53 | 7 | 62 | 113 | 111 |
| Binary | 11101110 | 11011101 | 10000111 | 0 | 111 | 101011 | 111 | 110010 | 1001011 | 1001001 |
Color Harmonies of #EEDD87
Complementary color
Monochromatic Colors of #EEDD87
Black with #EEDD87
Text Example
Text Example
White with #EEDD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDD87; }
p { color: rgb(238,221,135); }
H1.HeaderClassName
{
color: #EEDD87;
}
.AnyTagClassName
{
color: #EEDD87;
}
</style>
background-color css
<style>
a { background-color: #EEDD87; }
a { background-color: rgb(238,221,135); }
div.DivClassName
{
background-color: #EEDD87;
}
.BgClassName
{
background-color: #EEDD87;
}
</style>
border-color css
<style>
span { border-color: #EEDD87; }
span { border-color: rgb(238,221,135); }
td.TdClassName
{
border-color: #EEDD87;
}
.TagClassName
{
border-color: #EEDD87;
}
</style>