Shades of Pale Goldenrod #EEE8B2
Tints of Pale Goldenrod #EEE8B2
RGB
CMYK
RGB Variations
Color information
#EEE8B2 (or 0xEEE8B2) is known color: Pale Goldenrod. HEX triplet: EE, E8 and B2. RGB value is (238,232,178). Sum of RGB (Red+Green+Blue) = 238+232+178=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 232 (91.02% from 255 or 35.80% from 648); Blue value is 178 (69.92% from 255 or 27.47% from 648); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE8B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE8B2 is #11174D. Grayscale: #E3E3E3. Windows color (decimal): -1120078 or 11725038. OLE color: 11725038.
HSL color Cylindrical-coordinate representation of color #EEE8B2: hue angle of 54º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEE8B2 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 178 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.07 |
| HSL | 54º | 0.64% | 0.82% | - |
| HSV(B) | 54º | 0.25% | 0.93% | - |
| XYZ | 72.15 | 79.1 | 53.59 | - |
| YUV | 227.64 | 99.99 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 178 | 0 | 0.03 | 0.25 | 0.07 | 54 | 0.64 | 0.82 |
| Hex | EE | E8 | B2 | 0 | 3 | 19 | 7 | 36 | 40 | 52 |
| Octal | 356 | 350 | 262 | 0 | 3 | 31 | 7 | 66 | 100 | 122 |
| Binary | 11101110 | 11101000 | 10110010 | 0 | 11 | 11001 | 111 | 110110 | 1000000 | 1010010 |
Color Harmonies of #EEE8B2
Complementary color
Monochromatic Colors of #EEE8B2
Black with #EEE8B2
Text Example
Text Example
White with #EEE8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE8B2; }
p { color: rgb(238,232,178); }
H1.HeaderClassName
{
color: #EEE8B2;
}
.AnyTagClassName
{
color: #EEE8B2;
}
</style>
background-color css
<style>
a { background-color: #EEE8B2; }
a { background-color: rgb(238,232,178); }
div.DivClassName
{
background-color: #EEE8B2;
}
.BgClassName
{
background-color: #EEE8B2;
}
</style>
border-color css
<style>
span { border-color: #EEE8B2; }
span { border-color: rgb(238,232,178); }
td.TdClassName
{
border-color: #EEE8B2;
}
.TagClassName
{
border-color: #EEE8B2;
}
</style>