Shades of Harvest Gold #E7B96C
Tints of Harvest Gold #E7B96C
RGB
CMYK
RGB Variations
Color information
#E7B96C (or 0xE7B96C) is known color: Harvest Gold. HEX triplet: E7, B9 and 6C. RGB value is (231,185,108). Sum of RGB (Red+Green+Blue) = 231+185+108=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 108 (42.58% from 255 or 20.61% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B96C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B96C is #184693. Grayscale: #BEBEBE. Windows color (decimal): -1590932 or 7125479. OLE color: 7125479.
HSL color Cylindrical-coordinate representation of color #E7B96C: hue angle of 37.56º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E7B96C is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 185 | 108 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.09 |
| HSL | 37.56º | 0.72% | 0.66% | - |
| HSV(B) | 37.56º | 0.53% | 0.91% | - |
| XYZ | 53.01 | 52.77 | 21.58 | - |
| YUV | 189.98 | 81.74 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 185 | 108 | 0 | 0.20 | 0.53 | 0.09 | 37.56 | 0.72 | 0.66 |
| Hex | E7 | B9 | 6C | 0 | 14 | 35 | 9 | 26 | 48 | 42 |
| Octal | 347 | 271 | 154 | 0 | 24 | 65 | 11 | 46 | 110 | 102 |
| Binary | 11100111 | 10111001 | 1101100 | 0 | 10100 | 110101 | 1001 | 100110 | 1001000 | 1000010 |
Color Harmonies of #E7B96C
Complementary color
Monochromatic Colors of #E7B96C
Black with #E7B96C
Text Example
Text Example
White with #E7B96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B96C; }
p { color: rgb(231,185,108); }
H1.HeaderClassName
{
color: #E7B96C;
}
.AnyTagClassName
{
color: #E7B96C;
}
</style>
background-color css
<style>
a { background-color: #E7B96C; }
a { background-color: rgb(231,185,108); }
div.DivClassName
{
background-color: #E7B96C;
}
.BgClassName
{
background-color: #E7B96C;
}
</style>
border-color css
<style>
span { border-color: #E7B96C; }
span { border-color: rgb(231,185,108); }
td.TdClassName
{
border-color: #E7B96C;
}
.TagClassName
{
border-color: #E7B96C;
}
</style>