Shades of Harvest Gold #E7A96C
Tints of Harvest Gold #E7A96C
RGB
CMYK
RGB Variations
Color information
#E7A96C (or 0xE7A96C) is known color: Harvest Gold. HEX triplet: E7, A9 and 6C. RGB value is (231,169,108). Sum of RGB (Red+Green+Blue) = 231+169+108=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 108 (42.58% from 255 or 21.26% from 508); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A96C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A96C is #185693. Grayscale: #B4B4B4. Windows color (decimal): -1595028 or 7121383. OLE color: 7121383.
HSL color Cylindrical-coordinate representation of color #E7A96C: hue angle of 29.76º 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 #E7A96C is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 169 | 108 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.09 |
| HSL | 29.76º | 0.72% | 0.66% | - |
| HSV(B) | 29.76º | 0.53% | 0.91% | - |
| XYZ | 49.85 | 46.45 | 20.53 | - |
| YUV | 180.58 | 87.04 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 169 | 108 | 0 | 0.27 | 0.53 | 0.09 | 29.76 | 0.72 | 0.66 |
| Hex | E7 | A9 | 6C | 0 | 1B | 35 | 9 | 1E | 48 | 42 |
| Octal | 347 | 251 | 154 | 0 | 33 | 65 | 11 | 36 | 110 | 102 |
| Binary | 11100111 | 10101001 | 1101100 | 0 | 11011 | 110101 | 1001 | 11110 | 1001000 | 1000010 |
Color Harmonies of #E7A96C
Complementary color
Monochromatic Colors of #E7A96C
Black with #E7A96C
Text Example
Text Example
White with #E7A96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A96C; }
p { color: rgb(231,169,108); }
H1.HeaderClassName
{
color: #E7A96C;
}
.AnyTagClassName
{
color: #E7A96C;
}
</style>
background-color css
<style>
a { background-color: #E7A96C; }
a { background-color: rgb(231,169,108); }
div.DivClassName
{
background-color: #E7A96C;
}
.BgClassName
{
background-color: #E7A96C;
}
</style>
border-color css
<style>
span { border-color: #E7A96C; }
span { border-color: rgb(231,169,108); }
td.TdClassName
{
border-color: #E7A96C;
}
.TagClassName
{
border-color: #E7A96C;
}
</style>