Shades of Harvest Gold #E3AD66
Tints of Harvest Gold #E3AD66
RGB
CMYK
RGB Variations
Color information
#E3AD66 (or 0xE3AD66) is known color: Harvest Gold. HEX triplet: E3, AD and 66. RGB value is (227,173,102). Sum of RGB (Red+Green+Blue) = 227+173+102=502 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.22% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 102 (40.23% from 255 or 20.32% from 502); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AD66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3AD66 is #1C5299. Grayscale: #B5B5B5. Windows color (decimal): -1856154 or 6729187. OLE color: 6729187.
HSL color Cylindrical-coordinate representation of color #E3AD66: hue angle of 34.08º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E3AD66 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 173 | 102 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.11 |
| HSL | 34.08º | 0.69% | 0.65% | - |
| HSV(B) | 34.08º | 0.55% | 0.89% | - |
| XYZ | 49.02 | 47.18 | 19.09 | - |
| YUV | 181.05 | 83.39 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 173 | 102 | 0 | 0.24 | 0.55 | 0.11 | 34.08 | 0.69 | 0.65 |
| Hex | E3 | AD | 66 | 0 | 18 | 37 | B | 22 | 45 | 41 |
| Octal | 343 | 255 | 146 | 0 | 30 | 67 | 13 | 42 | 105 | 101 |
| Binary | 11100011 | 10101101 | 1100110 | 0 | 11000 | 110111 | 1011 | 100010 | 1000101 | 1000001 |
Color Harmonies of #E3AD66
Complementary color
Monochromatic Colors of #E3AD66
Black with #E3AD66
Text Example
Text Example
White with #E3AD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AD66; }
p { color: rgb(227,173,102); }
H1.HeaderClassName
{
color: #E3AD66;
}
.AnyTagClassName
{
color: #E3AD66;
}
</style>
background-color css
<style>
a { background-color: #E3AD66; }
a { background-color: rgb(227,173,102); }
div.DivClassName
{
background-color: #E3AD66;
}
.BgClassName
{
background-color: #E3AD66;
}
</style>
border-color css
<style>
span { border-color: #E3AD66; }
span { border-color: rgb(227,173,102); }
td.TdClassName
{
border-color: #E3AD66;
}
.TagClassName
{
border-color: #E3AD66;
}
</style>