Shades of Harvest Gold #E5AF70
Tints of Harvest Gold #E5AF70
RGB
CMYK
RGB Variations
Color information
#E5AF70 (or 0xE5AF70) is known color: Harvest Gold. HEX triplet: E5, AF and 70. RGB value is (229,175,112). Sum of RGB (Red+Green+Blue) = 229+175+112=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AF70 is #1A508F. Grayscale: #B8B8B8. Windows color (decimal): -1724560 or 7385061. OLE color: 7385061.
HSL color Cylindrical-coordinate representation of color #E5AF70: hue angle of 32.31º 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 #E5AF70 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 112 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.10 |
| HSL | 32.31º | 0.69% | 0.67% | - |
| HSV(B) | 32.31º | 0.51% | 0.9% | - |
| XYZ | 50.57 | 48.49 | 22.02 | - |
| YUV | 183.96 | 87.39 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 112 | 0 | 0.24 | 0.51 | 0.10 | 32.31 | 0.69 | 0.67 |
| Hex | E5 | AF | 70 | 0 | 18 | 33 | A | 20 | 45 | 43 |
| Octal | 345 | 257 | 160 | 0 | 30 | 63 | 12 | 40 | 105 | 103 |
| Binary | 11100101 | 10101111 | 1110000 | 0 | 11000 | 110011 | 1010 | 100000 | 1000101 | 1000011 |
Color Harmonies of #E5AF70
Complementary color
Monochromatic Colors of #E5AF70
Black with #E5AF70
Text Example
Text Example
White with #E5AF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AF70; }
p { color: rgb(229,175,112); }
H1.HeaderClassName
{
color: #E5AF70;
}
.AnyTagClassName
{
color: #E5AF70;
}
</style>
background-color css
<style>
a { background-color: #E5AF70; }
a { background-color: rgb(229,175,112); }
div.DivClassName
{
background-color: #E5AF70;
}
.BgClassName
{
background-color: #E5AF70;
}
</style>
border-color css
<style>
span { border-color: #E5AF70; }
span { border-color: rgb(229,175,112); }
td.TdClassName
{
border-color: #E5AF70;
}
.TagClassName
{
border-color: #E5AF70;
}
</style>