Shades of Harvest Gold #EAB764
Tints of Harvest Gold #EAB764
RGB
CMYK
RGB Variations
Color information
#EAB764 (or 0xEAB764) is known color: Harvest Gold. HEX triplet: EA, B7 and 64. RGB value is (234,183,100). Sum of RGB (Red+Green+Blue) = 234+183+100=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 100 (39.45% from 255 or 19.34% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB764 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB764 is #15489B. Grayscale: #BDBDBD. Windows color (decimal): -1394844 or 6600682. OLE color: 6600682.
HSL color Cylindrical-coordinate representation of color #EAB764: hue angle of 37.16º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EAB764 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 100 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.08 |
| HSL | 37.16º | 0.76% | 0.65% | - |
| HSV(B) | 37.16º | 0.57% | 0.92% | - |
| XYZ | 53.17 | 52.28 | 19.35 | - |
| YUV | 188.79 | 77.9 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 100 | 0 | 0.22 | 0.57 | 0.08 | 37.16 | 0.76 | 0.65 |
| Hex | EA | B7 | 64 | 0 | 16 | 39 | 8 | 25 | 4C | 41 |
| Octal | 352 | 267 | 144 | 0 | 26 | 71 | 10 | 45 | 114 | 101 |
| Binary | 11101010 | 10110111 | 1100100 | 0 | 10110 | 111001 | 1000 | 100101 | 1001100 | 1000001 |
Color Harmonies of #EAB764
Complementary color
Monochromatic Colors of #EAB764
Black with #EAB764
Text Example
Text Example
White with #EAB764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB764; }
p { color: rgb(234,183,100); }
H1.HeaderClassName
{
color: #EAB764;
}
.AnyTagClassName
{
color: #EAB764;
}
</style>
background-color css
<style>
a { background-color: #EAB764; }
a { background-color: rgb(234,183,100); }
div.DivClassName
{
background-color: #EAB764;
}
.BgClassName
{
background-color: #EAB764;
}
</style>
border-color css
<style>
span { border-color: #EAB764; }
span { border-color: rgb(234,183,100); }
td.TdClassName
{
border-color: #EAB764;
}
.TagClassName
{
border-color: #EAB764;
}
</style>