Shades of Harvest Gold #E7A96B
Tints of Harvest Gold #E7A96B
RGB
CMYK
RGB Variations
Color information
#E7A96B (or 0xE7A96B) is known color: Harvest Gold. HEX triplet: E7, A9 and 6B. RGB value is (231,169,107). Sum of RGB (Red+Green+Blue) = 231+169+107=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 107 (42.19% from 255 or 21.10% from 507); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A96B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A96B is #185694. Grayscale: #B4B4B4. Windows color (decimal): -1595029 or 7055847. OLE color: 7055847.
HSL color Cylindrical-coordinate representation of color #E7A96B: hue angle of 30º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E7A96B is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 169 | 107 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.09 |
| HSL | 30º | 0.72% | 0.66% | - |
| HSV(B) | 30º | 0.54% | 0.91% | - |
| XYZ | 49.8 | 46.43 | 20.25 | - |
| YUV | 180.47 | 86.54 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 169 | 107 | 0 | 0.27 | 0.54 | 0.09 | 30 | 0.72 | 0.66 |
| Hex | E7 | A9 | 6B | 0 | 1B | 36 | 9 | 1E | 48 | 42 |
| Octal | 347 | 251 | 153 | 0 | 33 | 66 | 11 | 36 | 110 | 102 |
| Binary | 11100111 | 10101001 | 1101011 | 0 | 11011 | 110110 | 1001 | 11110 | 1001000 | 1000010 |
Color Harmonies of #E7A96B
Complementary color
Monochromatic Colors of #E7A96B
Black with #E7A96B
Text Example
Text Example
White with #E7A96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A96B; }
p { color: rgb(231,169,107); }
H1.HeaderClassName
{
color: #E7A96B;
}
.AnyTagClassName
{
color: #E7A96B;
}
</style>
background-color css
<style>
a { background-color: #E7A96B; }
a { background-color: rgb(231,169,107); }
div.DivClassName
{
background-color: #E7A96B;
}
.BgClassName
{
background-color: #E7A96B;
}
</style>
border-color css
<style>
span { border-color: #E7A96B; }
span { border-color: rgb(231,169,107); }
td.TdClassName
{
border-color: #E7A96B;
}
.TagClassName
{
border-color: #E7A96B;
}
</style>