Shades of Pale Goldenrod #E7E29F
Tints of Pale Goldenrod #E7E29F
RGB
CMYK
RGB Variations
Color information
#E7E29F (or 0xE7E29F) is known color: Pale Goldenrod. HEX triplet: E7, E2 and 9F. RGB value is (231,226,159). Sum of RGB (Red+Green+Blue) = 231+226+159=616 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.5% from 616); Green value is 226 (88.67% from 255 or 36.69% from 616); Blue value is 159 (62.5% from 255 or 25.81% from 616); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E29F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E29F is #181D60. Grayscale: #DCDCDC. Windows color (decimal): -1580385 or 10478311. OLE color: 10478311.
HSL color Cylindrical-coordinate representation of color #E7E29F: hue angle of 55.83º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E7E29F is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 226 | 159 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.09 |
| HSL | 55.83º | 0.6% | 0.76% | - |
| HSV(B) | 55.83º | 0.31% | 0.91% | - |
| XYZ | 66.41 | 73.88 | 43.56 | - |
| YUV | 219.86 | 93.66 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 226 | 159 | 0 | 0.02 | 0.31 | 0.09 | 55.83 | 0.6 | 0.76 |
| Hex | E7 | E2 | 9F | 0 | 2 | 1F | 9 | 38 | 3C | 4C |
| Octal | 347 | 342 | 237 | 0 | 2 | 37 | 11 | 70 | 74 | 114 |
| Binary | 11100111 | 11100010 | 10011111 | 0 | 10 | 11111 | 1001 | 111000 | 111100 | 1001100 |
Color Harmonies of #E7E29F
Complementary color
Monochromatic Colors of #E7E29F
Black with #E7E29F
Text Example
Text Example
White with #E7E29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E29F; }
p { color: rgb(231,226,159); }
H1.HeaderClassName
{
color: #E7E29F;
}
.AnyTagClassName
{
color: #E7E29F;
}
</style>
background-color css
<style>
a { background-color: #E7E29F; }
a { background-color: rgb(231,226,159); }
div.DivClassName
{
background-color: #E7E29F;
}
.BgClassName
{
background-color: #E7E29F;
}
</style>
border-color css
<style>
span { border-color: #E7E29F; }
span { border-color: rgb(231,226,159); }
td.TdClassName
{
border-color: #E7E29F;
}
.TagClassName
{
border-color: #E7E29F;
}
</style>