Shades of Harvest Gold #E6AE64
Tints of Harvest Gold #E6AE64
RGB
CMYK
RGB Variations
Color information
#E6AE64 (or 0xE6AE64) is known color: Harvest Gold. HEX triplet: E6, AE and 64. RGB value is (230,174,100). Sum of RGB (Red+Green+Blue) = 230+174+100=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 100 (39.45% from 255 or 19.84% from 504); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AE64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AE64 is #19519B. Grayscale: #B6B6B6. Windows color (decimal): -1659292 or 6598374. OLE color: 6598374.
HSL color Cylindrical-coordinate representation of color #E6AE64: hue angle of 34.15º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E6AE64 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 174 | 100 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.10 |
| HSL | 34.15º | 0.72% | 0.65% | - |
| HSV(B) | 34.15º | 0.57% | 0.9% | - |
| XYZ | 50.07 | 48.02 | 18.69 | - |
| YUV | 182.31 | 81.55 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 174 | 100 | 0 | 0.24 | 0.57 | 0.10 | 34.15 | 0.72 | 0.65 |
| Hex | E6 | AE | 64 | 0 | 18 | 39 | A | 22 | 48 | 41 |
| Octal | 346 | 256 | 144 | 0 | 30 | 71 | 12 | 42 | 110 | 101 |
| Binary | 11100110 | 10101110 | 1100100 | 0 | 11000 | 111001 | 1010 | 100010 | 1001000 | 1000001 |
Color Harmonies of #E6AE64
Complementary color
Monochromatic Colors of #E6AE64
Black with #E6AE64
Text Example
Text Example
White with #E6AE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AE64; }
p { color: rgb(230,174,100); }
H1.HeaderClassName
{
color: #E6AE64;
}
.AnyTagClassName
{
color: #E6AE64;
}
</style>
background-color css
<style>
a { background-color: #E6AE64; }
a { background-color: rgb(230,174,100); }
div.DivClassName
{
background-color: #E6AE64;
}
.BgClassName
{
background-color: #E6AE64;
}
</style>
border-color css
<style>
span { border-color: #E6AE64; }
span { border-color: rgb(230,174,100); }
td.TdClassName
{
border-color: #E6AE64;
}
.TagClassName
{
border-color: #E6AE64;
}
</style>