Shades of Pale Goldenrod #EEE5AA
Tints of Pale Goldenrod #EEE5AA
RGB
CMYK
RGB Variations
Color information
#EEE5AA (or 0xEEE5AA) is known color: Pale Goldenrod. HEX triplet: EE, E5 and AA. RGB value is (238,229,170). Sum of RGB (Red+Green+Blue) = 238+229+170=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 229 (89.84% from 255 or 35.95% from 637); Blue value is 170 (66.80% from 255 or 26.69% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE5AA is #111A55. Grayscale: #E1E1E1. Windows color (decimal): -1120854 or 11199982. OLE color: 11199982.
HSL color Cylindrical-coordinate representation of color #EEE5AA: hue angle of 52.06º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEE5AA is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 229 | 170 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.07 |
| HSL | 52.06º | 0.67% | 0.8% | - |
| HSV(B) | 52.06º | 0.29% | 0.93% | - |
| XYZ | 70.53 | 77.12 | 49.2 | - |
| YUV | 224.97 | 96.98 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 170 | 0 | 0.04 | 0.29 | 0.07 | 52.06 | 0.67 | 0.8 |
| Hex | EE | E5 | AA | 0 | 4 | 1D | 7 | 34 | 43 | 50 |
| Octal | 356 | 345 | 252 | 0 | 4 | 35 | 7 | 64 | 103 | 120 |
| Binary | 11101110 | 11100101 | 10101010 | 0 | 100 | 11101 | 111 | 110100 | 1000011 | 1010000 |
Color Harmonies of #EEE5AA
Complementary color
Monochromatic Colors of #EEE5AA
Black with #EEE5AA
Text Example
Text Example
White with #EEE5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE5AA; }
p { color: rgb(238,229,170); }
H1.HeaderClassName
{
color: #EEE5AA;
}
.AnyTagClassName
{
color: #EEE5AA;
}
</style>
background-color css
<style>
a { background-color: #EEE5AA; }
a { background-color: rgb(238,229,170); }
div.DivClassName
{
background-color: #EEE5AA;
}
.BgClassName
{
background-color: #EEE5AA;
}
</style>
border-color css
<style>
span { border-color: #EEE5AA; }
span { border-color: rgb(238,229,170); }
td.TdClassName
{
border-color: #EEE5AA;
}
.TagClassName
{
border-color: #EEE5AA;
}
</style>