Shades of Pale Goldenrod #E9E29E
Tints of Pale Goldenrod #E9E29E
RGB
CMYK
RGB Variations
Color information
#E9E29E (or 0xE9E29E) is known color: Pale Goldenrod. HEX triplet: E9, E2 and 9E. RGB value is (233,226,158). Sum of RGB (Red+Green+Blue) = 233+226+158=617 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.76% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 158 (62.11% from 255 or 25.61% from 617); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E29E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E29E is #161D61. Grayscale: #DCDCDC. Windows color (decimal): -1449314 or 10412777. OLE color: 10412777.
HSL color Cylindrical-coordinate representation of color #E9E29E: hue angle of 54.4º 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 #E9E29E is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 226 | 158 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.09 |
| HSL | 54.4º | 0.63% | 0.77% | - |
| HSV(B) | 54.4º | 0.32% | 0.91% | - |
| XYZ | 66.97 | 74.18 | 43.14 | - |
| YUV | 220.34 | 92.82 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 226 | 158 | 0 | 0.03 | 0.32 | 0.09 | 54.4 | 0.63 | 0.77 |
| Hex | E9 | E2 | 9E | 0 | 3 | 20 | 9 | 36 | 3F | 4D |
| Octal | 351 | 342 | 236 | 0 | 3 | 40 | 11 | 66 | 77 | 115 |
| Binary | 11101001 | 11100010 | 10011110 | 0 | 11 | 100000 | 1001 | 110110 | 111111 | 1001101 |
Color Harmonies of #E9E29E
Complementary color
Monochromatic Colors of #E9E29E
Black with #E9E29E
Text Example
Text Example
White with #E9E29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E29E; }
p { color: rgb(233,226,158); }
H1.HeaderClassName
{
color: #E9E29E;
}
.AnyTagClassName
{
color: #E9E29E;
}
</style>
background-color css
<style>
a { background-color: #E9E29E; }
a { background-color: rgb(233,226,158); }
div.DivClassName
{
background-color: #E9E29E;
}
.BgClassName
{
background-color: #E9E29E;
}
</style>
border-color css
<style>
span { border-color: #E9E29E; }
span { border-color: rgb(233,226,158); }
td.TdClassName
{
border-color: #E9E29E;
}
.TagClassName
{
border-color: #E9E29E;
}
</style>