Shades of Harvest Gold #EAB273
Tints of Harvest Gold #EAB273
RGB
CMYK
RGB Variations
Color information
#EAB273 (or 0xEAB273) is known color: Harvest Gold. HEX triplet: EA, B2 and 73. RGB value is (234,178,115). Sum of RGB (Red+Green+Blue) = 234+178+115=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 115 (45.31% from 255 or 21.82% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB273 is #154D8C. Grayscale: #BBBBBB. Windows color (decimal): -1396109 or 7582442. OLE color: 7582442.
HSL color Cylindrical-coordinate representation of color #EAB273: hue angle of 31.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 #EAB273 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 178 | 115 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.08 |
| HSL | 31.76º | 0.74% | 0.68% | - |
| HSV(B) | 31.76º | 0.51% | 0.92% | - |
| XYZ | 52.95 | 50.57 | 23.19 | - |
| YUV | 187.56 | 87.05 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 178 | 115 | 0 | 0.24 | 0.51 | 0.08 | 31.76 | 0.74 | 0.68 |
| Hex | EA | B2 | 73 | 0 | 18 | 33 | 8 | 20 | 4A | 44 |
| Octal | 352 | 262 | 163 | 0 | 30 | 63 | 10 | 40 | 112 | 104 |
| Binary | 11101010 | 10110010 | 1110011 | 0 | 11000 | 110011 | 1000 | 100000 | 1001010 | 1000100 |
Color Harmonies of #EAB273
Complementary color
Monochromatic Colors of #EAB273
Black with #EAB273
Text Example
Text Example
White with #EAB273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB273; }
p { color: rgb(234,178,115); }
H1.HeaderClassName
{
color: #EAB273;
}
.AnyTagClassName
{
color: #EAB273;
}
</style>
background-color css
<style>
a { background-color: #EAB273; }
a { background-color: rgb(234,178,115); }
div.DivClassName
{
background-color: #EAB273;
}
.BgClassName
{
background-color: #EAB273;
}
</style>
border-color css
<style>
span { border-color: #EAB273; }
span { border-color: rgb(234,178,115); }
td.TdClassName
{
border-color: #EAB273;
}
.TagClassName
{
border-color: #EAB273;
}
</style>