Shades of Harvest Gold #E5B571
Tints of Harvest Gold #E5B571
RGB
CMYK
RGB Variations
Color information
#E5B571 (or 0xE5B571) is known color: Harvest Gold. HEX triplet: E5, B5 and 71. RGB value is (229,181,113). Sum of RGB (Red+Green+Blue) = 229+181+113=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 113 (44.53% from 255 or 21.61% from 523); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B571 is #1A4A8E. Grayscale: #BBBBBB. Windows color (decimal): -1723023 or 7452133. OLE color: 7452133.
HSL color Cylindrical-coordinate representation of color #E5B571: hue angle of 35.17º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E5B571 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 181 | 113 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.10 |
| HSL | 35.17º | 0.69% | 0.67% | - |
| HSV(B) | 35.17º | 0.51% | 0.9% | - |
| XYZ | 51.82 | 50.9 | 22.72 | - |
| YUV | 187.6 | 85.9 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 181 | 113 | 0 | 0.21 | 0.51 | 0.10 | 35.17 | 0.69 | 0.67 |
| Hex | E5 | B5 | 71 | 0 | 15 | 33 | A | 23 | 45 | 43 |
| Octal | 345 | 265 | 161 | 0 | 25 | 63 | 12 | 43 | 105 | 103 |
| Binary | 11100101 | 10110101 | 1110001 | 0 | 10101 | 110011 | 1010 | 100011 | 1000101 | 1000011 |
Color Harmonies of #E5B571
Complementary color
Monochromatic Colors of #E5B571
Black with #E5B571
Text Example
Text Example
White with #E5B571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B571; }
p { color: rgb(229,181,113); }
H1.HeaderClassName
{
color: #E5B571;
}
.AnyTagClassName
{
color: #E5B571;
}
</style>
background-color css
<style>
a { background-color: #E5B571; }
a { background-color: rgb(229,181,113); }
div.DivClassName
{
background-color: #E5B571;
}
.BgClassName
{
background-color: #E5B571;
}
</style>
border-color css
<style>
span { border-color: #E5B571; }
span { border-color: rgb(229,181,113); }
td.TdClassName
{
border-color: #E5B571;
}
.TagClassName
{
border-color: #E5B571;
}
</style>