Shades of Pale Goldenrod #E9E49E
Tints of Pale Goldenrod #E9E49E
RGB
CMYK
RGB Variations
Color information
#E9E49E (or 0xE9E49E) is known color: Pale Goldenrod. HEX triplet: E9, E4 and 9E. RGB value is (233,228,158). Sum of RGB (Red+Green+Blue) = 233+228+158=619 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.64% from 619); Green value is 228 (89.45% from 255 or 36.83% from 619); Blue value is 158 (62.11% from 255 or 25.53% from 619); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E49E is #161B61. Grayscale: #DDDDDD. Windows color (decimal): -1448802 or 10413289. OLE color: 10413289.
HSL color Cylindrical-coordinate representation of color #E9E49E: hue angle of 56º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E9E49E is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 228 | 158 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.09 |
| HSL | 56º | 0.63% | 0.77% | - |
| HSV(B) | 56º | 0.32% | 0.91% | - |
| XYZ | 67.52 | 75.28 | 43.32 | - |
| YUV | 221.52 | 92.16 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 228 | 158 | 0 | 0.02 | 0.32 | 0.09 | 56 | 0.63 | 0.77 |
| Hex | E9 | E4 | 9E | 0 | 2 | 20 | 9 | 38 | 3F | 4D |
| Octal | 351 | 344 | 236 | 0 | 2 | 40 | 11 | 70 | 77 | 115 |
| Binary | 11101001 | 11100100 | 10011110 | 0 | 10 | 100000 | 1001 | 111000 | 111111 | 1001101 |
Color Harmonies of #E9E49E
Complementary color
Monochromatic Colors of #E9E49E
Black with #E9E49E
Text Example
Text Example
White with #E9E49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E49E; }
p { color: rgb(233,228,158); }
H1.HeaderClassName
{
color: #E9E49E;
}
.AnyTagClassName
{
color: #E9E49E;
}
</style>
background-color css
<style>
a { background-color: #E9E49E; }
a { background-color: rgb(233,228,158); }
div.DivClassName
{
background-color: #E9E49E;
}
.BgClassName
{
background-color: #E9E49E;
}
</style>
border-color css
<style>
span { border-color: #E9E49E; }
span { border-color: rgb(233,228,158); }
td.TdClassName
{
border-color: #E9E49E;
}
.TagClassName
{
border-color: #E9E49E;
}
</style>