Shades of Pale Goldenrod #EEE8AD
Tints of Pale Goldenrod #EEE8AD
RGB
CMYK
RGB Variations
Color information
#EEE8AD (or 0xEEE8AD) is known color: Pale Goldenrod. HEX triplet: EE, E8 and AD. RGB value is (238,232,173). Sum of RGB (Red+Green+Blue) = 238+232+173=643 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.01% from 643); Green value is 232 (91.02% from 255 or 36.08% from 643); Blue value is 173 (67.97% from 255 or 26.91% from 643); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE8AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE8AD is #111752. Grayscale: #E3E3E3. Windows color (decimal): -1120083 or 11397358. OLE color: 11397358.
HSL color Cylindrical-coordinate representation of color #EEE8AD: hue angle of 54.46º 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 #EEE8AD is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 173 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.07 |
| HSL | 54.46º | 0.66% | 0.81% | - |
| HSV(B) | 54.46º | 0.27% | 0.93% | - |
| XYZ | 71.66 | 78.91 | 50.99 | - |
| YUV | 227.07 | 97.49 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 173 | 0 | 0.03 | 0.27 | 0.07 | 54.46 | 0.66 | 0.81 |
| Hex | EE | E8 | AD | 0 | 3 | 1B | 7 | 36 | 42 | 51 |
| Octal | 356 | 350 | 255 | 0 | 3 | 33 | 7 | 66 | 102 | 121 |
| Binary | 11101110 | 11101000 | 10101101 | 0 | 11 | 11011 | 111 | 110110 | 1000010 | 1010001 |
Color Harmonies of #EEE8AD
Complementary color
Monochromatic Colors of #EEE8AD
Black with #EEE8AD
Text Example
Text Example
White with #EEE8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE8AD; }
p { color: rgb(238,232,173); }
H1.HeaderClassName
{
color: #EEE8AD;
}
.AnyTagClassName
{
color: #EEE8AD;
}
</style>
background-color css
<style>
a { background-color: #EEE8AD; }
a { background-color: rgb(238,232,173); }
div.DivClassName
{
background-color: #EEE8AD;
}
.BgClassName
{
background-color: #EEE8AD;
}
</style>
border-color css
<style>
span { border-color: #EEE8AD; }
span { border-color: rgb(238,232,173); }
td.TdClassName
{
border-color: #EEE8AD;
}
.TagClassName
{
border-color: #EEE8AD;
}
</style>