Shades of Harvest Gold #E3AA6D
Tints of Harvest Gold #E3AA6D
RGB
CMYK
RGB Variations
Color information
#E3AA6D (or 0xE3AA6D) is known color: Harvest Gold. HEX triplet: E3, AA and 6D. RGB value is (227,170,109). Sum of RGB (Red+Green+Blue) = 227+170+109=506 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.86% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 109 (42.97% from 255 or 21.54% from 506); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AA6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3AA6D is #1C5592. Grayscale: #B4B4B4. Windows color (decimal): -1856915 or 7187171. OLE color: 7187171.
HSL color Cylindrical-coordinate representation of color #E3AA6D: hue angle of 31.02º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E3AA6D is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 170 | 109 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.11 |
| HSL | 31.02º | 0.68% | 0.66% | - |
| HSV(B) | 31.02º | 0.52% | 0.89% | - |
| XYZ | 48.81 | 46.18 | 20.81 | - |
| YUV | 180.09 | 87.88 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 170 | 109 | 0 | 0.25 | 0.52 | 0.11 | 31.02 | 0.68 | 0.66 |
| Hex | E3 | AA | 6D | 0 | 19 | 34 | B | 1F | 44 | 42 |
| Octal | 343 | 252 | 155 | 0 | 31 | 64 | 13 | 37 | 104 | 102 |
| Binary | 11100011 | 10101010 | 1101101 | 0 | 11001 | 110100 | 1011 | 11111 | 1000100 | 1000010 |
Color Harmonies of #E3AA6D
Complementary color
Monochromatic Colors of #E3AA6D
Black with #E3AA6D
Text Example
Text Example
White with #E3AA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AA6D; }
p { color: rgb(227,170,109); }
H1.HeaderClassName
{
color: #E3AA6D;
}
.AnyTagClassName
{
color: #E3AA6D;
}
</style>
background-color css
<style>
a { background-color: #E3AA6D; }
a { background-color: rgb(227,170,109); }
div.DivClassName
{
background-color: #E3AA6D;
}
.BgClassName
{
background-color: #E3AA6D;
}
</style>
border-color css
<style>
span { border-color: #E3AA6D; }
span { border-color: rgb(227,170,109); }
td.TdClassName
{
border-color: #E3AA6D;
}
.TagClassName
{
border-color: #E3AA6D;
}
</style>