Shades of Pale Goldenrod #EEE8A6
Tints of Pale Goldenrod #EEE8A6
RGB
CMYK
RGB Variations
Color information
#EEE8A6 (or 0xEEE8A6) is known color: Pale Goldenrod. HEX triplet: EE, E8 and A6. RGB value is (238,232,166). Sum of RGB (Red+Green+Blue) = 238+232+166=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 232 (91.02% from 255 or 36.48% from 636); Blue value is 166 (65.23% from 255 or 26.10% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE8A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE8A6 is #111759. Grayscale: #E2E2E2. Windows color (decimal): -1120090 or 10938606. OLE color: 10938606.
HSL color Cylindrical-coordinate representation of color #EEE8A6: hue angle of 55º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEE8A6 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 166 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.07 |
| HSL | 55º | 0.68% | 0.79% | - |
| HSV(B) | 55º | 0.3% | 0.93% | - |
| XYZ | 71 | 78.64 | 47.51 | - |
| YUV | 226.27 | 93.99 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 166 | 0 | 0.03 | 0.30 | 0.07 | 55 | 0.68 | 0.79 |
| Hex | EE | E8 | A6 | 0 | 3 | 1E | 7 | 37 | 44 | 4F |
| Octal | 356 | 350 | 246 | 0 | 3 | 36 | 7 | 67 | 104 | 117 |
| Binary | 11101110 | 11101000 | 10100110 | 0 | 11 | 11110 | 111 | 110111 | 1000100 | 1001111 |
Color Harmonies of #EEE8A6
Complementary color
Monochromatic Colors of #EEE8A6
Black with #EEE8A6
Text Example
Text Example
White with #EEE8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE8A6; }
p { color: rgb(238,232,166); }
H1.HeaderClassName
{
color: #EEE8A6;
}
.AnyTagClassName
{
color: #EEE8A6;
}
</style>
background-color css
<style>
a { background-color: #EEE8A6; }
a { background-color: rgb(238,232,166); }
div.DivClassName
{
background-color: #EEE8A6;
}
.BgClassName
{
background-color: #EEE8A6;
}
</style>
border-color css
<style>
span { border-color: #EEE8A6; }
span { border-color: rgb(238,232,166); }
td.TdClassName
{
border-color: #EEE8A6;
}
.TagClassName
{
border-color: #EEE8A6;
}
</style>