Shades of Pale Goldenrod #E8E2AB
Tints of Pale Goldenrod #E8E2AB
RGB
CMYK
RGB Variations
Color information
#E8E2AB (or 0xE8E2AB) is known color: Pale Goldenrod. HEX triplet: E8, E2 and AB. RGB value is (232,226,171). Sum of RGB (Red+Green+Blue) = 232+226+171=629 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.88% from 629); Green value is 226 (88.67% from 255 or 35.93% from 629); Blue value is 171 (67.19% from 255 or 27.19% from 629); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8E2AB is #171D54. Grayscale: #DDDDDD. Windows color (decimal): -1514837 or 11264744. OLE color: 11264744.
HSL color Cylindrical-coordinate representation of color #E8E2AB: hue angle of 54.1º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E8E2AB is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 226 | 171 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.09 |
| HSL | 54.1º | 0.57% | 0.79% | - |
| HSV(B) | 54.1º | 0.26% | 0.91% | - |
| XYZ | 67.83 | 74.49 | 49.33 | - |
| YUV | 221.52 | 99.49 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 226 | 171 | 0 | 0.03 | 0.26 | 0.09 | 54.1 | 0.57 | 0.79 |
| Hex | E8 | E2 | AB | 0 | 3 | 1A | 9 | 36 | 39 | 4F |
| Octal | 350 | 342 | 253 | 0 | 3 | 32 | 11 | 66 | 71 | 117 |
| Binary | 11101000 | 11100010 | 10101011 | 0 | 11 | 11010 | 1001 | 110110 | 111001 | 1001111 |
Color Harmonies of #E8E2AB
Complementary color
Monochromatic Colors of #E8E2AB
Black with #E8E2AB
Text Example
Text Example
White with #E8E2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E2AB; }
p { color: rgb(232,226,171); }
H1.HeaderClassName
{
color: #E8E2AB;
}
.AnyTagClassName
{
color: #E8E2AB;
}
</style>
background-color css
<style>
a { background-color: #E8E2AB; }
a { background-color: rgb(232,226,171); }
div.DivClassName
{
background-color: #E8E2AB;
}
.BgClassName
{
background-color: #E8E2AB;
}
</style>
border-color css
<style>
span { border-color: #E8E2AB; }
span { border-color: rgb(232,226,171); }
td.TdClassName
{
border-color: #E8E2AB;
}
.TagClassName
{
border-color: #E8E2AB;
}
</style>