Shades of Pale Goldenrod #E9E29D
Tints of Pale Goldenrod #E9E29D
RGB
CMYK
RGB Variations
Color information
#E9E29D (or 0xE9E29D) is known color: Pale Goldenrod. HEX triplet: E9, E2 and 9D. RGB value is (233,226,157). Sum of RGB (Red+Green+Blue) = 233+226+157=616 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.82% from 616); Green value is 226 (88.67% from 255 or 36.69% from 616); Blue value is 157 (61.72% from 255 or 25.49% from 616); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E29D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9E29D is #161D62. Grayscale: #DCDCDC. Windows color (decimal): -1449315 or 10347241. OLE color: 10347241.
HSL color Cylindrical-coordinate representation of color #E9E29D: hue angle of 54.47º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E9E29D is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 226 | 157 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.09 |
| HSL | 54.47º | 0.63% | 0.76% | - |
| HSV(B) | 54.47º | 0.33% | 0.91% | - |
| XYZ | 66.89 | 74.15 | 42.69 | - |
| YUV | 220.23 | 92.32 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 226 | 157 | 0 | 0.03 | 0.33 | 0.09 | 54.47 | 0.63 | 0.76 |
| Hex | E9 | E2 | 9D | 0 | 3 | 21 | 9 | 36 | 3F | 4C |
| Octal | 351 | 342 | 235 | 0 | 3 | 41 | 11 | 66 | 77 | 114 |
| Binary | 11101001 | 11100010 | 10011101 | 0 | 11 | 100001 | 1001 | 110110 | 111111 | 1001100 |
Color Harmonies of #E9E29D
Complementary color
Monochromatic Colors of #E9E29D
Black with #E9E29D
Text Example
Text Example
White with #E9E29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E29D; }
p { color: rgb(233,226,157); }
H1.HeaderClassName
{
color: #E9E29D;
}
.AnyTagClassName
{
color: #E9E29D;
}
</style>
background-color css
<style>
a { background-color: #E9E29D; }
a { background-color: rgb(233,226,157); }
div.DivClassName
{
background-color: #E9E29D;
}
.BgClassName
{
background-color: #E9E29D;
}
</style>
border-color css
<style>
span { border-color: #E9E29D; }
span { border-color: rgb(233,226,157); }
td.TdClassName
{
border-color: #E9E29D;
}
.TagClassName
{
border-color: #E9E29D;
}
</style>