Shades of Harvest Gold #EABC71
Tints of Harvest Gold #EABC71
RGB
CMYK
RGB Variations
Color information
#EABC71 (or 0xEABC71) is known color: Harvest Gold. HEX triplet: EA, BC and 71. RGB value is (234,188,113). Sum of RGB (Red+Green+Blue) = 234+188+113=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 113 (44.53% from 255 or 21.12% from 535); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABC71 is #15438E. Grayscale: #C1C1C1. Windows color (decimal): -1393551 or 7453930. OLE color: 7453930.
HSL color Cylindrical-coordinate representation of color #EABC71: hue angle of 37.19º 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 #EABC71 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 113 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.08 |
| HSL | 37.19º | 0.74% | 0.68% | - |
| HSV(B) | 37.19º | 0.52% | 0.92% | - |
| XYZ | 54.9 | 54.65 | 23.28 | - |
| YUV | 193.2 | 82.74 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 113 | 0 | 0.20 | 0.52 | 0.08 | 37.19 | 0.74 | 0.68 |
| Hex | EA | BC | 71 | 0 | 14 | 34 | 8 | 25 | 4A | 44 |
| Octal | 352 | 274 | 161 | 0 | 24 | 64 | 10 | 45 | 112 | 104 |
| Binary | 11101010 | 10111100 | 1110001 | 0 | 10100 | 110100 | 1000 | 100101 | 1001010 | 1000100 |
Color Harmonies of #EABC71
Complementary color
Monochromatic Colors of #EABC71
Black with #EABC71
Text Example
Text Example
White with #EABC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABC71; }
p { color: rgb(234,188,113); }
H1.HeaderClassName
{
color: #EABC71;
}
.AnyTagClassName
{
color: #EABC71;
}
</style>
background-color css
<style>
a { background-color: #EABC71; }
a { background-color: rgb(234,188,113); }
div.DivClassName
{
background-color: #EABC71;
}
.BgClassName
{
background-color: #EABC71;
}
</style>
border-color css
<style>
span { border-color: #EABC71; }
span { border-color: rgb(234,188,113); }
td.TdClassName
{
border-color: #EABC71;
}
.TagClassName
{
border-color: #EABC71;
}
</style>