Shades of Harvest Gold #E5B86F
Tints of Harvest Gold #E5B86F
RGB
CMYK
RGB Variations
Color information
#E5B86F (or 0xE5B86F) is known color: Harvest Gold. HEX triplet: E5, B8 and 6F. RGB value is (229,184,111). Sum of RGB (Red+Green+Blue) = 229+184+111=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 184 (72.27% from 255 or 35.11% from 524); Blue value is 111 (43.75% from 255 or 21.18% from 524); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B86F is #1A4790. Grayscale: #BDBDBD. Windows color (decimal): -1722257 or 7321829. OLE color: 7321829.
HSL color Cylindrical-coordinate representation of color #E5B86F: hue angle of 37.12º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5B86F is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 184 | 111 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.10 |
| HSL | 37.12º | 0.69% | 0.67% | - |
| HSV(B) | 37.12º | 0.52% | 0.9% | - |
| XYZ | 52.32 | 52.09 | 22.33 | - |
| YUV | 189.13 | 83.91 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 184 | 111 | 0 | 0.20 | 0.52 | 0.10 | 37.12 | 0.69 | 0.67 |
| Hex | E5 | B8 | 6F | 0 | 14 | 34 | A | 25 | 45 | 43 |
| Octal | 345 | 270 | 157 | 0 | 24 | 64 | 12 | 45 | 105 | 103 |
| Binary | 11100101 | 10111000 | 1101111 | 0 | 10100 | 110100 | 1010 | 100101 | 1000101 | 1000011 |
Color Harmonies of #E5B86F
Complementary color
Monochromatic Colors of #E5B86F
Black with #E5B86F
Text Example
Text Example
White with #E5B86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B86F; }
p { color: rgb(229,184,111); }
H1.HeaderClassName
{
color: #E5B86F;
}
.AnyTagClassName
{
color: #E5B86F;
}
</style>
background-color css
<style>
a { background-color: #E5B86F; }
a { background-color: rgb(229,184,111); }
div.DivClassName
{
background-color: #E5B86F;
}
.BgClassName
{
background-color: #E5B86F;
}
</style>
border-color css
<style>
span { border-color: #E5B86F; }
span { border-color: rgb(229,184,111); }
td.TdClassName
{
border-color: #E5B86F;
}
.TagClassName
{
border-color: #E5B86F;
}
</style>