Shades of Harvest Gold #E5AC62
Tints of Harvest Gold #E5AC62
RGB
CMYK
RGB Variations
Color information
#E5AC62 (or 0xE5AC62) is known color: Harvest Gold. HEX triplet: E5, AC and 62. RGB value is (229,172,98). Sum of RGB (Red+Green+Blue) = 229+172+98=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 98 (38.67% from 255 or 19.64% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AC62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AC62 is #1A539D. Grayscale: #B4B4B4. Windows color (decimal): -1725342 or 6466789. OLE color: 6466789.
HSL color Cylindrical-coordinate representation of color #E5AC62: hue angle of 33.89º 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 #E5AC62 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 172 | 98 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.10 |
| HSL | 33.89º | 0.72% | 0.64% | - |
| HSV(B) | 33.89º | 0.57% | 0.9% | - |
| XYZ | 49.27 | 47.04 | 18.04 | - |
| YUV | 180.61 | 81.38 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 172 | 98 | 0 | 0.25 | 0.57 | 0.10 | 33.89 | 0.72 | 0.64 |
| Hex | E5 | AC | 62 | 0 | 19 | 39 | A | 22 | 48 | 40 |
| Octal | 345 | 254 | 142 | 0 | 31 | 71 | 12 | 42 | 110 | 100 |
| Binary | 11100101 | 10101100 | 1100010 | 0 | 11001 | 111001 | 1010 | 100010 | 1001000 | 1000000 |
Color Harmonies of #E5AC62
Complementary color
Monochromatic Colors of #E5AC62
Black with #E5AC62
Text Example
Text Example
White with #E5AC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AC62; }
p { color: rgb(229,172,98); }
H1.HeaderClassName
{
color: #E5AC62;
}
.AnyTagClassName
{
color: #E5AC62;
}
</style>
background-color css
<style>
a { background-color: #E5AC62; }
a { background-color: rgb(229,172,98); }
div.DivClassName
{
background-color: #E5AC62;
}
.BgClassName
{
background-color: #E5AC62;
}
</style>
border-color css
<style>
span { border-color: #E5AC62; }
span { border-color: rgb(229,172,98); }
td.TdClassName
{
border-color: #E5AC62;
}
.TagClassName
{
border-color: #E5AC62;
}
</style>