Shades of Harvest Gold #EAC072
Tints of Harvest Gold #EAC072
RGB
CMYK
RGB Variations
Color information
#EAC072 (or 0xEAC072) is known color: Harvest Gold. HEX triplet: EA, C0 and 72. RGB value is (234,192,114). Sum of RGB (Red+Green+Blue) = 234+192+114=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 114 (44.92% from 255 or 21.11% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC072 is #153F8D. Grayscale: #C4C4C4. Windows color (decimal): -1392526 or 7520490. OLE color: 7520490.
HSL color Cylindrical-coordinate representation of color #EAC072: hue angle of 39º 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 #EAC072 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 114 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.08 |
| HSL | 39º | 0.74% | 0.68% | - |
| HSV(B) | 39º | 0.51% | 0.92% | - |
| XYZ | 55.82 | 56.41 | 23.87 | - |
| YUV | 195.67 | 81.91 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 114 | 0 | 0.18 | 0.51 | 0.08 | 39 | 0.74 | 0.68 |
| Hex | EA | C0 | 72 | 0 | 12 | 33 | 8 | 27 | 4A | 44 |
| Octal | 352 | 300 | 162 | 0 | 22 | 63 | 10 | 47 | 112 | 104 |
| Binary | 11101010 | 11000000 | 1110010 | 0 | 10010 | 110011 | 1000 | 100111 | 1001010 | 1000100 |
Color Harmonies of #EAC072
Complementary color
Monochromatic Colors of #EAC072
Black with #EAC072
Text Example
Text Example
White with #EAC072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC072; }
p { color: rgb(234,192,114); }
H1.HeaderClassName
{
color: #EAC072;
}
.AnyTagClassName
{
color: #EAC072;
}
</style>
background-color css
<style>
a { background-color: #EAC072; }
a { background-color: rgb(234,192,114); }
div.DivClassName
{
background-color: #EAC072;
}
.BgClassName
{
background-color: #EAC072;
}
</style>
border-color css
<style>
span { border-color: #EAC072; }
span { border-color: rgb(234,192,114); }
td.TdClassName
{
border-color: #EAC072;
}
.TagClassName
{
border-color: #EAC072;
}
</style>