Shades of Harvest Gold #EAB170
Tints of Harvest Gold #EAB170
RGB
CMYK
RGB Variations
Color information
#EAB170 (or 0xEAB170) is known color: Harvest Gold. HEX triplet: EA, B1 and 70. RGB value is (234,177,112). Sum of RGB (Red+Green+Blue) = 234+177+112=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 112 (44.14% from 255 or 21.41% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB170 is #154E8F. Grayscale: #BABABA. Windows color (decimal): -1396368 or 7385578. OLE color: 7385578.
HSL color Cylindrical-coordinate representation of color #EAB170: hue angle of 31.97º 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 #EAB170 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 112 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.08 |
| HSL | 31.97º | 0.74% | 0.68% | - |
| HSV(B) | 31.97º | 0.52% | 0.92% | - |
| XYZ | 52.58 | 50.11 | 22.23 | - |
| YUV | 186.63 | 85.88 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 112 | 0 | 0.24 | 0.52 | 0.08 | 31.97 | 0.74 | 0.68 |
| Hex | EA | B1 | 70 | 0 | 18 | 34 | 8 | 20 | 4A | 44 |
| Octal | 352 | 261 | 160 | 0 | 30 | 64 | 10 | 40 | 112 | 104 |
| Binary | 11101010 | 10110001 | 1110000 | 0 | 11000 | 110100 | 1000 | 100000 | 1001010 | 1000100 |
Color Harmonies of #EAB170
Complementary color
Monochromatic Colors of #EAB170
Black with #EAB170
Text Example
Text Example
White with #EAB170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB170; }
p { color: rgb(234,177,112); }
H1.HeaderClassName
{
color: #EAB170;
}
.AnyTagClassName
{
color: #EAB170;
}
</style>
background-color css
<style>
a { background-color: #EAB170; }
a { background-color: rgb(234,177,112); }
div.DivClassName
{
background-color: #EAB170;
}
.BgClassName
{
background-color: #EAB170;
}
</style>
border-color css
<style>
span { border-color: #EAB170; }
span { border-color: rgb(234,177,112); }
td.TdClassName
{
border-color: #EAB170;
}
.TagClassName
{
border-color: #EAB170;
}
</style>