Shades of Harvest Gold #E3AC70
Tints of Harvest Gold #E3AC70
RGB
CMYK
RGB Variations
Color information
#E3AC70 (or 0xE3AC70) is known color: Harvest Gold. HEX triplet: E3, AC and 70. RGB value is (227,172,112). Sum of RGB (Red+Green+Blue) = 227+172+112=511 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.42% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AC70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3AC70 is #1C538F. Grayscale: #B5B5B5. Windows color (decimal): -1856400 or 7384291. OLE color: 7384291.
HSL color Cylindrical-coordinate representation of color #E3AC70: hue angle of 31.3º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E3AC70 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 172 | 112 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.11 |
| HSL | 31.3º | 0.67% | 0.66% | - |
| HSV(B) | 31.3º | 0.51% | 0.89% | - |
| XYZ | 49.36 | 47.01 | 21.8 | - |
| YUV | 181.61 | 88.72 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 172 | 112 | 0 | 0.24 | 0.51 | 0.11 | 31.3 | 0.67 | 0.66 |
| Hex | E3 | AC | 70 | 0 | 18 | 33 | B | 1F | 43 | 42 |
| Octal | 343 | 254 | 160 | 0 | 30 | 63 | 13 | 37 | 103 | 102 |
| Binary | 11100011 | 10101100 | 1110000 | 0 | 11000 | 110011 | 1011 | 11111 | 1000011 | 1000010 |
Color Harmonies of #E3AC70
Complementary color
Monochromatic Colors of #E3AC70
Black with #E3AC70
Text Example
Text Example
White with #E3AC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AC70; }
p { color: rgb(227,172,112); }
H1.HeaderClassName
{
color: #E3AC70;
}
.AnyTagClassName
{
color: #E3AC70;
}
</style>
background-color css
<style>
a { background-color: #E3AC70; }
a { background-color: rgb(227,172,112); }
div.DivClassName
{
background-color: #E3AC70;
}
.BgClassName
{
background-color: #E3AC70;
}
</style>
border-color css
<style>
span { border-color: #E3AC70; }
span { border-color: rgb(227,172,112); }
td.TdClassName
{
border-color: #E3AC70;
}
.TagClassName
{
border-color: #E3AC70;
}
</style>