Shades of Harvest Gold #E5BA60
Tints of Harvest Gold #E5BA60
RGB
CMYK
RGB Variations
Color information
#E5BA60 (or 0xE5BA60) is known color: Harvest Gold. HEX triplet: E5, BA and 60. RGB value is (229,186,96). Sum of RGB (Red+Green+Blue) = 229+186+96=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BA60 is #1A459F. Grayscale: #BDBDBD. Windows color (decimal): -1721760 or 6339301. OLE color: 6339301.
HSL color Cylindrical-coordinate representation of color #E5BA60: hue angle of 40.6º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E5BA60 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 186 | 96 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.10 |
| HSL | 40.6º | 0.72% | 0.64% | - |
| HSV(B) | 40.6º | 0.58% | 0.9% | - |
| XYZ | 51.98 | 52.62 | 18.48 | - |
| YUV | 188.6 | 75.75 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 96 | 0 | 0.19 | 0.58 | 0.10 | 40.6 | 0.72 | 0.64 |
| Hex | E5 | BA | 60 | 0 | 13 | 3A | A | 29 | 48 | 40 |
| Octal | 345 | 272 | 140 | 0 | 23 | 72 | 12 | 51 | 110 | 100 |
| Binary | 11100101 | 10111010 | 1100000 | 0 | 10011 | 111010 | 1010 | 101001 | 1001000 | 1000000 |
Color Harmonies of #E5BA60
Complementary color
Monochromatic Colors of #E5BA60
Black with #E5BA60
Text Example
Text Example
White with #E5BA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BA60; }
p { color: rgb(229,186,96); }
H1.HeaderClassName
{
color: #E5BA60;
}
.AnyTagClassName
{
color: #E5BA60;
}
</style>
background-color css
<style>
a { background-color: #E5BA60; }
a { background-color: rgb(229,186,96); }
div.DivClassName
{
background-color: #E5BA60;
}
.BgClassName
{
background-color: #E5BA60;
}
</style>
border-color css
<style>
span { border-color: #E5BA60; }
span { border-color: rgb(229,186,96); }
td.TdClassName
{
border-color: #E5BA60;
}
.TagClassName
{
border-color: #E5BA60;
}
</style>