Shades of Pale Goldenrod #EEE4AB
Tints of Pale Goldenrod #EEE4AB
RGB
CMYK
RGB Variations
Color information
#EEE4AB (or 0xEEE4AB) is known color: Pale Goldenrod. HEX triplet: EE, E4 and AB. RGB value is (238,228,171). Sum of RGB (Red+Green+Blue) = 238+228+171=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 228 (89.45% from 255 or 35.79% from 637); Blue value is 171 (67.19% from 255 or 26.84% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE4AB is #111B54. Grayscale: #E0E0E0. Windows color (decimal): -1121109 or 11265262. OLE color: 11265262.
HSL color Cylindrical-coordinate representation of color #EEE4AB: hue angle of 51.04º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEE4AB is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 171 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.07 |
| HSL | 51.04º | 0.66% | 0.8% | - |
| HSV(B) | 51.04º | 0.28% | 0.93% | - |
| XYZ | 70.35 | 76.6 | 49.61 | - |
| YUV | 224.49 | 97.81 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 171 | 0 | 0.04 | 0.28 | 0.07 | 51.04 | 0.66 | 0.8 |
| Hex | EE | E4 | AB | 0 | 4 | 1C | 7 | 33 | 42 | 50 |
| Octal | 356 | 344 | 253 | 0 | 4 | 34 | 7 | 63 | 102 | 120 |
| Binary | 11101110 | 11100100 | 10101011 | 0 | 100 | 11100 | 111 | 110011 | 1000010 | 1010000 |
Color Harmonies of #EEE4AB
Complementary color
Monochromatic Colors of #EEE4AB
Black with #EEE4AB
Text Example
Text Example
White with #EEE4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE4AB; }
p { color: rgb(238,228,171); }
H1.HeaderClassName
{
color: #EEE4AB;
}
.AnyTagClassName
{
color: #EEE4AB;
}
</style>
background-color css
<style>
a { background-color: #EEE4AB; }
a { background-color: rgb(238,228,171); }
div.DivClassName
{
background-color: #EEE4AB;
}
.BgClassName
{
background-color: #EEE4AB;
}
</style>
border-color css
<style>
span { border-color: #EEE4AB; }
span { border-color: rgb(238,228,171); }
td.TdClassName
{
border-color: #EEE4AB;
}
.TagClassName
{
border-color: #EEE4AB;
}
</style>