Shades of Harvest Gold #EAAF70
Tints of Harvest Gold #EAAF70
RGB
CMYK
RGB Variations
Color information
#EAAF70 (or 0xEAAF70) is known color: Harvest Gold. HEX triplet: EA, AF and 70. RGB value is (234,175,112). Sum of RGB (Red+Green+Blue) = 234+175+112=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAF70 is #15508F. Grayscale: #B9B9B9. Windows color (decimal): -1396880 or 7385066. OLE color: 7385066.
HSL color Cylindrical-coordinate representation of color #EAAF70: hue angle of 30.98º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EAAF70 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 175 | 112 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.08 |
| HSL | 30.98º | 0.74% | 0.68% | - |
| HSV(B) | 30.98º | 0.52% | 0.92% | - |
| XYZ | 52.19 | 49.32 | 22.1 | - |
| YUV | 185.46 | 86.55 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 175 | 112 | 0 | 0.25 | 0.52 | 0.08 | 30.98 | 0.74 | 0.68 |
| Hex | EA | AF | 70 | 0 | 19 | 34 | 8 | 1F | 4A | 44 |
| Octal | 352 | 257 | 160 | 0 | 31 | 64 | 10 | 37 | 112 | 104 |
| Binary | 11101010 | 10101111 | 1110000 | 0 | 11001 | 110100 | 1000 | 11111 | 1001010 | 1000100 |
Color Harmonies of #EAAF70
Complementary color
Monochromatic Colors of #EAAF70
Black with #EAAF70
Text Example
Text Example
White with #EAAF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAF70; }
p { color: rgb(234,175,112); }
H1.HeaderClassName
{
color: #EAAF70;
}
.AnyTagClassName
{
color: #EAAF70;
}
</style>
background-color css
<style>
a { background-color: #EAAF70; }
a { background-color: rgb(234,175,112); }
div.DivClassName
{
background-color: #EAAF70;
}
.BgClassName
{
background-color: #EAAF70;
}
</style>
border-color css
<style>
span { border-color: #EAAF70; }
span { border-color: rgb(234,175,112); }
td.TdClassName
{
border-color: #EAAF70;
}
.TagClassName
{
border-color: #EAAF70;
}
</style>