Shades of Harvest Gold #E5A86A
Tints of Harvest Gold #E5A86A
RGB
CMYK
RGB Variations
Color information
#E5A86A (or 0xE5A86A) is known color: Harvest Gold. HEX triplet: E5, A8 and 6A. RGB value is (229,168,106). Sum of RGB (Red+Green+Blue) = 229+168+106=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 106 (41.80% from 255 or 21.07% from 503); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A86A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A86A is #1A5795. Grayscale: #B3B3B3. Windows color (decimal): -1726358 or 6990053. OLE color: 6990053.
HSL color Cylindrical-coordinate representation of color #E5A86A: hue angle of 30.24º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E5A86A is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 168 | 106 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.10 |
| HSL | 30.24º | 0.7% | 0.66% | - |
| HSV(B) | 30.24º | 0.54% | 0.9% | - |
| XYZ | 48.92 | 45.7 | 19.88 | - |
| YUV | 179.17 | 86.71 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 168 | 106 | 0 | 0.27 | 0.54 | 0.10 | 30.24 | 0.7 | 0.66 |
| Hex | E5 | A8 | 6A | 0 | 1B | 36 | A | 1E | 46 | 42 |
| Octal | 345 | 250 | 152 | 0 | 33 | 66 | 12 | 36 | 106 | 102 |
| Binary | 11100101 | 10101000 | 1101010 | 0 | 11011 | 110110 | 1010 | 11110 | 1000110 | 1000010 |
Color Harmonies of #E5A86A
Complementary color
Monochromatic Colors of #E5A86A
Black with #E5A86A
Text Example
Text Example
White with #E5A86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A86A; }
p { color: rgb(229,168,106); }
H1.HeaderClassName
{
color: #E5A86A;
}
.AnyTagClassName
{
color: #E5A86A;
}
</style>
background-color css
<style>
a { background-color: #E5A86A; }
a { background-color: rgb(229,168,106); }
div.DivClassName
{
background-color: #E5A86A;
}
.BgClassName
{
background-color: #E5A86A;
}
</style>
border-color css
<style>
span { border-color: #E5A86A; }
span { border-color: rgb(229,168,106); }
td.TdClassName
{
border-color: #E5A86A;
}
.TagClassName
{
border-color: #E5A86A;
}
</style>