Shades of Harvest Gold #E0A86D
Tints of Harvest Gold #E0A86D
RGB
CMYK
RGB Variations
Color information
#E0A86D (or 0xE0A86D) is known color: Harvest Gold. HEX triplet: E0, A8 and 6D. RGB value is (224,168,109). Sum of RGB (Red+Green+Blue) = 224+168+109=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 109 (42.97% from 255 or 21.76% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A86D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A86D is #1F5792. Grayscale: #B2B2B2. Windows color (decimal): -2054035 or 7186656. OLE color: 7186656.
HSL color Cylindrical-coordinate representation of color #E0A86D: hue angle of 30.78º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E0A86D is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 168 | 109 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.12 |
| HSL | 30.78º | 0.65% | 0.65% | - |
| HSV(B) | 30.78º | 0.51% | 0.88% | - |
| XYZ | 47.5 | 44.96 | 20.64 | - |
| YUV | 178.02 | 89.05 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 168 | 109 | 0 | 0.25 | 0.51 | 0.12 | 30.78 | 0.65 | 0.65 |
| Hex | E0 | A8 | 6D | 0 | 19 | 33 | C | 1F | 41 | 41 |
| Octal | 340 | 250 | 155 | 0 | 31 | 63 | 14 | 37 | 101 | 101 |
| Binary | 11100000 | 10101000 | 1101101 | 0 | 11001 | 110011 | 1100 | 11111 | 1000001 | 1000001 |
Color Harmonies of #E0A86D
Complementary color
Monochromatic Colors of #E0A86D
Black with #E0A86D
Text Example
Text Example
White with #E0A86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A86D; }
p { color: rgb(224,168,109); }
H1.HeaderClassName
{
color: #E0A86D;
}
.AnyTagClassName
{
color: #E0A86D;
}
</style>
background-color css
<style>
a { background-color: #E0A86D; }
a { background-color: rgb(224,168,109); }
div.DivClassName
{
background-color: #E0A86D;
}
.BgClassName
{
background-color: #E0A86D;
}
</style>
border-color css
<style>
span { border-color: #E0A86D; }
span { border-color: rgb(224,168,109); }
td.TdClassName
{
border-color: #E0A86D;
}
.TagClassName
{
border-color: #E0A86D;
}
</style>