Shades of Pale Goldenrod #E8E4AA
Tints of Pale Goldenrod #E8E4AA
RGB
CMYK
RGB Variations
Color information
#E8E4AA (or 0xE8E4AA) is known color: Pale Goldenrod. HEX triplet: E8, E4 and AA. RGB value is (232,228,170). Sum of RGB (Red+Green+Blue) = 232+228+170=630 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.83% from 630); Green value is 228 (89.45% from 255 or 36.19% from 630); Blue value is 170 (66.80% from 255 or 26.98% from 630); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8E4AA is #171B55. Grayscale: #DEDEDE. Windows color (decimal): -1514326 or 11199720. OLE color: 11199720.
HSL color Cylindrical-coordinate representation of color #E8E4AA: hue angle of 56.13º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8E4AA is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 228 | 170 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.09 |
| HSL | 56.13º | 0.57% | 0.79% | - |
| HSV(B) | 56.13º | 0.27% | 0.91% | - |
| XYZ | 68.28 | 75.54 | 49.01 | - |
| YUV | 222.58 | 98.33 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 228 | 170 | 0 | 0.02 | 0.27 | 0.09 | 56.13 | 0.57 | 0.79 |
| Hex | E8 | E4 | AA | 0 | 2 | 1B | 9 | 38 | 39 | 4F |
| Octal | 350 | 344 | 252 | 0 | 2 | 33 | 11 | 70 | 71 | 117 |
| Binary | 11101000 | 11100100 | 10101010 | 0 | 10 | 11011 | 1001 | 111000 | 111001 | 1001111 |
Color Harmonies of #E8E4AA
Complementary color
Monochromatic Colors of #E8E4AA
Black with #E8E4AA
Text Example
Text Example
White with #E8E4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E4AA; }
p { color: rgb(232,228,170); }
H1.HeaderClassName
{
color: #E8E4AA;
}
.AnyTagClassName
{
color: #E8E4AA;
}
</style>
background-color css
<style>
a { background-color: #E8E4AA; }
a { background-color: rgb(232,228,170); }
div.DivClassName
{
background-color: #E8E4AA;
}
.BgClassName
{
background-color: #E8E4AA;
}
</style>
border-color css
<style>
span { border-color: #E8E4AA; }
span { border-color: rgb(232,228,170); }
td.TdClassName
{
border-color: #E8E4AA;
}
.TagClassName
{
border-color: #E8E4AA;
}
</style>