Shades of Harvest Gold #EAB55E
Tints of Harvest Gold #EAB55E
RGB
CMYK
RGB Variations
Color information
#EAB55E (or 0xEAB55E) is known color: Harvest Gold. HEX triplet: EA, B5 and 5E. RGB value is (234,181,94). Sum of RGB (Red+Green+Blue) = 234+181+94=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 94 (37.11% from 255 or 18.47% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB55E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB55E is #154AA1. Grayscale: #BBBBBB. Windows color (decimal): -1395362 or 6206954. OLE color: 6206954.
HSL color Cylindrical-coordinate representation of color #EAB55E: hue angle of 37.29º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EAB55E is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 94 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.08 |
| HSL | 37.29º | 0.77% | 0.64% | - |
| HSV(B) | 37.29º | 0.6% | 0.92% | - |
| XYZ | 52.48 | 51.35 | 17.74 | - |
| YUV | 186.93 | 75.56 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 94 | 0 | 0.23 | 0.60 | 0.08 | 37.29 | 0.77 | 0.64 |
| Hex | EA | B5 | 5E | 0 | 17 | 3C | 8 | 25 | 4D | 40 |
| Octal | 352 | 265 | 136 | 0 | 27 | 74 | 10 | 45 | 115 | 100 |
| Binary | 11101010 | 10110101 | 1011110 | 0 | 10111 | 111100 | 1000 | 100101 | 1001101 | 1000000 |
Color Harmonies of #EAB55E
Complementary color
Monochromatic Colors of #EAB55E
Black with #EAB55E
Text Example
Text Example
White with #EAB55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB55E; }
p { color: rgb(234,181,94); }
H1.HeaderClassName
{
color: #EAB55E;
}
.AnyTagClassName
{
color: #EAB55E;
}
</style>
background-color css
<style>
a { background-color: #EAB55E; }
a { background-color: rgb(234,181,94); }
div.DivClassName
{
background-color: #EAB55E;
}
.BgClassName
{
background-color: #EAB55E;
}
</style>
border-color css
<style>
span { border-color: #EAB55E; }
span { border-color: rgb(234,181,94); }
td.TdClassName
{
border-color: #EAB55E;
}
.TagClassName
{
border-color: #EAB55E;
}
</style>