Shades of Harvest Gold #E1AC6E
Tints of Harvest Gold #E1AC6E
RGB
CMYK
RGB Variations
Color information
#E1AC6E (or 0xE1AC6E) is known color: Harvest Gold. HEX triplet: E1, AC and 6E. RGB value is (225,172,110). Sum of RGB (Red+Green+Blue) = 225+172+110=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 110 (43.36% from 255 or 21.70% from 507); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AC6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AC6E is #1E5391. Grayscale: #B5B5B5. Windows color (decimal): -1987474 or 7253217. OLE color: 7253217.
HSL color Cylindrical-coordinate representation of color #E1AC6E: hue angle of 32.35º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E1AC6E is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 172 | 110 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.12 |
| HSL | 32.35º | 0.66% | 0.66% | - |
| HSV(B) | 32.35º | 0.51% | 0.88% | - |
| XYZ | 48.62 | 46.64 | 21.19 | - |
| YUV | 180.78 | 88.06 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 172 | 110 | 0 | 0.24 | 0.51 | 0.12 | 32.35 | 0.66 | 0.66 |
| Hex | E1 | AC | 6E | 0 | 18 | 33 | C | 20 | 42 | 42 |
| Octal | 341 | 254 | 156 | 0 | 30 | 63 | 14 | 40 | 102 | 102 |
| Binary | 11100001 | 10101100 | 1101110 | 0 | 11000 | 110011 | 1100 | 100000 | 1000010 | 1000010 |
Color Harmonies of #E1AC6E
Complementary color
Monochromatic Colors of #E1AC6E
Black with #E1AC6E
Text Example
Text Example
White with #E1AC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AC6E; }
p { color: rgb(225,172,110); }
H1.HeaderClassName
{
color: #E1AC6E;
}
.AnyTagClassName
{
color: #E1AC6E;
}
</style>
background-color css
<style>
a { background-color: #E1AC6E; }
a { background-color: rgb(225,172,110); }
div.DivClassName
{
background-color: #E1AC6E;
}
.BgClassName
{
background-color: #E1AC6E;
}
</style>
border-color css
<style>
span { border-color: #E1AC6E; }
span { border-color: rgb(225,172,110); }
td.TdClassName
{
border-color: #E1AC6E;
}
.TagClassName
{
border-color: #E1AC6E;
}
</style>