Shades of Harvest Gold #EAB372
Tints of Harvest Gold #EAB372
RGB
CMYK
RGB Variations
Color information
#EAB372 (or 0xEAB372) is known color: Harvest Gold. HEX triplet: EA, B3 and 72. RGB value is (234,179,114). Sum of RGB (Red+Green+Blue) = 234+179+114=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 114 (44.92% from 255 or 21.63% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB372 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB372 is #154C8D. Grayscale: #BCBCBC. Windows color (decimal): -1395854 or 7517162. OLE color: 7517162.
HSL color Cylindrical-coordinate representation of color #EAB372: hue angle of 32.5º 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 #EAB372 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 114 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.08 |
| HSL | 32.5º | 0.74% | 0.68% | - |
| HSV(B) | 32.5º | 0.51% | 0.92% | - |
| XYZ | 53.09 | 50.95 | 22.96 | - |
| YUV | 188.04 | 86.22 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 114 | 0 | 0.24 | 0.51 | 0.08 | 32.5 | 0.74 | 0.68 |
| Hex | EA | B3 | 72 | 0 | 18 | 33 | 8 | 20 | 4A | 44 |
| Octal | 352 | 263 | 162 | 0 | 30 | 63 | 10 | 40 | 112 | 104 |
| Binary | 11101010 | 10110011 | 1110010 | 0 | 11000 | 110011 | 1000 | 100000 | 1001010 | 1000100 |
Color Harmonies of #EAB372
Complementary color
Monochromatic Colors of #EAB372
Black with #EAB372
Text Example
Text Example
White with #EAB372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB372; }
p { color: rgb(234,179,114); }
H1.HeaderClassName
{
color: #EAB372;
}
.AnyTagClassName
{
color: #EAB372;
}
</style>
background-color css
<style>
a { background-color: #EAB372; }
a { background-color: rgb(234,179,114); }
div.DivClassName
{
background-color: #EAB372;
}
.BgClassName
{
background-color: #EAB372;
}
</style>
border-color css
<style>
span { border-color: #EAB372; }
span { border-color: rgb(234,179,114); }
td.TdClassName
{
border-color: #EAB372;
}
.TagClassName
{
border-color: #EAB372;
}
</style>