Shades of Harvest Gold #E2AB6F
Tints of Harvest Gold #E2AB6F
RGB
CMYK
RGB Variations
Color information
#E2AB6F (or 0xE2AB6F) is known color: Harvest Gold. HEX triplet: E2, AB and 6F. RGB value is (226,171,111). Sum of RGB (Red+Green+Blue) = 226+171+111=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 111 (43.75% from 255 or 21.85% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AB6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AB6F is #1D5490. Grayscale: #B4B4B4. Windows color (decimal): -1922193 or 7318498. OLE color: 7318498.
HSL color Cylindrical-coordinate representation of color #E2AB6F: hue angle of 31.3º degrees, saturation: 0.66, 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 #E2AB6F is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 171 | 111 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.11 |
| HSL | 31.3º | 0.66% | 0.66% | - |
| HSV(B) | 31.3º | 0.51% | 0.89% | - |
| XYZ | 48.8 | 46.44 | 21.43 | - |
| YUV | 180.61 | 88.72 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 111 | 0 | 0.24 | 0.51 | 0.11 | 31.3 | 0.66 | 0.66 |
| Hex | E2 | AB | 6F | 0 | 18 | 33 | B | 1F | 42 | 42 |
| Octal | 342 | 253 | 157 | 0 | 30 | 63 | 13 | 37 | 102 | 102 |
| Binary | 11100010 | 10101011 | 1101111 | 0 | 11000 | 110011 | 1011 | 11111 | 1000010 | 1000010 |
Color Harmonies of #E2AB6F
Complementary color
Monochromatic Colors of #E2AB6F
Black with #E2AB6F
Text Example
Text Example
White with #E2AB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AB6F; }
p { color: rgb(226,171,111); }
H1.HeaderClassName
{
color: #E2AB6F;
}
.AnyTagClassName
{
color: #E2AB6F;
}
</style>
background-color css
<style>
a { background-color: #E2AB6F; }
a { background-color: rgb(226,171,111); }
div.DivClassName
{
background-color: #E2AB6F;
}
.BgClassName
{
background-color: #E2AB6F;
}
</style>
border-color css
<style>
span { border-color: #E2AB6F; }
span { border-color: rgb(226,171,111); }
td.TdClassName
{
border-color: #E2AB6F;
}
.TagClassName
{
border-color: #E2AB6F;
}
</style>