Shades of Harvest Gold #E5B573
Tints of Harvest Gold #E5B573
RGB
CMYK
RGB Variations
Color information
#E5B573 (or 0xE5B573) is known color: Harvest Gold. HEX triplet: E5, B5 and 73. RGB value is (229,181,115). Sum of RGB (Red+Green+Blue) = 229+181+115=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 181 (71.09% from 255 or 34.48% from 525); Blue value is 115 (45.31% from 255 or 21.90% from 525); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B573 is #1A4A8C. Grayscale: #BCBCBC. Windows color (decimal): -1723021 or 7583205. OLE color: 7583205.
HSL color Cylindrical-coordinate representation of color #E5B573: hue angle of 34.74º 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 #E5B573 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 181 | 115 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.10 |
| HSL | 34.74º | 0.69% | 0.67% | - |
| HSV(B) | 34.74º | 0.5% | 0.9% | - |
| XYZ | 51.93 | 50.94 | 23.32 | - |
| YUV | 187.83 | 86.9 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 181 | 115 | 0 | 0.21 | 0.50 | 0.10 | 34.74 | 0.69 | 0.67 |
| Hex | E5 | B5 | 73 | 0 | 15 | 32 | A | 23 | 45 | 43 |
| Octal | 345 | 265 | 163 | 0 | 25 | 62 | 12 | 43 | 105 | 103 |
| Binary | 11100101 | 10110101 | 1110011 | 0 | 10101 | 110010 | 1010 | 100011 | 1000101 | 1000011 |
Color Harmonies of #E5B573
Complementary color
Monochromatic Colors of #E5B573
Black with #E5B573
Text Example
Text Example
White with #E5B573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B573; }
p { color: rgb(229,181,115); }
H1.HeaderClassName
{
color: #E5B573;
}
.AnyTagClassName
{
color: #E5B573;
}
</style>
background-color css
<style>
a { background-color: #E5B573; }
a { background-color: rgb(229,181,115); }
div.DivClassName
{
background-color: #E5B573;
}
.BgClassName
{
background-color: #E5B573;
}
</style>
border-color css
<style>
span { border-color: #E5B573; }
span { border-color: rgb(229,181,115); }
td.TdClassName
{
border-color: #E5B573;
}
.TagClassName
{
border-color: #E5B573;
}
</style>