Shades of Pale Goldenrod #E5E29F
Tints of Pale Goldenrod #E5E29F
RGB
CMYK
RGB Variations
Color information
#E5E29F (or 0xE5E29F) is known color: Pale Goldenrod. HEX triplet: E5, E2 and 9F. RGB value is (229,226,159). Sum of RGB (Red+Green+Blue) = 229+226+159=614 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.30% from 614); Green value is 226 (88.67% from 255 or 36.81% from 614); Blue value is 159 (62.5% from 255 or 25.90% from 614); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5E29F is #1A1D60. Grayscale: #DBDBDB. Windows color (decimal): -1711457 or 10478309. OLE color: 10478309.
HSL color Cylindrical-coordinate representation of color #E5E29F: hue angle of 57.43º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E5E29F is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 226 | 159 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.10 |
| HSL | 57.43º | 0.57% | 0.76% | - |
| HSV(B) | 57.43º | 0.31% | 0.9% | - |
| XYZ | 65.77 | 73.55 | 43.53 | - |
| YUV | 219.26 | 93.99 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 226 | 159 | 0 | 0.01 | 0.31 | 0.10 | 57.43 | 0.57 | 0.76 |
| Hex | E5 | E2 | 9F | 0 | 1 | 1F | A | 39 | 39 | 4C |
| Octal | 345 | 342 | 237 | 0 | 1 | 37 | 12 | 71 | 71 | 114 |
| Binary | 11100101 | 11100010 | 10011111 | 0 | 1 | 11111 | 1010 | 111001 | 111001 | 1001100 |
Color Harmonies of #E5E29F
Complementary color
Monochromatic Colors of #E5E29F
Black with #E5E29F
Text Example
Text Example
White with #E5E29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E29F; }
p { color: rgb(229,226,159); }
H1.HeaderClassName
{
color: #E5E29F;
}
.AnyTagClassName
{
color: #E5E29F;
}
</style>
background-color css
<style>
a { background-color: #E5E29F; }
a { background-color: rgb(229,226,159); }
div.DivClassName
{
background-color: #E5E29F;
}
.BgClassName
{
background-color: #E5E29F;
}
</style>
border-color css
<style>
span { border-color: #E5E29F; }
span { border-color: rgb(229,226,159); }
td.TdClassName
{
border-color: #E5E29F;
}
.TagClassName
{
border-color: #E5E29F;
}
</style>