Shades of Harvest Gold #E2AC6C
Tints of Harvest Gold #E2AC6C
RGB
CMYK
RGB Variations
Color information
#E2AC6C (or 0xE2AC6C) is known color: Harvest Gold. HEX triplet: E2, AC and 6C. RGB value is (226,172,108). Sum of RGB (Red+Green+Blue) = 226+172+108=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AC6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AC6C is #1D5393. Grayscale: #B5B5B5. Windows color (decimal): -1921940 or 7122146. OLE color: 7122146.
HSL color Cylindrical-coordinate representation of color #E2AC6C: hue angle of 32.54º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E2AC6C is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 172 | 108 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.11 |
| HSL | 32.54º | 0.67% | 0.65% | - |
| HSV(B) | 32.54º | 0.52% | 0.89% | - |
| XYZ | 48.82 | 46.76 | 20.64 | - |
| YUV | 180.85 | 86.89 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 172 | 108 | 0 | 0.24 | 0.52 | 0.11 | 32.54 | 0.67 | 0.65 |
| Hex | E2 | AC | 6C | 0 | 18 | 34 | B | 21 | 43 | 41 |
| Octal | 342 | 254 | 154 | 0 | 30 | 64 | 13 | 41 | 103 | 101 |
| Binary | 11100010 | 10101100 | 1101100 | 0 | 11000 | 110100 | 1011 | 100001 | 1000011 | 1000001 |
Color Harmonies of #E2AC6C
Complementary color
Monochromatic Colors of #E2AC6C
Black with #E2AC6C
Text Example
Text Example
White with #E2AC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AC6C; }
p { color: rgb(226,172,108); }
H1.HeaderClassName
{
color: #E2AC6C;
}
.AnyTagClassName
{
color: #E2AC6C;
}
</style>
background-color css
<style>
a { background-color: #E2AC6C; }
a { background-color: rgb(226,172,108); }
div.DivClassName
{
background-color: #E2AC6C;
}
.BgClassName
{
background-color: #E2AC6C;
}
</style>
border-color css
<style>
span { border-color: #E2AC6C; }
span { border-color: rgb(226,172,108); }
td.TdClassName
{
border-color: #E2AC6C;
}
.TagClassName
{
border-color: #E2AC6C;
}
</style>