Shades of Harvest Gold #EAC073
Tints of Harvest Gold #EAC073
RGB
CMYK
RGB Variations
Color information
#EAC073 (or 0xEAC073) is known color: Harvest Gold. HEX triplet: EA, C0 and 73. RGB value is (234,192,115). Sum of RGB (Red+Green+Blue) = 234+192+115=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 115 (45.31% from 255 or 21.26% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC073 is #153F8C. Grayscale: #C4C4C4. Windows color (decimal): -1392525 or 7586026. OLE color: 7586026.
HSL color Cylindrical-coordinate representation of color #EAC073: hue angle of 38.82º 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 #EAC073 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 115 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.08 |
| HSL | 38.82º | 0.74% | 0.68% | - |
| HSV(B) | 38.82º | 0.51% | 0.92% | - |
| XYZ | 55.88 | 56.43 | 24.17 | - |
| YUV | 195.78 | 82.41 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 115 | 0 | 0.18 | 0.51 | 0.08 | 38.82 | 0.74 | 0.68 |
| Hex | EA | C0 | 73 | 0 | 12 | 33 | 8 | 27 | 4A | 44 |
| Octal | 352 | 300 | 163 | 0 | 22 | 63 | 10 | 47 | 112 | 104 |
| Binary | 11101010 | 11000000 | 1110011 | 0 | 10010 | 110011 | 1000 | 100111 | 1001010 | 1000100 |
Color Harmonies of #EAC073
Complementary color
Monochromatic Colors of #EAC073
Black with #EAC073
Text Example
Text Example
White with #EAC073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC073; }
p { color: rgb(234,192,115); }
H1.HeaderClassName
{
color: #EAC073;
}
.AnyTagClassName
{
color: #EAC073;
}
</style>
background-color css
<style>
a { background-color: #EAC073; }
a { background-color: rgb(234,192,115); }
div.DivClassName
{
background-color: #EAC073;
}
.BgClassName
{
background-color: #EAC073;
}
</style>
border-color css
<style>
span { border-color: #EAC073; }
span { border-color: rgb(234,192,115); }
td.TdClassName
{
border-color: #EAC073;
}
.TagClassName
{
border-color: #EAC073;
}
</style>