Shades of Harvest Gold #E5A96B
Tints of Harvest Gold #E5A96B
RGB
CMYK
RGB Variations
Color information
#E5A96B (or 0xE5A96B) is known color: Harvest Gold. HEX triplet: E5, A9 and 6B. RGB value is (229,169,107). Sum of RGB (Red+Green+Blue) = 229+169+107=505 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.35% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 107 (42.19% from 255 or 21.19% from 505); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A96B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A96B is #1A5694. Grayscale: #B4B4B4. Windows color (decimal): -1726101 or 7055845. OLE color: 7055845.
HSL color Cylindrical-coordinate representation of color #E5A96B: hue angle of 30.49º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E5A96B is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 169 | 107 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.10 |
| HSL | 30.49º | 0.7% | 0.66% | - |
| HSV(B) | 30.49º | 0.53% | 0.9% | - |
| XYZ | 49.15 | 46.1 | 20.22 | - |
| YUV | 179.87 | 86.88 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 169 | 107 | 0 | 0.26 | 0.53 | 0.10 | 30.49 | 0.7 | 0.66 |
| Hex | E5 | A9 | 6B | 0 | 1A | 35 | A | 1E | 46 | 42 |
| Octal | 345 | 251 | 153 | 0 | 32 | 65 | 12 | 36 | 106 | 102 |
| Binary | 11100101 | 10101001 | 1101011 | 0 | 11010 | 110101 | 1010 | 11110 | 1000110 | 1000010 |
Color Harmonies of #E5A96B
Complementary color
Monochromatic Colors of #E5A96B
Black with #E5A96B
Text Example
Text Example
White with #E5A96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A96B; }
p { color: rgb(229,169,107); }
H1.HeaderClassName
{
color: #E5A96B;
}
.AnyTagClassName
{
color: #E5A96B;
}
</style>
background-color css
<style>
a { background-color: #E5A96B; }
a { background-color: rgb(229,169,107); }
div.DivClassName
{
background-color: #E5A96B;
}
.BgClassName
{
background-color: #E5A96B;
}
</style>
border-color css
<style>
span { border-color: #E5A96B; }
span { border-color: rgb(229,169,107); }
td.TdClassName
{
border-color: #E5A96B;
}
.TagClassName
{
border-color: #E5A96B;
}
</style>