Shades of Harvest Gold #E5BA73
Tints of Harvest Gold #E5BA73
RGB
CMYK
RGB Variations
Color information
#E5BA73 (or 0xE5BA73) is known color: Harvest Gold. HEX triplet: E5, BA and 73. RGB value is (229,186,115). Sum of RGB (Red+Green+Blue) = 229+186+115=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 115 (45.31% from 255 or 21.70% from 530); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BA73 is #1A458C. Grayscale: #BFBFBF. Windows color (decimal): -1721741 or 7584485. OLE color: 7584485.
HSL color Cylindrical-coordinate representation of color #E5BA73: hue angle of 37.37º 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 #E5BA73 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 186 | 115 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.10 |
| HSL | 37.37º | 0.69% | 0.67% | - |
| HSV(B) | 37.37º | 0.5% | 0.9% | - |
| XYZ | 52.97 | 53.01 | 23.66 | - |
| YUV | 190.76 | 85.25 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 186 | 115 | 0 | 0.19 | 0.50 | 0.10 | 37.37 | 0.69 | 0.67 |
| Hex | E5 | BA | 73 | 0 | 13 | 32 | A | 25 | 45 | 43 |
| Octal | 345 | 272 | 163 | 0 | 23 | 62 | 12 | 45 | 105 | 103 |
| Binary | 11100101 | 10111010 | 1110011 | 0 | 10011 | 110010 | 1010 | 100101 | 1000101 | 1000011 |
Color Harmonies of #E5BA73
Complementary color
Monochromatic Colors of #E5BA73
Black with #E5BA73
Text Example
Text Example
White with #E5BA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BA73; }
p { color: rgb(229,186,115); }
H1.HeaderClassName
{
color: #E5BA73;
}
.AnyTagClassName
{
color: #E5BA73;
}
</style>
background-color css
<style>
a { background-color: #E5BA73; }
a { background-color: rgb(229,186,115); }
div.DivClassName
{
background-color: #E5BA73;
}
.BgClassName
{
background-color: #E5BA73;
}
</style>
border-color css
<style>
span { border-color: #E5BA73; }
span { border-color: rgb(229,186,115); }
td.TdClassName
{
border-color: #E5BA73;
}
.TagClassName
{
border-color: #E5BA73;
}
</style>