Shades of Harvest Gold #E5B972
Tints of Harvest Gold #E5B972
RGB
CMYK
RGB Variations
Color information
#E5B972 (or 0xE5B972) is known color: Harvest Gold. HEX triplet: E5, B9 and 72. RGB value is (229,185,114). Sum of RGB (Red+Green+Blue) = 229+185+114=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 114 (44.92% from 255 or 21.59% from 528); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B972 is #1A468D. Grayscale: #BEBEBE. Windows color (decimal): -1721998 or 7518693. OLE color: 7518693.
HSL color Cylindrical-coordinate representation of color #E5B972: hue angle of 37.04º 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 #E5B972 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 185 | 114 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.10 |
| HSL | 37.04º | 0.69% | 0.67% | - |
| HSV(B) | 37.04º | 0.5% | 0.9% | - |
| XYZ | 52.7 | 52.57 | 23.29 | - |
| YUV | 190.06 | 85.08 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 185 | 114 | 0 | 0.19 | 0.50 | 0.10 | 37.04 | 0.69 | 0.67 |
| Hex | E5 | B9 | 72 | 0 | 13 | 32 | A | 25 | 45 | 43 |
| Octal | 345 | 271 | 162 | 0 | 23 | 62 | 12 | 45 | 105 | 103 |
| Binary | 11100101 | 10111001 | 1110010 | 0 | 10011 | 110010 | 1010 | 100101 | 1000101 | 1000011 |
Color Harmonies of #E5B972
Complementary color
Monochromatic Colors of #E5B972
Black with #E5B972
Text Example
Text Example
White with #E5B972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B972; }
p { color: rgb(229,185,114); }
H1.HeaderClassName
{
color: #E5B972;
}
.AnyTagClassName
{
color: #E5B972;
}
</style>
background-color css
<style>
a { background-color: #E5B972; }
a { background-color: rgb(229,185,114); }
div.DivClassName
{
background-color: #E5B972;
}
.BgClassName
{
background-color: #E5B972;
}
</style>
border-color css
<style>
span { border-color: #E5B972; }
span { border-color: rgb(229,185,114); }
td.TdClassName
{
border-color: #E5B972;
}
.TagClassName
{
border-color: #E5B972;
}
</style>