Shades of Pale Goldenrod #E7E1A0
Tints of Pale Goldenrod #E7E1A0
RGB
CMYK
RGB Variations
Color information
#E7E1A0 (or 0xE7E1A0) is known color: Pale Goldenrod. HEX triplet: E7, E1 and A0. RGB value is (231,225,160). Sum of RGB (Red+Green+Blue) = 231+225+160=616 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.5% from 616); Green value is 225 (88.28% from 255 or 36.53% from 616); Blue value is 160 (62.89% from 255 or 25.97% from 616); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E1A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7E1A0 is #181E5F. Grayscale: #DBDBDB. Windows color (decimal): -1580640 or 10543591. OLE color: 10543591.
HSL color Cylindrical-coordinate representation of color #E7E1A0: hue angle of 54.93º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E7E1A0 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 225 | 160 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.09 |
| HSL | 54.93º | 0.6% | 0.77% | - |
| HSV(B) | 54.93º | 0.31% | 0.91% | - |
| XYZ | 66.23 | 73.38 | 43.93 | - |
| YUV | 219.38 | 94.49 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 225 | 160 | 0 | 0.03 | 0.31 | 0.09 | 54.93 | 0.6 | 0.77 |
| Hex | E7 | E1 | A0 | 0 | 3 | 1F | 9 | 37 | 3C | 4D |
| Octal | 347 | 341 | 240 | 0 | 3 | 37 | 11 | 67 | 74 | 115 |
| Binary | 11100111 | 11100001 | 10100000 | 0 | 11 | 11111 | 1001 | 110111 | 111100 | 1001101 |
Color Harmonies of #E7E1A0
Complementary color
Monochromatic Colors of #E7E1A0
Black with #E7E1A0
Text Example
Text Example
White with #E7E1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E1A0; }
p { color: rgb(231,225,160); }
H1.HeaderClassName
{
color: #E7E1A0;
}
.AnyTagClassName
{
color: #E7E1A0;
}
</style>
background-color css
<style>
a { background-color: #E7E1A0; }
a { background-color: rgb(231,225,160); }
div.DivClassName
{
background-color: #E7E1A0;
}
.BgClassName
{
background-color: #E7E1A0;
}
</style>
border-color css
<style>
span { border-color: #E7E1A0; }
span { border-color: rgb(231,225,160); }
td.TdClassName
{
border-color: #E7E1A0;
}
.TagClassName
{
border-color: #E7E1A0;
}
</style>