Shades of Harvest Gold #E5AC70
Tints of Harvest Gold #E5AC70
RGB
CMYK
RGB Variations
Color information
#E5AC70 (or 0xE5AC70) is known color: Harvest Gold. HEX triplet: E5, AC and 70. RGB value is (229,172,112). Sum of RGB (Red+Green+Blue) = 229+172+112=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AC70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AC70 is #1A538F. Grayscale: #B6B6B6. Windows color (decimal): -1725328 or 7384293. OLE color: 7384293.
HSL color Cylindrical-coordinate representation of color #E5AC70: hue angle of 30.77º 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 #E5AC70 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 172 | 112 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.10 |
| HSL | 30.77º | 0.69% | 0.67% | - |
| HSV(B) | 30.77º | 0.51% | 0.9% | - |
| XYZ | 49.99 | 47.33 | 21.83 | - |
| YUV | 182.2 | 88.38 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 172 | 112 | 0 | 0.25 | 0.51 | 0.10 | 30.77 | 0.69 | 0.67 |
| Hex | E5 | AC | 70 | 0 | 19 | 33 | A | 1F | 45 | 43 |
| Octal | 345 | 254 | 160 | 0 | 31 | 63 | 12 | 37 | 105 | 103 |
| Binary | 11100101 | 10101100 | 1110000 | 0 | 11001 | 110011 | 1010 | 11111 | 1000101 | 1000011 |
Color Harmonies of #E5AC70
Complementary color
Monochromatic Colors of #E5AC70
Black with #E5AC70
Text Example
Text Example
White with #E5AC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AC70; }
p { color: rgb(229,172,112); }
H1.HeaderClassName
{
color: #E5AC70;
}
.AnyTagClassName
{
color: #E5AC70;
}
</style>
background-color css
<style>
a { background-color: #E5AC70; }
a { background-color: rgb(229,172,112); }
div.DivClassName
{
background-color: #E5AC70;
}
.BgClassName
{
background-color: #E5AC70;
}
</style>
border-color css
<style>
span { border-color: #E5AC70; }
span { border-color: rgb(229,172,112); }
td.TdClassName
{
border-color: #E5AC70;
}
.TagClassName
{
border-color: #E5AC70;
}
</style>