Shades of Harvest Gold #EAB771
Tints of Harvest Gold #EAB771
RGB
CMYK
RGB Variations
Color information
#EAB771 (or 0xEAB771) is known color: Harvest Gold. HEX triplet: EA, B7 and 71. RGB value is (234,183,113). Sum of RGB (Red+Green+Blue) = 234+183+113=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 183 (71.88% from 255 or 34.53% from 530); Blue value is 113 (44.53% from 255 or 21.32% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB771 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB771 is #15488E. Grayscale: #BEBEBE. Windows color (decimal): -1394831 or 7452650. OLE color: 7452650.
HSL color Cylindrical-coordinate representation of color #EAB771: hue angle of 34.71º 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 #EAB771 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 113 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.08 |
| HSL | 34.71º | 0.74% | 0.68% | - |
| HSV(B) | 34.71º | 0.52% | 0.92% | - |
| XYZ | 53.85 | 52.55 | 22.93 | - |
| YUV | 190.27 | 84.4 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 113 | 0 | 0.22 | 0.52 | 0.08 | 34.71 | 0.74 | 0.68 |
| Hex | EA | B7 | 71 | 0 | 16 | 34 | 8 | 23 | 4A | 44 |
| Octal | 352 | 267 | 161 | 0 | 26 | 64 | 10 | 43 | 112 | 104 |
| Binary | 11101010 | 10110111 | 1110001 | 0 | 10110 | 110100 | 1000 | 100011 | 1001010 | 1000100 |
Color Harmonies of #EAB771
Complementary color
Monochromatic Colors of #EAB771
Black with #EAB771
Text Example
Text Example
White with #EAB771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB771; }
p { color: rgb(234,183,113); }
H1.HeaderClassName
{
color: #EAB771;
}
.AnyTagClassName
{
color: #EAB771;
}
</style>
background-color css
<style>
a { background-color: #EAB771; }
a { background-color: rgb(234,183,113); }
div.DivClassName
{
background-color: #EAB771;
}
.BgClassName
{
background-color: #EAB771;
}
</style>
border-color css
<style>
span { border-color: #EAB771; }
span { border-color: rgb(234,183,113); }
td.TdClassName
{
border-color: #EAB771;
}
.TagClassName
{
border-color: #EAB771;
}
</style>