Shades of Harvest Gold #E3AD6F
Tints of Harvest Gold #E3AD6F
RGB
CMYK
RGB Variations
Color information
#E3AD6F (or 0xE3AD6F) is known color: Harvest Gold. HEX triplet: E3, AD and 6F. RGB value is (227,173,111). Sum of RGB (Red+Green+Blue) = 227+173+111=511 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.42% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 111 (43.75% from 255 or 21.72% from 511); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AD6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3AD6F is #1C5290. Grayscale: #B6B6B6. Windows color (decimal): -1856145 or 7319011. OLE color: 7319011.
HSL color Cylindrical-coordinate representation of color #E3AD6F: hue angle of 32.07º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E3AD6F is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 173 | 111 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.11 |
| HSL | 32.07º | 0.67% | 0.66% | - |
| HSV(B) | 32.07º | 0.51% | 0.89% | - |
| XYZ | 49.49 | 47.37 | 21.57 | - |
| YUV | 182.08 | 87.89 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 173 | 111 | 0 | 0.24 | 0.51 | 0.11 | 32.07 | 0.67 | 0.66 |
| Hex | E3 | AD | 6F | 0 | 18 | 33 | B | 20 | 43 | 42 |
| Octal | 343 | 255 | 157 | 0 | 30 | 63 | 13 | 40 | 103 | 102 |
| Binary | 11100011 | 10101101 | 1101111 | 0 | 11000 | 110011 | 1011 | 100000 | 1000011 | 1000010 |
Color Harmonies of #E3AD6F
Complementary color
Monochromatic Colors of #E3AD6F
Black with #E3AD6F
Text Example
Text Example
White with #E3AD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AD6F; }
p { color: rgb(227,173,111); }
H1.HeaderClassName
{
color: #E3AD6F;
}
.AnyTagClassName
{
color: #E3AD6F;
}
</style>
background-color css
<style>
a { background-color: #E3AD6F; }
a { background-color: rgb(227,173,111); }
div.DivClassName
{
background-color: #E3AD6F;
}
.BgClassName
{
background-color: #E3AD6F;
}
</style>
border-color css
<style>
span { border-color: #E3AD6F; }
span { border-color: rgb(227,173,111); }
td.TdClassName
{
border-color: #E3AD6F;
}
.TagClassName
{
border-color: #E3AD6F;
}
</style>