Shades of Harvest Gold #E7B96E
Tints of Harvest Gold #E7B96E
RGB
CMYK
RGB Variations
Color information
#E7B96E (or 0xE7B96E) is known color: Harvest Gold. HEX triplet: E7, B9 and 6E. RGB value is (231,185,110). Sum of RGB (Red+Green+Blue) = 231+185+110=526 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.92% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 110 (43.36% from 255 or 20.91% from 526); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B96E is #184691. Grayscale: #BEBEBE. Windows color (decimal): -1590930 or 7256551. OLE color: 7256551.
HSL color Cylindrical-coordinate representation of color #E7B96E: hue angle of 37.19º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E7B96E is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 185 | 110 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.09 |
| HSL | 37.19º | 0.72% | 0.67% | - |
| HSV(B) | 37.19º | 0.52% | 0.91% | - |
| XYZ | 53.12 | 52.81 | 22.15 | - |
| YUV | 190.2 | 82.74 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 185 | 110 | 0 | 0.20 | 0.52 | 0.09 | 37.19 | 0.72 | 0.67 |
| Hex | E7 | B9 | 6E | 0 | 14 | 34 | 9 | 25 | 48 | 43 |
| Octal | 347 | 271 | 156 | 0 | 24 | 64 | 11 | 45 | 110 | 103 |
| Binary | 11100111 | 10111001 | 1101110 | 0 | 10100 | 110100 | 1001 | 100101 | 1001000 | 1000011 |
Color Harmonies of #E7B96E
Complementary color
Monochromatic Colors of #E7B96E
Black with #E7B96E
Text Example
Text Example
White with #E7B96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B96E; }
p { color: rgb(231,185,110); }
H1.HeaderClassName
{
color: #E7B96E;
}
.AnyTagClassName
{
color: #E7B96E;
}
</style>
background-color css
<style>
a { background-color: #E7B96E; }
a { background-color: rgb(231,185,110); }
div.DivClassName
{
background-color: #E7B96E;
}
.BgClassName
{
background-color: #E7B96E;
}
</style>
border-color css
<style>
span { border-color: #E7B96E; }
span { border-color: rgb(231,185,110); }
td.TdClassName
{
border-color: #E7B96E;
}
.TagClassName
{
border-color: #E7B96E;
}
</style>