Shades of Pale Goldenrod #E9E5A8
Tints of Pale Goldenrod #E9E5A8
RGB
CMYK
RGB Variations
Color information
#E9E5A8 (or 0xE9E5A8) is known color: Pale Goldenrod. HEX triplet: E9, E5 and A8. RGB value is (233,229,168). Sum of RGB (Red+Green+Blue) = 233+229+168=630 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.98% from 630); Green value is 229 (89.84% from 255 or 36.35% from 630); Blue value is 168 (66.02% from 255 or 26.67% from 630); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E5A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E5A8 is #161A57. Grayscale: #DFDFDF. Windows color (decimal): -1448536 or 11068905. OLE color: 11068905.
HSL color Cylindrical-coordinate representation of color #E9E5A8: hue angle of 56.31º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E9E5A8 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 229 | 168 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.09 |
| HSL | 56.31º | 0.6% | 0.79% | - |
| HSV(B) | 56.31º | 0.28% | 0.91% | - |
| XYZ | 68.69 | 76.19 | 48.13 | - |
| YUV | 223.24 | 96.83 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 229 | 168 | 0 | 0.02 | 0.28 | 0.09 | 56.31 | 0.6 | 0.79 |
| Hex | E9 | E5 | A8 | 0 | 2 | 1C | 9 | 38 | 3C | 4F |
| Octal | 351 | 345 | 250 | 0 | 2 | 34 | 11 | 70 | 74 | 117 |
| Binary | 11101001 | 11100101 | 10101000 | 0 | 10 | 11100 | 1001 | 111000 | 111100 | 1001111 |
Color Harmonies of #E9E5A8
Complementary color
Monochromatic Colors of #E9E5A8
Black with #E9E5A8
Text Example
Text Example
White with #E9E5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E5A8; }
p { color: rgb(233,229,168); }
H1.HeaderClassName
{
color: #E9E5A8;
}
.AnyTagClassName
{
color: #E9E5A8;
}
</style>
background-color css
<style>
a { background-color: #E9E5A8; }
a { background-color: rgb(233,229,168); }
div.DivClassName
{
background-color: #E9E5A8;
}
.BgClassName
{
background-color: #E9E5A8;
}
</style>
border-color css
<style>
span { border-color: #E9E5A8; }
span { border-color: rgb(233,229,168); }
td.TdClassName
{
border-color: #E9E5A8;
}
.TagClassName
{
border-color: #E9E5A8;
}
</style>