Shades of Pale Goldenrod #EEE9AD
Tints of Pale Goldenrod #EEE9AD
RGB
CMYK
RGB Variations
Color information
#EEE9AD (or 0xEEE9AD) is known color: Pale Goldenrod. HEX triplet: EE, E9 and AD. RGB value is (238,233,173). Sum of RGB (Red+Green+Blue) = 238+233+173=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 233 (91.41% from 255 or 36.18% from 644); Blue value is 173 (67.97% from 255 or 26.86% from 644); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE9AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE9AD is #111652. Grayscale: #E3E3E3. Windows color (decimal): -1119827 or 11397614. OLE color: 11397614.
HSL color Cylindrical-coordinate representation of color #EEE9AD: hue angle of 55.38º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEE9AD is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 173 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.07 |
| HSL | 55.38º | 0.66% | 0.81% | - |
| HSV(B) | 55.38º | 0.27% | 0.93% | - |
| XYZ | 71.94 | 79.47 | 51.08 | - |
| YUV | 227.66 | 97.16 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 173 | 0 | 0.02 | 0.27 | 0.07 | 55.38 | 0.66 | 0.81 |
| Hex | EE | E9 | AD | 0 | 2 | 1B | 7 | 37 | 42 | 51 |
| Octal | 356 | 351 | 255 | 0 | 2 | 33 | 7 | 67 | 102 | 121 |
| Binary | 11101110 | 11101001 | 10101101 | 0 | 10 | 11011 | 111 | 110111 | 1000010 | 1010001 |
Color Harmonies of #EEE9AD
Complementary color
Monochromatic Colors of #EEE9AD
Black with #EEE9AD
Text Example
Text Example
White with #EEE9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE9AD; }
p { color: rgb(238,233,173); }
H1.HeaderClassName
{
color: #EEE9AD;
}
.AnyTagClassName
{
color: #EEE9AD;
}
</style>
background-color css
<style>
a { background-color: #EEE9AD; }
a { background-color: rgb(238,233,173); }
div.DivClassName
{
background-color: #EEE9AD;
}
.BgClassName
{
background-color: #EEE9AD;
}
</style>
border-color css
<style>
span { border-color: #EEE9AD; }
span { border-color: rgb(238,233,173); }
td.TdClassName
{
border-color: #EEE9AD;
}
.TagClassName
{
border-color: #EEE9AD;
}
</style>