Shades of Harvest Gold #E7A96D
Tints of Harvest Gold #E7A96D
RGB
CMYK
RGB Variations
Color information
#E7A96D (or 0xE7A96D) is known color: Harvest Gold. HEX triplet: E7, A9 and 6D. RGB value is (231,169,109). Sum of RGB (Red+Green+Blue) = 231+169+109=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 109 (42.97% from 255 or 21.41% from 509); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A96D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A96D is #185692. Grayscale: #B5B5B5. Windows color (decimal): -1595027 or 7186919. OLE color: 7186919.
HSL color Cylindrical-coordinate representation of color #E7A96D: hue angle of 29.51º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E7A96D is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 169 | 109 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.09 |
| HSL | 29.51º | 0.72% | 0.67% | - |
| HSV(B) | 29.51º | 0.53% | 0.91% | - |
| XYZ | 49.9 | 46.47 | 20.81 | - |
| YUV | 180.7 | 87.54 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 169 | 109 | 0 | 0.27 | 0.53 | 0.09 | 29.51 | 0.72 | 0.67 |
| Hex | E7 | A9 | 6D | 0 | 1B | 35 | 9 | 1E | 48 | 43 |
| Octal | 347 | 251 | 155 | 0 | 33 | 65 | 11 | 36 | 110 | 103 |
| Binary | 11100111 | 10101001 | 1101101 | 0 | 11011 | 110101 | 1001 | 11110 | 1001000 | 1000011 |
Color Harmonies of #E7A96D
Complementary color
Monochromatic Colors of #E7A96D
Black with #E7A96D
Text Example
Text Example
White with #E7A96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A96D; }
p { color: rgb(231,169,109); }
H1.HeaderClassName
{
color: #E7A96D;
}
.AnyTagClassName
{
color: #E7A96D;
}
</style>
background-color css
<style>
a { background-color: #E7A96D; }
a { background-color: rgb(231,169,109); }
div.DivClassName
{
background-color: #E7A96D;
}
.BgClassName
{
background-color: #E7A96D;
}
</style>
border-color css
<style>
span { border-color: #E7A96D; }
span { border-color: rgb(231,169,109); }
td.TdClassName
{
border-color: #E7A96D;
}
.TagClassName
{
border-color: #E7A96D;
}
</style>