Shades of Harvest Gold #EAC070
Tints of Harvest Gold #EAC070
RGB
CMYK
RGB Variations
Color information
#EAC070 (or 0xEAC070) is known color: Harvest Gold. HEX triplet: EA, C0 and 70. RGB value is (234,192,112). Sum of RGB (Red+Green+Blue) = 234+192+112=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 112 (44.14% from 255 or 20.82% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC070 is #153F8F. Grayscale: #C3C3C3. Windows color (decimal): -1392528 or 7389418. OLE color: 7389418.
HSL color Cylindrical-coordinate representation of color #EAC070: hue angle of 39.34º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EAC070 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 112 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.08 |
| HSL | 39.34º | 0.74% | 0.68% | - |
| HSV(B) | 39.34º | 0.52% | 0.92% | - |
| XYZ | 55.71 | 56.36 | 23.27 | - |
| YUV | 195.44 | 80.91 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 112 | 0 | 0.18 | 0.52 | 0.08 | 39.34 | 0.74 | 0.68 |
| Hex | EA | C0 | 70 | 0 | 12 | 34 | 8 | 27 | 4A | 44 |
| Octal | 352 | 300 | 160 | 0 | 22 | 64 | 10 | 47 | 112 | 104 |
| Binary | 11101010 | 11000000 | 1110000 | 0 | 10010 | 110100 | 1000 | 100111 | 1001010 | 1000100 |
Color Harmonies of #EAC070
Complementary color
Monochromatic Colors of #EAC070
Black with #EAC070
Text Example
Text Example
White with #EAC070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC070; }
p { color: rgb(234,192,112); }
H1.HeaderClassName
{
color: #EAC070;
}
.AnyTagClassName
{
color: #EAC070;
}
</style>
background-color css
<style>
a { background-color: #EAC070; }
a { background-color: rgb(234,192,112); }
div.DivClassName
{
background-color: #EAC070;
}
.BgClassName
{
background-color: #EAC070;
}
</style>
border-color css
<style>
span { border-color: #EAC070; }
span { border-color: rgb(234,192,112); }
td.TdClassName
{
border-color: #EAC070;
}
.TagClassName
{
border-color: #EAC070;
}
</style>