Shades of Harvest Gold #EAB773
Tints of Harvest Gold #EAB773
RGB
CMYK
RGB Variations
Color information
#EAB773 (or 0xEAB773) is known color: Harvest Gold. HEX triplet: EA, B7 and 73. RGB value is (234,183,115). Sum of RGB (Red+Green+Blue) = 234+183+115=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 183 (71.88% from 255 or 34.40% from 532); Blue value is 115 (45.31% from 255 or 21.62% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB773 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB773 is #15488C. Grayscale: #BEBEBE. Windows color (decimal): -1394829 or 7583722. OLE color: 7583722.
HSL color Cylindrical-coordinate representation of color #EAB773: hue angle of 34.29º 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 #EAB773 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 115 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.08 |
| HSL | 34.29º | 0.74% | 0.68% | - |
| HSV(B) | 34.29º | 0.51% | 0.92% | - |
| XYZ | 53.96 | 52.6 | 23.53 | - |
| YUV | 190.5 | 85.4 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 115 | 0 | 0.22 | 0.51 | 0.08 | 34.29 | 0.74 | 0.68 |
| Hex | EA | B7 | 73 | 0 | 16 | 33 | 8 | 22 | 4A | 44 |
| Octal | 352 | 267 | 163 | 0 | 26 | 63 | 10 | 42 | 112 | 104 |
| Binary | 11101010 | 10110111 | 1110011 | 0 | 10110 | 110011 | 1000 | 100010 | 1001010 | 1000100 |
Color Harmonies of #EAB773
Complementary color
Monochromatic Colors of #EAB773
Black with #EAB773
Text Example
Text Example
White with #EAB773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB773; }
p { color: rgb(234,183,115); }
H1.HeaderClassName
{
color: #EAB773;
}
.AnyTagClassName
{
color: #EAB773;
}
</style>
background-color css
<style>
a { background-color: #EAB773; }
a { background-color: rgb(234,183,115); }
div.DivClassName
{
background-color: #EAB773;
}
.BgClassName
{
background-color: #EAB773;
}
</style>
border-color css
<style>
span { border-color: #EAB773; }
span { border-color: rgb(234,183,115); }
td.TdClassName
{
border-color: #EAB773;
}
.TagClassName
{
border-color: #EAB773;
}
</style>