Shades of Harvest Gold #E7A86E
Tints of Harvest Gold #E7A86E
RGB
CMYK
RGB Variations
Color information
#E7A86E (or 0xE7A86E) is known color: Harvest Gold. HEX triplet: E7, A8 and 6E. RGB value is (231,168,110). Sum of RGB (Red+Green+Blue) = 231+168+110=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 110 (43.36% from 255 or 21.61% from 509); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A86E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A86E is #185791. Grayscale: #B4B4B4. Windows color (decimal): -1595282 or 7252199. OLE color: 7252199.
HSL color Cylindrical-coordinate representation of color #E7A86E: hue angle of 28.76º 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 #E7A86E is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 168 | 110 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.09 |
| HSL | 28.76º | 0.72% | 0.67% | - |
| HSV(B) | 28.76º | 0.52% | 0.91% | - |
| XYZ | 49.77 | 46.12 | 21.03 | - |
| YUV | 180.23 | 88.37 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 168 | 110 | 0 | 0.27 | 0.52 | 0.09 | 28.76 | 0.72 | 0.67 |
| Hex | E7 | A8 | 6E | 0 | 1B | 34 | 9 | 1D | 48 | 43 |
| Octal | 347 | 250 | 156 | 0 | 33 | 64 | 11 | 35 | 110 | 103 |
| Binary | 11100111 | 10101000 | 1101110 | 0 | 11011 | 110100 | 1001 | 11101 | 1001000 | 1000011 |
Color Harmonies of #E7A86E
Complementary color
Monochromatic Colors of #E7A86E
Black with #E7A86E
Text Example
Text Example
White with #E7A86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A86E; }
p { color: rgb(231,168,110); }
H1.HeaderClassName
{
color: #E7A86E;
}
.AnyTagClassName
{
color: #E7A86E;
}
</style>
background-color css
<style>
a { background-color: #E7A86E; }
a { background-color: rgb(231,168,110); }
div.DivClassName
{
background-color: #E7A86E;
}
.BgClassName
{
background-color: #E7A86E;
}
</style>
border-color css
<style>
span { border-color: #E7A86E; }
span { border-color: rgb(231,168,110); }
td.TdClassName
{
border-color: #E7A86E;
}
.TagClassName
{
border-color: #E7A86E;
}
</style>