Shades of Harvest Gold #E3AF66
Tints of Harvest Gold #E3AF66
RGB
CMYK
RGB Variations
Color information
#E3AF66 (or 0xE3AF66) is known color: Harvest Gold. HEX triplet: E3, AF and 66. RGB value is (227,175,102). Sum of RGB (Red+Green+Blue) = 227+175+102=504 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.04% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 102 (40.23% from 255 or 20.24% from 504); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AF66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3AF66 is #1C5099. Grayscale: #B6B6B6. Windows color (decimal): -1855642 or 6729699. OLE color: 6729699.
HSL color Cylindrical-coordinate representation of color #E3AF66: hue angle of 35.04º 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 #E3AF66 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 175 | 102 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.11 |
| HSL | 35.04º | 0.69% | 0.65% | - |
| HSV(B) | 35.04º | 0.55% | 0.89% | - |
| XYZ | 49.41 | 47.95 | 19.22 | - |
| YUV | 182.23 | 82.73 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 175 | 102 | 0 | 0.23 | 0.55 | 0.11 | 35.04 | 0.69 | 0.65 |
| Hex | E3 | AF | 66 | 0 | 17 | 37 | B | 23 | 45 | 41 |
| Octal | 343 | 257 | 146 | 0 | 27 | 67 | 13 | 43 | 105 | 101 |
| Binary | 11100011 | 10101111 | 1100110 | 0 | 10111 | 110111 | 1011 | 100011 | 1000101 | 1000001 |
Color Harmonies of #E3AF66
Complementary color
Monochromatic Colors of #E3AF66
Black with #E3AF66
Text Example
Text Example
White with #E3AF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AF66; }
p { color: rgb(227,175,102); }
H1.HeaderClassName
{
color: #E3AF66;
}
.AnyTagClassName
{
color: #E3AF66;
}
</style>
background-color css
<style>
a { background-color: #E3AF66; }
a { background-color: rgb(227,175,102); }
div.DivClassName
{
background-color: #E3AF66;
}
.BgClassName
{
background-color: #E3AF66;
}
</style>
border-color css
<style>
span { border-color: #E3AF66; }
span { border-color: rgb(227,175,102); }
td.TdClassName
{
border-color: #E3AF66;
}
.TagClassName
{
border-color: #E3AF66;
}
</style>