Shades of Harvest Gold #E6AD64
Tints of Harvest Gold #E6AD64
RGB
CMYK
RGB Variations
Color information
#E6AD64 (or 0xE6AD64) is known color: Harvest Gold. HEX triplet: E6, AD and 64. RGB value is (230,173,100). Sum of RGB (Red+Green+Blue) = 230+173+100=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 100 (39.45% from 255 or 19.88% from 503); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AD64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AD64 is #19529B. Grayscale: #B6B6B6. Windows color (decimal): -1659548 or 6598118. OLE color: 6598118.
HSL color Cylindrical-coordinate representation of color #E6AD64: hue angle of 33.69º 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 #E6AD64 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 173 | 100 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.10 |
| HSL | 33.69º | 0.72% | 0.65% | - |
| HSV(B) | 33.69º | 0.57% | 0.9% | - |
| XYZ | 49.88 | 47.63 | 18.62 | - |
| YUV | 181.72 | 81.88 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 100 | 0 | 0.25 | 0.57 | 0.10 | 33.69 | 0.72 | 0.65 |
| Hex | E6 | AD | 64 | 0 | 19 | 39 | A | 22 | 48 | 41 |
| Octal | 346 | 255 | 144 | 0 | 31 | 71 | 12 | 42 | 110 | 101 |
| Binary | 11100110 | 10101101 | 1100100 | 0 | 11001 | 111001 | 1010 | 100010 | 1001000 | 1000001 |
Color Harmonies of #E6AD64
Complementary color
Monochromatic Colors of #E6AD64
Black with #E6AD64
Text Example
Text Example
White with #E6AD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AD64; }
p { color: rgb(230,173,100); }
H1.HeaderClassName
{
color: #E6AD64;
}
.AnyTagClassName
{
color: #E6AD64;
}
</style>
background-color css
<style>
a { background-color: #E6AD64; }
a { background-color: rgb(230,173,100); }
div.DivClassName
{
background-color: #E6AD64;
}
.BgClassName
{
background-color: #E6AD64;
}
</style>
border-color css
<style>
span { border-color: #E6AD64; }
span { border-color: rgb(230,173,100); }
td.TdClassName
{
border-color: #E6AD64;
}
.TagClassName
{
border-color: #E6AD64;
}
</style>