Shades of Harvest Gold #EAB073
Tints of Harvest Gold #EAB073
RGB
CMYK
RGB Variations
Color information
#EAB073 (or 0xEAB073) is known color: Harvest Gold. HEX triplet: EA, B0 and 73. RGB value is (234,176,115). Sum of RGB (Red+Green+Blue) = 234+176+115=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 115 (45.31% from 255 or 21.90% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB073 is #154F8C. Grayscale: #BABABA. Windows color (decimal): -1396621 or 7581930. OLE color: 7581930.
HSL color Cylindrical-coordinate representation of color #EAB073: hue angle of 30.76º 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 #EAB073 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 176 | 115 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.08 |
| HSL | 30.76º | 0.74% | 0.68% | - |
| HSV(B) | 30.76º | 0.51% | 0.92% | - |
| XYZ | 52.55 | 49.78 | 23.06 | - |
| YUV | 186.39 | 87.72 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 176 | 115 | 0 | 0.25 | 0.51 | 0.08 | 30.76 | 0.74 | 0.68 |
| Hex | EA | B0 | 73 | 0 | 19 | 33 | 8 | 1F | 4A | 44 |
| Octal | 352 | 260 | 163 | 0 | 31 | 63 | 10 | 37 | 112 | 104 |
| Binary | 11101010 | 10110000 | 1110011 | 0 | 11001 | 110011 | 1000 | 11111 | 1001010 | 1000100 |
Color Harmonies of #EAB073
Complementary color
Monochromatic Colors of #EAB073
Black with #EAB073
Text Example
Text Example
White with #EAB073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB073; }
p { color: rgb(234,176,115); }
H1.HeaderClassName
{
color: #EAB073;
}
.AnyTagClassName
{
color: #EAB073;
}
</style>
background-color css
<style>
a { background-color: #EAB073; }
a { background-color: rgb(234,176,115); }
div.DivClassName
{
background-color: #EAB073;
}
.BgClassName
{
background-color: #EAB073;
}
</style>
border-color css
<style>
span { border-color: #EAB073; }
span { border-color: rgb(234,176,115); }
td.TdClassName
{
border-color: #EAB073;
}
.TagClassName
{
border-color: #EAB073;
}
</style>