Shades of Harvest Gold #E5B862
Tints of Harvest Gold #E5B862
RGB
CMYK
RGB Variations
Color information
#E5B862 (or 0xE5B862) is known color: Harvest Gold. HEX triplet: E5, B8 and 62. RGB value is (229,184,98). Sum of RGB (Red+Green+Blue) = 229+184+98=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 98 (38.67% from 255 or 19.18% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B862 is #1A479D. Grayscale: #BCBCBC. Windows color (decimal): -1722270 or 6469861. OLE color: 6469861.
HSL color Cylindrical-coordinate representation of color #E5B862: hue angle of 39.39º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E5B862 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 184 | 98 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.10 |
| HSL | 39.39º | 0.72% | 0.64% | - |
| HSV(B) | 39.39º | 0.57% | 0.9% | - |
| XYZ | 51.66 | 51.82 | 18.84 | - |
| YUV | 187.65 | 77.41 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 184 | 98 | 0 | 0.20 | 0.57 | 0.10 | 39.39 | 0.72 | 0.64 |
| Hex | E5 | B8 | 62 | 0 | 14 | 39 | A | 27 | 48 | 40 |
| Octal | 345 | 270 | 142 | 0 | 24 | 71 | 12 | 47 | 110 | 100 |
| Binary | 11100101 | 10111000 | 1100010 | 0 | 10100 | 111001 | 1010 | 100111 | 1001000 | 1000000 |
Color Harmonies of #E5B862
Complementary color
Monochromatic Colors of #E5B862
Black with #E5B862
Text Example
Text Example
White with #E5B862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B862; }
p { color: rgb(229,184,98); }
H1.HeaderClassName
{
color: #E5B862;
}
.AnyTagClassName
{
color: #E5B862;
}
</style>
background-color css
<style>
a { background-color: #E5B862; }
a { background-color: rgb(229,184,98); }
div.DivClassName
{
background-color: #E5B862;
}
.BgClassName
{
background-color: #E5B862;
}
</style>
border-color css
<style>
span { border-color: #E5B862; }
span { border-color: rgb(229,184,98); }
td.TdClassName
{
border-color: #E5B862;
}
.TagClassName
{
border-color: #E5B862;
}
</style>