Shades of Harvest Gold #E7AF70
Tints of Harvest Gold #E7AF70
RGB
CMYK
RGB Variations
Color information
#E7AF70 (or 0xE7AF70) is known color: Harvest Gold. HEX triplet: E7, AF and 70. RGB value is (231,175,112). Sum of RGB (Red+Green+Blue) = 231+175+112=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 112 (44.14% from 255 or 21.62% from 518); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AF70 is #18508F. Grayscale: #B8B8B8. Windows color (decimal): -1593488 or 7385063. OLE color: 7385063.
HSL color Cylindrical-coordinate representation of color #E7AF70: hue angle of 31.76º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E7AF70 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 175 | 112 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.09 |
| HSL | 31.76º | 0.71% | 0.67% | - |
| HSV(B) | 31.76º | 0.52% | 0.91% | - |
| XYZ | 51.21 | 48.82 | 22.05 | - |
| YUV | 184.56 | 87.05 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 175 | 112 | 0 | 0.24 | 0.52 | 0.09 | 31.76 | 0.71 | 0.67 |
| Hex | E7 | AF | 70 | 0 | 18 | 34 | 9 | 20 | 47 | 43 |
| Octal | 347 | 257 | 160 | 0 | 30 | 64 | 11 | 40 | 107 | 103 |
| Binary | 11100111 | 10101111 | 1110000 | 0 | 11000 | 110100 | 1001 | 100000 | 1000111 | 1000011 |
Color Harmonies of #E7AF70
Complementary color
Monochromatic Colors of #E7AF70
Black with #E7AF70
Text Example
Text Example
White with #E7AF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AF70; }
p { color: rgb(231,175,112); }
H1.HeaderClassName
{
color: #E7AF70;
}
.AnyTagClassName
{
color: #E7AF70;
}
</style>
background-color css
<style>
a { background-color: #E7AF70; }
a { background-color: rgb(231,175,112); }
div.DivClassName
{
background-color: #E7AF70;
}
.BgClassName
{
background-color: #E7AF70;
}
</style>
border-color css
<style>
span { border-color: #E7AF70; }
span { border-color: rgb(231,175,112); }
td.TdClassName
{
border-color: #E7AF70;
}
.TagClassName
{
border-color: #E7AF70;
}
</style>