Shades of Pale Goldenrod #E7E29E
Tints of Pale Goldenrod #E7E29E
RGB
CMYK
RGB Variations
Color information
#E7E29E (or 0xE7E29E) is known color: Pale Goldenrod. HEX triplet: E7, E2 and 9E. RGB value is (231,226,158). Sum of RGB (Red+Green+Blue) = 231+226+158=615 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.56% from 615); Green value is 226 (88.67% from 255 or 36.75% from 615); Blue value is 158 (62.11% from 255 or 25.69% from 615); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E29E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E29E is #181D61. Grayscale: #DCDCDC. Windows color (decimal): -1580386 or 10412775. OLE color: 10412775.
HSL color Cylindrical-coordinate representation of color #E7E29E: hue angle of 55.89º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E7E29E is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 226 | 158 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.09 |
| HSL | 55.89º | 0.6% | 0.76% | - |
| HSV(B) | 55.89º | 0.32% | 0.91% | - |
| XYZ | 66.32 | 73.85 | 43.11 | - |
| YUV | 219.74 | 93.16 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 226 | 158 | 0 | 0.02 | 0.32 | 0.09 | 55.89 | 0.6 | 0.76 |
| Hex | E7 | E2 | 9E | 0 | 2 | 20 | 9 | 38 | 3C | 4C |
| Octal | 347 | 342 | 236 | 0 | 2 | 40 | 11 | 70 | 74 | 114 |
| Binary | 11100111 | 11100010 | 10011110 | 0 | 10 | 100000 | 1001 | 111000 | 111100 | 1001100 |
Color Harmonies of #E7E29E
Complementary color
Monochromatic Colors of #E7E29E
Black with #E7E29E
Text Example
Text Example
White with #E7E29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E29E; }
p { color: rgb(231,226,158); }
H1.HeaderClassName
{
color: #E7E29E;
}
.AnyTagClassName
{
color: #E7E29E;
}
</style>
background-color css
<style>
a { background-color: #E7E29E; }
a { background-color: rgb(231,226,158); }
div.DivClassName
{
background-color: #E7E29E;
}
.BgClassName
{
background-color: #E7E29E;
}
</style>
border-color css
<style>
span { border-color: #E7E29E; }
span { border-color: rgb(231,226,158); }
td.TdClassName
{
border-color: #E7E29E;
}
.TagClassName
{
border-color: #E7E29E;
}
</style>