Shades of Harvest Gold #E6AA6E
Tints of Harvest Gold #E6AA6E
RGB
CMYK
RGB Variations
Color information
#E6AA6E (or 0xE6AA6E) is known color: Harvest Gold. HEX triplet: E6, AA and 6E. RGB value is (230,170,110). Sum of RGB (Red+Green+Blue) = 230+170+110=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 110 (43.36% from 255 or 21.57% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AA6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AA6E is #195591. Grayscale: #B5B5B5. Windows color (decimal): -1660306 or 7252710. OLE color: 7252710.
HSL color Cylindrical-coordinate representation of color #E6AA6E: hue angle of 30º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E6AA6E is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 170 | 110 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.10 |
| HSL | 30º | 0.71% | 0.67% | - |
| HSV(B) | 30º | 0.52% | 0.9% | - |
| XYZ | 49.82 | 46.7 | 21.14 | - |
| YUV | 181.1 | 87.88 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 170 | 110 | 0 | 0.26 | 0.52 | 0.10 | 30 | 0.71 | 0.67 |
| Hex | E6 | AA | 6E | 0 | 1A | 34 | A | 1E | 47 | 43 |
| Octal | 346 | 252 | 156 | 0 | 32 | 64 | 12 | 36 | 107 | 103 |
| Binary | 11100110 | 10101010 | 1101110 | 0 | 11010 | 110100 | 1010 | 11110 | 1000111 | 1000011 |
Color Harmonies of #E6AA6E
Complementary color
Monochromatic Colors of #E6AA6E
Black with #E6AA6E
Text Example
Text Example
White with #E6AA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AA6E; }
p { color: rgb(230,170,110); }
H1.HeaderClassName
{
color: #E6AA6E;
}
.AnyTagClassName
{
color: #E6AA6E;
}
</style>
background-color css
<style>
a { background-color: #E6AA6E; }
a { background-color: rgb(230,170,110); }
div.DivClassName
{
background-color: #E6AA6E;
}
.BgClassName
{
background-color: #E6AA6E;
}
</style>
border-color css
<style>
span { border-color: #E6AA6E; }
span { border-color: rgb(230,170,110); }
td.TdClassName
{
border-color: #E6AA6E;
}
.TagClassName
{
border-color: #E6AA6E;
}
</style>