Shades of Harvest Gold #E7AA6D
Tints of Harvest Gold #E7AA6D
RGB
CMYK
RGB Variations
Color information
#E7AA6D (or 0xE7AA6D) is known color: Harvest Gold. HEX triplet: E7, AA and 6D. RGB value is (231,170,109). Sum of RGB (Red+Green+Blue) = 231+170+109=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 109 (42.97% from 255 or 21.37% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AA6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AA6D is #185592. Grayscale: #B5B5B5. Windows color (decimal): -1594771 or 7187175. OLE color: 7187175.
HSL color Cylindrical-coordinate representation of color #E7AA6D: hue angle of 30º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E7AA6D is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 170 | 109 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.09 |
| HSL | 30º | 0.72% | 0.67% | - |
| HSV(B) | 30º | 0.53% | 0.91% | - |
| XYZ | 50.09 | 46.84 | 20.87 | - |
| YUV | 181.29 | 87.21 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 170 | 109 | 0 | 0.26 | 0.53 | 0.09 | 30 | 0.72 | 0.67 |
| Hex | E7 | AA | 6D | 0 | 1A | 35 | 9 | 1E | 48 | 43 |
| Octal | 347 | 252 | 155 | 0 | 32 | 65 | 11 | 36 | 110 | 103 |
| Binary | 11100111 | 10101010 | 1101101 | 0 | 11010 | 110101 | 1001 | 11110 | 1001000 | 1000011 |
Color Harmonies of #E7AA6D
Complementary color
Monochromatic Colors of #E7AA6D
Black with #E7AA6D
Text Example
Text Example
White with #E7AA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AA6D; }
p { color: rgb(231,170,109); }
H1.HeaderClassName
{
color: #E7AA6D;
}
.AnyTagClassName
{
color: #E7AA6D;
}
</style>
background-color css
<style>
a { background-color: #E7AA6D; }
a { background-color: rgb(231,170,109); }
div.DivClassName
{
background-color: #E7AA6D;
}
.BgClassName
{
background-color: #E7AA6D;
}
</style>
border-color css
<style>
span { border-color: #E7AA6D; }
span { border-color: rgb(231,170,109); }
td.TdClassName
{
border-color: #E7AA6D;
}
.TagClassName
{
border-color: #E7AA6D;
}
</style>