Shades of Pale Goldenrod #E7E5A2
Tints of Pale Goldenrod #E7E5A2
RGB
CMYK
RGB Variations
Color information
#E7E5A2 (or 0xE7E5A2) is known color: Pale Goldenrod. HEX triplet: E7, E5 and A2. RGB value is (231,229,162). Sum of RGB (Red+Green+Blue) = 231+229+162=622 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.14% from 622); Green value is 229 (89.84% from 255 or 36.82% from 622); Blue value is 162 (63.67% from 255 or 26.05% from 622); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E5A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E5A2 is #181A5D. Grayscale: #DEDEDE. Windows color (decimal): -1579614 or 10675687. OLE color: 10675687.
HSL color Cylindrical-coordinate representation of color #E7E5A2: hue angle of 58.26º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E7E5A2 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 229 | 162 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.09 |
| HSL | 58.26º | 0.59% | 0.77% | - |
| HSV(B) | 58.26º | 0.3% | 0.91% | - |
| XYZ | 67.5 | 75.64 | 45.22 | - |
| YUV | 221.96 | 94.16 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 229 | 162 | 0 | 0.01 | 0.30 | 0.09 | 58.26 | 0.59 | 0.77 |
| Hex | E7 | E5 | A2 | 0 | 1 | 1E | 9 | 3A | 3B | 4D |
| Octal | 347 | 345 | 242 | 0 | 1 | 36 | 11 | 72 | 73 | 115 |
| Binary | 11100111 | 11100101 | 10100010 | 0 | 1 | 11110 | 1001 | 111010 | 111011 | 1001101 |
Color Harmonies of #E7E5A2
Complementary color
Monochromatic Colors of #E7E5A2
Black with #E7E5A2
Text Example
Text Example
White with #E7E5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E5A2; }
p { color: rgb(231,229,162); }
H1.HeaderClassName
{
color: #E7E5A2;
}
.AnyTagClassName
{
color: #E7E5A2;
}
</style>
background-color css
<style>
a { background-color: #E7E5A2; }
a { background-color: rgb(231,229,162); }
div.DivClassName
{
background-color: #E7E5A2;
}
.BgClassName
{
background-color: #E7E5A2;
}
</style>
border-color css
<style>
span { border-color: #E7E5A2; }
span { border-color: rgb(231,229,162); }
td.TdClassName
{
border-color: #E7E5A2;
}
.TagClassName
{
border-color: #E7E5A2;
}
</style>