Shades of Harvest Gold #E6A86E
Tints of Harvest Gold #E6A86E
RGB
CMYK
RGB Variations
Color information
#E6A86E (or 0xE6A86E) is known color: Harvest Gold. HEX triplet: E6, A8 and 6E. RGB value is (230,168,110). Sum of RGB (Red+Green+Blue) = 230+168+110=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 110 (43.36% from 255 or 21.65% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A86E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A86E is #195791. Grayscale: #B4B4B4. Windows color (decimal): -1660818 or 7252198. OLE color: 7252198.
HSL color Cylindrical-coordinate representation of color #E6A86E: hue angle of 29º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E6A86E is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 168 | 110 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.10 |
| HSL | 29º | 0.71% | 0.67% | - |
| HSV(B) | 29º | 0.52% | 0.9% | - |
| XYZ | 49.45 | 45.95 | 21.02 | - |
| YUV | 179.93 | 88.54 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 168 | 110 | 0 | 0.27 | 0.52 | 0.10 | 29 | 0.71 | 0.67 |
| Hex | E6 | A8 | 6E | 0 | 1B | 34 | A | 1D | 47 | 43 |
| Octal | 346 | 250 | 156 | 0 | 33 | 64 | 12 | 35 | 107 | 103 |
| Binary | 11100110 | 10101000 | 1101110 | 0 | 11011 | 110100 | 1010 | 11101 | 1000111 | 1000011 |
Color Harmonies of #E6A86E
Complementary color
Monochromatic Colors of #E6A86E
Black with #E6A86E
Text Example
Text Example
White with #E6A86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A86E; }
p { color: rgb(230,168,110); }
H1.HeaderClassName
{
color: #E6A86E;
}
.AnyTagClassName
{
color: #E6A86E;
}
</style>
background-color css
<style>
a { background-color: #E6A86E; }
a { background-color: rgb(230,168,110); }
div.DivClassName
{
background-color: #E6A86E;
}
.BgClassName
{
background-color: #E6A86E;
}
</style>
border-color css
<style>
span { border-color: #E6A86E; }
span { border-color: rgb(230,168,110); }
td.TdClassName
{
border-color: #E6A86E;
}
.TagClassName
{
border-color: #E6A86E;
}
</style>