Shades of Pale Goldenrod #EEE8AC
Tints of Pale Goldenrod #EEE8AC
RGB
CMYK
RGB Variations
Color information
#EEE8AC (or 0xEEE8AC) is known color: Pale Goldenrod. HEX triplet: EE, E8 and AC. RGB value is (238,232,172). Sum of RGB (Red+Green+Blue) = 238+232+172=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 232 (91.02% from 255 or 36.14% from 642); Blue value is 172 (67.58% from 255 or 26.79% from 642); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE8AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE8AC is #111753. Grayscale: #E3E3E3. Windows color (decimal): -1120084 or 11331822. OLE color: 11331822.
HSL color Cylindrical-coordinate representation of color #EEE8AC: hue angle of 54.55º 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 #EEE8AC is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 172 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.07 |
| HSL | 54.55º | 0.66% | 0.8% | - |
| HSV(B) | 54.55º | 0.28% | 0.93% | - |
| XYZ | 71.56 | 78.87 | 50.48 | - |
| YUV | 226.95 | 96.99 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 172 | 0 | 0.03 | 0.28 | 0.07 | 54.55 | 0.66 | 0.8 |
| Hex | EE | E8 | AC | 0 | 3 | 1C | 7 | 37 | 42 | 50 |
| Octal | 356 | 350 | 254 | 0 | 3 | 34 | 7 | 67 | 102 | 120 |
| Binary | 11101110 | 11101000 | 10101100 | 0 | 11 | 11100 | 111 | 110111 | 1000010 | 1010000 |
Color Harmonies of #EEE8AC
Complementary color
Monochromatic Colors of #EEE8AC
Black with #EEE8AC
Text Example
Text Example
White with #EEE8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE8AC; }
p { color: rgb(238,232,172); }
H1.HeaderClassName
{
color: #EEE8AC;
}
.AnyTagClassName
{
color: #EEE8AC;
}
</style>
background-color css
<style>
a { background-color: #EEE8AC; }
a { background-color: rgb(238,232,172); }
div.DivClassName
{
background-color: #EEE8AC;
}
.BgClassName
{
background-color: #EEE8AC;
}
</style>
border-color css
<style>
span { border-color: #EEE8AC; }
span { border-color: rgb(238,232,172); }
td.TdClassName
{
border-color: #EEE8AC;
}
.TagClassName
{
border-color: #EEE8AC;
}
</style>