Shades of Harvest Gold #E3AD6B
Tints of Harvest Gold #E3AD6B
RGB
CMYK
RGB Variations
Color information
#E3AD6B (or 0xE3AD6B) is known color: Harvest Gold. HEX triplet: E3, AD and 6B. RGB value is (227,173,107). Sum of RGB (Red+Green+Blue) = 227+173+107=507 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.77% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 107 (42.19% from 255 or 21.10% from 507); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AD6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3AD6B is #1C5294. Grayscale: #B5B5B5. Windows color (decimal): -1856149 or 7056867. OLE color: 7056867.
HSL color Cylindrical-coordinate representation of color #E3AD6B: hue angle of 33º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E3AD6B is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 173 | 107 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.11 |
| HSL | 33º | 0.68% | 0.65% | - |
| HSV(B) | 33º | 0.53% | 0.89% | - |
| XYZ | 49.28 | 47.28 | 20.44 | - |
| YUV | 181.62 | 85.89 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 173 | 107 | 0 | 0.24 | 0.53 | 0.11 | 33 | 0.68 | 0.65 |
| Hex | E3 | AD | 6B | 0 | 18 | 35 | B | 21 | 44 | 41 |
| Octal | 343 | 255 | 153 | 0 | 30 | 65 | 13 | 41 | 104 | 101 |
| Binary | 11100011 | 10101101 | 1101011 | 0 | 11000 | 110101 | 1011 | 100001 | 1000100 | 1000001 |
Color Harmonies of #E3AD6B
Complementary color
Monochromatic Colors of #E3AD6B
Black with #E3AD6B
Text Example
Text Example
White with #E3AD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AD6B; }
p { color: rgb(227,173,107); }
H1.HeaderClassName
{
color: #E3AD6B;
}
.AnyTagClassName
{
color: #E3AD6B;
}
</style>
background-color css
<style>
a { background-color: #E3AD6B; }
a { background-color: rgb(227,173,107); }
div.DivClassName
{
background-color: #E3AD6B;
}
.BgClassName
{
background-color: #E3AD6B;
}
</style>
border-color css
<style>
span { border-color: #E3AD6B; }
span { border-color: rgb(227,173,107); }
td.TdClassName
{
border-color: #E3AD6B;
}
.TagClassName
{
border-color: #E3AD6B;
}
</style>