Shades of Harvest Gold #E2A968
Tints of Harvest Gold #E2A968
RGB
CMYK
RGB Variations
Color information
#E2A968 (or 0xE2A968) is known color: Harvest Gold. HEX triplet: E2, A9 and 68. RGB value is (226,169,104). Sum of RGB (Red+Green+Blue) = 226+169+104=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 104 (41.02% from 255 or 20.84% from 499); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A968 is #1D5697. Grayscale: #B2B2B2. Windows color (decimal): -1922712 or 6859234. OLE color: 6859234.
HSL color Cylindrical-coordinate representation of color #E2A968: hue angle of 31.97º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E2A968 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 169 | 104 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.11 |
| HSL | 31.97º | 0.68% | 0.65% | - |
| HSV(B) | 31.97º | 0.54% | 0.89% | - |
| XYZ | 48.05 | 45.54 | 19.36 | - |
| YUV | 178.63 | 85.88 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 169 | 104 | 0 | 0.25 | 0.54 | 0.11 | 31.97 | 0.68 | 0.65 |
| Hex | E2 | A9 | 68 | 0 | 19 | 36 | B | 20 | 44 | 41 |
| Octal | 342 | 251 | 150 | 0 | 31 | 66 | 13 | 40 | 104 | 101 |
| Binary | 11100010 | 10101001 | 1101000 | 0 | 11001 | 110110 | 1011 | 100000 | 1000100 | 1000001 |
Color Harmonies of #E2A968
Complementary color
Monochromatic Colors of #E2A968
Black with #E2A968
Text Example
Text Example
White with #E2A968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A968; }
p { color: rgb(226,169,104); }
H1.HeaderClassName
{
color: #E2A968;
}
.AnyTagClassName
{
color: #E2A968;
}
</style>
background-color css
<style>
a { background-color: #E2A968; }
a { background-color: rgb(226,169,104); }
div.DivClassName
{
background-color: #E2A968;
}
.BgClassName
{
background-color: #E2A968;
}
</style>
border-color css
<style>
span { border-color: #E2A968; }
span { border-color: rgb(226,169,104); }
td.TdClassName
{
border-color: #E2A968;
}
.TagClassName
{
border-color: #E2A968;
}
</style>