Shades of Light Goldenrod #EEDD85
Tints of Light Goldenrod #EEDD85
RGB
CMYK
RGB Variations
Color information
#EEDD85 (or 0xEEDD85) is known color: Light Goldenrod. HEX triplet: EE, DD and 85. RGB value is (238,221,133). Sum of RGB (Red+Green+Blue) = 238+221+133=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 133 (52.34% from 255 or 22.47% from 592); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDD85 is #11227A. Grayscale: #D8D8D8. Windows color (decimal): -1122939 or 8773102. OLE color: 8773102.
HSL color Cylindrical-coordinate representation of color #EEDD85: hue angle of 50.29º 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 #EEDD85 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 133 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.07 |
| HSL | 50.29º | 0.76% | 0.73% | - |
| HSV(B) | 50.29º | 0.44% | 0.93% | - |
| XYZ | 65.35 | 71.58 | 32.56 | - |
| YUV | 216.05 | 81.13 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 133 | 0 | 0.07 | 0.44 | 0.07 | 50.29 | 0.76 | 0.73 |
| Hex | EE | DD | 85 | 0 | 7 | 2C | 7 | 32 | 4C | 49 |
| Octal | 356 | 335 | 205 | 0 | 7 | 54 | 7 | 62 | 114 | 111 |
| Binary | 11101110 | 11011101 | 10000101 | 0 | 111 | 101100 | 111 | 110010 | 1001100 | 1001001 |
Color Harmonies of #EEDD85
Complementary color
Monochromatic Colors of #EEDD85
Black with #EEDD85
Text Example
Text Example
White with #EEDD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDD85; }
p { color: rgb(238,221,133); }
H1.HeaderClassName
{
color: #EEDD85;
}
.AnyTagClassName
{
color: #EEDD85;
}
</style>
background-color css
<style>
a { background-color: #EEDD85; }
a { background-color: rgb(238,221,133); }
div.DivClassName
{
background-color: #EEDD85;
}
.BgClassName
{
background-color: #EEDD85;
}
</style>
border-color css
<style>
span { border-color: #EEDD85; }
span { border-color: rgb(238,221,133); }
td.TdClassName
{
border-color: #EEDD85;
}
.TagClassName
{
border-color: #EEDD85;
}
</style>