Shades of Harvest Gold #E3AD6D
Tints of Harvest Gold #E3AD6D
RGB
CMYK
RGB Variations
Color information
#E3AD6D (or 0xE3AD6D) is known color: Harvest Gold. HEX triplet: E3, AD and 6D. RGB value is (227,173,109). Sum of RGB (Red+Green+Blue) = 227+173+109=509 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.60% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 109 (42.97% from 255 or 21.41% from 509); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AD6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3AD6D is #1C5292. Grayscale: #B6B6B6. Windows color (decimal): -1856147 or 7187939. OLE color: 7187939.
HSL color Cylindrical-coordinate representation of color #E3AD6D: hue angle of 32.54º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E3AD6D is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 173 | 109 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.11 |
| HSL | 32.54º | 0.68% | 0.66% | - |
| HSV(B) | 32.54º | 0.52% | 0.89% | - |
| XYZ | 49.38 | 47.32 | 21 | - |
| YUV | 181.85 | 86.89 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 173 | 109 | 0 | 0.24 | 0.52 | 0.11 | 32.54 | 0.68 | 0.66 |
| Hex | E3 | AD | 6D | 0 | 18 | 34 | B | 21 | 44 | 42 |
| Octal | 343 | 255 | 155 | 0 | 30 | 64 | 13 | 41 | 104 | 102 |
| Binary | 11100011 | 10101101 | 1101101 | 0 | 11000 | 110100 | 1011 | 100001 | 1000100 | 1000010 |
Color Harmonies of #E3AD6D
Complementary color
Monochromatic Colors of #E3AD6D
Black with #E3AD6D
Text Example
Text Example
White with #E3AD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AD6D; }
p { color: rgb(227,173,109); }
H1.HeaderClassName
{
color: #E3AD6D;
}
.AnyTagClassName
{
color: #E3AD6D;
}
</style>
background-color css
<style>
a { background-color: #E3AD6D; }
a { background-color: rgb(227,173,109); }
div.DivClassName
{
background-color: #E3AD6D;
}
.BgClassName
{
background-color: #E3AD6D;
}
</style>
border-color css
<style>
span { border-color: #E3AD6D; }
span { border-color: rgb(227,173,109); }
td.TdClassName
{
border-color: #E3AD6D;
}
.TagClassName
{
border-color: #E3AD6D;
}
</style>