Shades of Harvest Gold #E2A969
Tints of Harvest Gold #E2A969
RGB
CMYK
RGB Variations
Color information
#E2A969 (or 0xE2A969) is known color: Harvest Gold. HEX triplet: E2, A9 and 69. RGB value is (226,169,105). Sum of RGB (Red+Green+Blue) = 226+169+105=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 105 (41.41% from 255 or 21% from 500); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A969 is #1D5696. Grayscale: #B3B3B3. Windows color (decimal): -1922711 or 6924770. OLE color: 6924770.
HSL color Cylindrical-coordinate representation of color #E2A969: hue angle of 31.74º 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 #E2A969 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 169 | 105 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.11 |
| HSL | 31.74º | 0.68% | 0.65% | - |
| HSV(B) | 31.74º | 0.54% | 0.89% | - |
| XYZ | 48.1 | 45.56 | 19.62 | - |
| YUV | 178.75 | 86.38 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 169 | 105 | 0 | 0.25 | 0.54 | 0.11 | 31.74 | 0.68 | 0.65 |
| Hex | E2 | A9 | 69 | 0 | 19 | 36 | B | 20 | 44 | 41 |
| Octal | 342 | 251 | 151 | 0 | 31 | 66 | 13 | 40 | 104 | 101 |
| Binary | 11100010 | 10101001 | 1101001 | 0 | 11001 | 110110 | 1011 | 100000 | 1000100 | 1000001 |
Color Harmonies of #E2A969
Complementary color
Monochromatic Colors of #E2A969
Black with #E2A969
Text Example
Text Example
White with #E2A969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A969; }
p { color: rgb(226,169,105); }
H1.HeaderClassName
{
color: #E2A969;
}
.AnyTagClassName
{
color: #E2A969;
}
</style>
background-color css
<style>
a { background-color: #E2A969; }
a { background-color: rgb(226,169,105); }
div.DivClassName
{
background-color: #E2A969;
}
.BgClassName
{
background-color: #E2A969;
}
</style>
border-color css
<style>
span { border-color: #E2A969; }
span { border-color: rgb(226,169,105); }
td.TdClassName
{
border-color: #E2A969;
}
.TagClassName
{
border-color: #E2A969;
}
</style>