Shades of Harvest Gold #E5AD70
Tints of Harvest Gold #E5AD70
RGB
CMYK
RGB Variations
Color information
#E5AD70 (or 0xE5AD70) is known color: Harvest Gold. HEX triplet: E5, AD and 70. RGB value is (229,173,112). Sum of RGB (Red+Green+Blue) = 229+173+112=514 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.55% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AD70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AD70 is #1A528F. Grayscale: #B7B7B7. Windows color (decimal): -1725072 or 7384549. OLE color: 7384549.
HSL color Cylindrical-coordinate representation of color #E5AD70: hue angle of 31.28º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E5AD70 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 112 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.10 |
| HSL | 31.28º | 0.69% | 0.67% | - |
| HSV(B) | 31.28º | 0.51% | 0.9% | - |
| XYZ | 50.18 | 47.72 | 21.89 | - |
| YUV | 182.79 | 88.05 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 112 | 0 | 0.24 | 0.51 | 0.10 | 31.28 | 0.69 | 0.67 |
| Hex | E5 | AD | 70 | 0 | 18 | 33 | A | 1F | 45 | 43 |
| Octal | 345 | 255 | 160 | 0 | 30 | 63 | 12 | 37 | 105 | 103 |
| Binary | 11100101 | 10101101 | 1110000 | 0 | 11000 | 110011 | 1010 | 11111 | 1000101 | 1000011 |
Color Harmonies of #E5AD70
Complementary color
Monochromatic Colors of #E5AD70
Black with #E5AD70
Text Example
Text Example
White with #E5AD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AD70; }
p { color: rgb(229,173,112); }
H1.HeaderClassName
{
color: #E5AD70;
}
.AnyTagClassName
{
color: #E5AD70;
}
</style>
background-color css
<style>
a { background-color: #E5AD70; }
a { background-color: rgb(229,173,112); }
div.DivClassName
{
background-color: #E5AD70;
}
.BgClassName
{
background-color: #E5AD70;
}
</style>
border-color css
<style>
span { border-color: #E5AD70; }
span { border-color: rgb(229,173,112); }
td.TdClassName
{
border-color: #E5AD70;
}
.TagClassName
{
border-color: #E5AD70;
}
</style>