Shades of Harvest Gold #E3A869
Tints of Harvest Gold #E3A869
RGB
CMYK
RGB Variations
Color information
#E3A869 (or 0xE3A869) is known color: Harvest Gold. HEX triplet: E3, A8 and 69. RGB value is (227,168,105). Sum of RGB (Red+Green+Blue) = 227+168+105=500 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.4% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 105 (41.41% from 255 or 21% from 500); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3A869 is #1C5796. Grayscale: #B2B2B2. Windows color (decimal): -1857431 or 6924515. OLE color: 6924515.
HSL color Cylindrical-coordinate representation of color #E3A869: hue angle of 30.98º degrees, saturation: 0.69, 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 #E3A869 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 168 | 105 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.11 |
| HSL | 30.98º | 0.69% | 0.65% | - |
| HSV(B) | 30.98º | 0.54% | 0.89% | - |
| XYZ | 48.23 | 45.36 | 19.58 | - |
| YUV | 178.46 | 86.55 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 168 | 105 | 0 | 0.26 | 0.54 | 0.11 | 30.98 | 0.69 | 0.65 |
| Hex | E3 | A8 | 69 | 0 | 1A | 36 | B | 1F | 45 | 41 |
| Octal | 343 | 250 | 151 | 0 | 32 | 66 | 13 | 37 | 105 | 101 |
| Binary | 11100011 | 10101000 | 1101001 | 0 | 11010 | 110110 | 1011 | 11111 | 1000101 | 1000001 |
Color Harmonies of #E3A869
Complementary color
Monochromatic Colors of #E3A869
Black with #E3A869
Text Example
Text Example
White with #E3A869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A869; }
p { color: rgb(227,168,105); }
H1.HeaderClassName
{
color: #E3A869;
}
.AnyTagClassName
{
color: #E3A869;
}
</style>
background-color css
<style>
a { background-color: #E3A869; }
a { background-color: rgb(227,168,105); }
div.DivClassName
{
background-color: #E3A869;
}
.BgClassName
{
background-color: #E3A869;
}
</style>
border-color css
<style>
span { border-color: #E3A869; }
span { border-color: rgb(227,168,105); }
td.TdClassName
{
border-color: #E3A869;
}
.TagClassName
{
border-color: #E3A869;
}
</style>