Shades of Harvest Gold #E5BA72
Tints of Harvest Gold #E5BA72
RGB
CMYK
RGB Variations
Color information
#E5BA72 (or 0xE5BA72) is known color: Harvest Gold. HEX triplet: E5, BA and 72. RGB value is (229,186,114). Sum of RGB (Red+Green+Blue) = 229+186+114=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 114 (44.92% from 255 or 21.55% from 529); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BA72 is #1A458D. Grayscale: #BEBEBE. Windows color (decimal): -1721742 or 7518949. OLE color: 7518949.
HSL color Cylindrical-coordinate representation of color #E5BA72: hue angle of 37.57º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E5BA72 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 186 | 114 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.10 |
| HSL | 37.57º | 0.69% | 0.67% | - |
| HSV(B) | 37.57º | 0.5% | 0.9% | - |
| XYZ | 52.91 | 52.99 | 23.36 | - |
| YUV | 190.65 | 84.75 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 114 | 0 | 0.19 | 0.50 | 0.10 | 37.57 | 0.69 | 0.67 |
| Hex | E5 | BA | 72 | 0 | 13 | 32 | A | 26 | 45 | 43 |
| Octal | 345 | 272 | 162 | 0 | 23 | 62 | 12 | 46 | 105 | 103 |
| Binary | 11100101 | 10111010 | 1110010 | 0 | 10011 | 110010 | 1010 | 100110 | 1000101 | 1000011 |
Color Harmonies of #E5BA72
Complementary color
Monochromatic Colors of #E5BA72
Black with #E5BA72
Text Example
Text Example
White with #E5BA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BA72; }
p { color: rgb(229,186,114); }
H1.HeaderClassName
{
color: #E5BA72;
}
.AnyTagClassName
{
color: #E5BA72;
}
</style>
background-color css
<style>
a { background-color: #E5BA72; }
a { background-color: rgb(229,186,114); }
div.DivClassName
{
background-color: #E5BA72;
}
.BgClassName
{
background-color: #E5BA72;
}
</style>
border-color css
<style>
span { border-color: #E5BA72; }
span { border-color: rgb(229,186,114); }
td.TdClassName
{
border-color: #E5BA72;
}
.TagClassName
{
border-color: #E5BA72;
}
</style>