Shades of Harvest Gold #E2AB6C
Tints of Harvest Gold #E2AB6C
RGB
CMYK
RGB Variations
Color information
#E2AB6C (or 0xE2AB6C) is known color: Harvest Gold. HEX triplet: E2, AB and 6C. RGB value is (226,171,108). Sum of RGB (Red+Green+Blue) = 226+171+108=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 108 (42.58% from 255 or 21.39% from 505); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AB6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AB6C is #1D5493. Grayscale: #B4B4B4. Windows color (decimal): -1922196 or 7121890. OLE color: 7121890.
HSL color Cylindrical-coordinate representation of color #E2AB6C: hue angle of 32.03º 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 #E2AB6C is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 171 | 108 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.11 |
| HSL | 32.03º | 0.67% | 0.65% | - |
| HSV(B) | 32.03º | 0.52% | 0.89% | - |
| XYZ | 48.63 | 46.38 | 20.58 | - |
| YUV | 180.26 | 87.22 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 108 | 0 | 0.24 | 0.52 | 0.11 | 32.03 | 0.67 | 0.65 |
| Hex | E2 | AB | 6C | 0 | 18 | 34 | B | 20 | 43 | 41 |
| Octal | 342 | 253 | 154 | 0 | 30 | 64 | 13 | 40 | 103 | 101 |
| Binary | 11100010 | 10101011 | 1101100 | 0 | 11000 | 110100 | 1011 | 100000 | 1000011 | 1000001 |
Color Harmonies of #E2AB6C
Complementary color
Monochromatic Colors of #E2AB6C
Black with #E2AB6C
Text Example
Text Example
White with #E2AB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AB6C; }
p { color: rgb(226,171,108); }
H1.HeaderClassName
{
color: #E2AB6C;
}
.AnyTagClassName
{
color: #E2AB6C;
}
</style>
background-color css
<style>
a { background-color: #E2AB6C; }
a { background-color: rgb(226,171,108); }
div.DivClassName
{
background-color: #E2AB6C;
}
.BgClassName
{
background-color: #E2AB6C;
}
</style>
border-color css
<style>
span { border-color: #E2AB6C; }
span { border-color: rgb(226,171,108); }
td.TdClassName
{
border-color: #E2AB6C;
}
.TagClassName
{
border-color: #E2AB6C;
}
</style>