Shades of Harvest Gold #EAB373
Tints of Harvest Gold #EAB373
RGB
CMYK
RGB Variations
Color information
#EAB373 (or 0xEAB373) is known color: Harvest Gold. HEX triplet: EA, B3 and 73. RGB value is (234,179,115). Sum of RGB (Red+Green+Blue) = 234+179+115=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 115 (45.31% from 255 or 21.78% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB373 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB373 is #154C8C. Grayscale: #BCBCBC. Windows color (decimal): -1395853 or 7582698. OLE color: 7582698.
HSL color Cylindrical-coordinate representation of color #EAB373: hue angle of 32.27º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EAB373 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 115 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.08 |
| HSL | 32.27º | 0.74% | 0.68% | - |
| HSV(B) | 32.27º | 0.51% | 0.92% | - |
| XYZ | 53.15 | 50.97 | 23.26 | - |
| YUV | 188.15 | 86.72 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 115 | 0 | 0.24 | 0.51 | 0.08 | 32.27 | 0.74 | 0.68 |
| Hex | EA | B3 | 73 | 0 | 18 | 33 | 8 | 20 | 4A | 44 |
| Octal | 352 | 263 | 163 | 0 | 30 | 63 | 10 | 40 | 112 | 104 |
| Binary | 11101010 | 10110011 | 1110011 | 0 | 11000 | 110011 | 1000 | 100000 | 1001010 | 1000100 |
Color Harmonies of #EAB373
Complementary color
Monochromatic Colors of #EAB373
Black with #EAB373
Text Example
Text Example
White with #EAB373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB373; }
p { color: rgb(234,179,115); }
H1.HeaderClassName
{
color: #EAB373;
}
.AnyTagClassName
{
color: #EAB373;
}
</style>
background-color css
<style>
a { background-color: #EAB373; }
a { background-color: rgb(234,179,115); }
div.DivClassName
{
background-color: #EAB373;
}
.BgClassName
{
background-color: #EAB373;
}
</style>
border-color css
<style>
span { border-color: #EAB373; }
span { border-color: rgb(234,179,115); }
td.TdClassName
{
border-color: #EAB373;
}
.TagClassName
{
border-color: #EAB373;
}
</style>