Shades of Harvest Gold #E6AD66
Tints of Harvest Gold #E6AD66
RGB
CMYK
RGB Variations
Color information
#E6AD66 (or 0xE6AD66) is known color: Harvest Gold. HEX triplet: E6, AD and 66. RGB value is (230,173,102). Sum of RGB (Red+Green+Blue) = 230+173+102=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 102 (40.23% from 255 or 20.20% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AD66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AD66 is #195299. Grayscale: #B6B6B6. Windows color (decimal): -1659546 or 6729190. OLE color: 6729190.
HSL color Cylindrical-coordinate representation of color #E6AD66: hue angle of 33.28º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E6AD66 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 173 | 102 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.10 |
| HSL | 33.28º | 0.72% | 0.65% | - |
| HSV(B) | 33.28º | 0.56% | 0.9% | - |
| XYZ | 49.97 | 47.67 | 19.14 | - |
| YUV | 181.95 | 82.88 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 102 | 0 | 0.25 | 0.56 | 0.10 | 33.28 | 0.72 | 0.65 |
| Hex | E6 | AD | 66 | 0 | 19 | 38 | A | 21 | 48 | 41 |
| Octal | 346 | 255 | 146 | 0 | 31 | 70 | 12 | 41 | 110 | 101 |
| Binary | 11100110 | 10101101 | 1100110 | 0 | 11001 | 111000 | 1010 | 100001 | 1001000 | 1000001 |
Color Harmonies of #E6AD66
Complementary color
Monochromatic Colors of #E6AD66
Black with #E6AD66
Text Example
Text Example
White with #E6AD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AD66; }
p { color: rgb(230,173,102); }
H1.HeaderClassName
{
color: #E6AD66;
}
.AnyTagClassName
{
color: #E6AD66;
}
</style>
background-color css
<style>
a { background-color: #E6AD66; }
a { background-color: rgb(230,173,102); }
div.DivClassName
{
background-color: #E6AD66;
}
.BgClassName
{
background-color: #E6AD66;
}
</style>
border-color css
<style>
span { border-color: #E6AD66; }
span { border-color: rgb(230,173,102); }
td.TdClassName
{
border-color: #E6AD66;
}
.TagClassName
{
border-color: #E6AD66;
}
</style>