Shades of Harvest Gold #E3A968
Tints of Harvest Gold #E3A968
RGB
CMYK
RGB Variations
Color information
#E3A968 (or 0xE3A968) is known color: Harvest Gold. HEX triplet: E3, A9 and 68. RGB value is (227,169,104). Sum of RGB (Red+Green+Blue) = 227+169+104=500 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.4% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 104 (41.02% from 255 or 20.8% from 500); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3A968 is #1C5697. Grayscale: #B3B3B3. Windows color (decimal): -1857176 or 6859235. OLE color: 6859235.
HSL color Cylindrical-coordinate representation of color #E3A968: hue angle of 31.71º 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 #E3A968 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 169 | 104 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.11 |
| HSL | 31.71º | 0.69% | 0.65% | - |
| HSV(B) | 31.71º | 0.54% | 0.89% | - |
| XYZ | 48.37 | 45.71 | 19.37 | - |
| YUV | 178.93 | 85.72 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 169 | 104 | 0 | 0.26 | 0.54 | 0.11 | 31.71 | 0.69 | 0.65 |
| Hex | E3 | A9 | 68 | 0 | 1A | 36 | B | 20 | 45 | 41 |
| Octal | 343 | 251 | 150 | 0 | 32 | 66 | 13 | 40 | 105 | 101 |
| Binary | 11100011 | 10101001 | 1101000 | 0 | 11010 | 110110 | 1011 | 100000 | 1000101 | 1000001 |
Color Harmonies of #E3A968
Complementary color
Monochromatic Colors of #E3A968
Black with #E3A968
Text Example
Text Example
White with #E3A968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A968; }
p { color: rgb(227,169,104); }
H1.HeaderClassName
{
color: #E3A968;
}
.AnyTagClassName
{
color: #E3A968;
}
</style>
background-color css
<style>
a { background-color: #E3A968; }
a { background-color: rgb(227,169,104); }
div.DivClassName
{
background-color: #E3A968;
}
.BgClassName
{
background-color: #E3A968;
}
</style>
border-color css
<style>
span { border-color: #E3A968; }
span { border-color: rgb(227,169,104); }
td.TdClassName
{
border-color: #E3A968;
}
.TagClassName
{
border-color: #E3A968;
}
</style>