Shades of Pale Goldenrod #EEE8AF
Tints of Pale Goldenrod #EEE8AF
RGB
CMYK
RGB Variations
Color information
#EEE8AF (or 0xEEE8AF) is known color: Pale Goldenrod. HEX triplet: EE, E8 and AF. RGB value is (238,232,175). Sum of RGB (Red+Green+Blue) = 238+232+175=645 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.90% from 645); Green value is 232 (91.02% from 255 or 35.97% from 645); Blue value is 175 (68.75% from 255 or 27.13% from 645); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE8AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE8AF is #111750. Grayscale: #E3E3E3. Windows color (decimal): -1120081 or 11528430. OLE color: 11528430.
HSL color Cylindrical-coordinate representation of color #EEE8AF: hue angle of 54.29º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEE8AF is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 175 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.07 |
| HSL | 54.29º | 0.65% | 0.81% | - |
| HSV(B) | 54.29º | 0.26% | 0.93% | - |
| XYZ | 71.85 | 78.99 | 52.02 | - |
| YUV | 227.3 | 98.49 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 175 | 0 | 0.03 | 0.26 | 0.07 | 54.29 | 0.65 | 0.81 |
| Hex | EE | E8 | AF | 0 | 3 | 1A | 7 | 36 | 41 | 51 |
| Octal | 356 | 350 | 257 | 0 | 3 | 32 | 7 | 66 | 101 | 121 |
| Binary | 11101110 | 11101000 | 10101111 | 0 | 11 | 11010 | 111 | 110110 | 1000001 | 1010001 |
Color Harmonies of #EEE8AF
Complementary color
Monochromatic Colors of #EEE8AF
Black with #EEE8AF
Text Example
Text Example
White with #EEE8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE8AF; }
p { color: rgb(238,232,175); }
H1.HeaderClassName
{
color: #EEE8AF;
}
.AnyTagClassName
{
color: #EEE8AF;
}
</style>
background-color css
<style>
a { background-color: #EEE8AF; }
a { background-color: rgb(238,232,175); }
div.DivClassName
{
background-color: #EEE8AF;
}
.BgClassName
{
background-color: #EEE8AF;
}
</style>
border-color css
<style>
span { border-color: #EEE8AF; }
span { border-color: rgb(238,232,175); }
td.TdClassName
{
border-color: #EEE8AF;
}
.TagClassName
{
border-color: #EEE8AF;
}
</style>