Shades of Light Goldenrod #EEDE85
Tints of Light Goldenrod #EEDE85
RGB
CMYK
RGB Variations
Color information
#EEDE85 (or 0xEEDE85) is known color: Light Goldenrod. HEX triplet: EE, DE and 85. RGB value is (238,222,133). Sum of RGB (Red+Green+Blue) = 238+222+133=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 133 (52.34% from 255 or 22.43% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDE85 is #11217A. Grayscale: #D9D9D9. Windows color (decimal): -1122683 or 8773358. OLE color: 8773358.
HSL color Cylindrical-coordinate representation of color #EEDE85: hue angle of 50.86º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EEDE85 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 133 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.07 |
| HSL | 50.86º | 0.76% | 0.73% | - |
| HSV(B) | 50.86º | 0.44% | 0.93% | - |
| XYZ | 65.61 | 72.11 | 32.65 | - |
| YUV | 216.64 | 80.8 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 133 | 0 | 0.07 | 0.44 | 0.07 | 50.86 | 0.76 | 0.73 |
| Hex | EE | DE | 85 | 0 | 7 | 2C | 7 | 33 | 4C | 49 |
| Octal | 356 | 336 | 205 | 0 | 7 | 54 | 7 | 63 | 114 | 111 |
| Binary | 11101110 | 11011110 | 10000101 | 0 | 111 | 101100 | 111 | 110011 | 1001100 | 1001001 |
Color Harmonies of #EEDE85
Complementary color
Monochromatic Colors of #EEDE85
Black with #EEDE85
Text Example
Text Example
White with #EEDE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDE85; }
p { color: rgb(238,222,133); }
H1.HeaderClassName
{
color: #EEDE85;
}
.AnyTagClassName
{
color: #EEDE85;
}
</style>
background-color css
<style>
a { background-color: #EEDE85; }
a { background-color: rgb(238,222,133); }
div.DivClassName
{
background-color: #EEDE85;
}
.BgClassName
{
background-color: #EEDE85;
}
</style>
border-color css
<style>
span { border-color: #EEDE85; }
span { border-color: rgb(238,222,133); }
td.TdClassName
{
border-color: #EEDE85;
}
.TagClassName
{
border-color: #EEDE85;
}
</style>