Shades of Harvest Gold #EEC070
Tints of Harvest Gold #EEC070
RGB
CMYK
RGB Variations
Color information
#EEC070 (or 0xEEC070) is known color: Harvest Gold. HEX triplet: EE, C0 and 70. RGB value is (238,192,112). Sum of RGB (Red+Green+Blue) = 238+192+112=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 112 (44.14% from 255 or 20.66% from 542); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC070 is #113F8F. Grayscale: #C5C5C5. Windows color (decimal): -1130384 or 7389422. OLE color: 7389422.
HSL color Cylindrical-coordinate representation of color #EEC070: hue angle of 38.1º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EEC070 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 192 | 112 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.07 |
| HSL | 38.1º | 0.79% | 0.69% | - |
| HSV(B) | 38.1º | 0.53% | 0.93% | - |
| XYZ | 57.03 | 57.05 | 23.33 | - |
| YUV | 196.63 | 80.24 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 192 | 112 | 0 | 0.19 | 0.53 | 0.07 | 38.1 | 0.79 | 0.69 |
| Hex | EE | C0 | 70 | 0 | 13 | 35 | 7 | 26 | 4F | 45 |
| Octal | 356 | 300 | 160 | 0 | 23 | 65 | 7 | 46 | 117 | 105 |
| Binary | 11101110 | 11000000 | 1110000 | 0 | 10011 | 110101 | 111 | 100110 | 1001111 | 1000101 |
Color Harmonies of #EEC070
Complementary color
Monochromatic Colors of #EEC070
Black with #EEC070
Text Example
Text Example
White with #EEC070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC070; }
p { color: rgb(238,192,112); }
H1.HeaderClassName
{
color: #EEC070;
}
.AnyTagClassName
{
color: #EEC070;
}
</style>
background-color css
<style>
a { background-color: #EEC070; }
a { background-color: rgb(238,192,112); }
div.DivClassName
{
background-color: #EEC070;
}
.BgClassName
{
background-color: #EEC070;
}
</style>
border-color css
<style>
span { border-color: #EEC070; }
span { border-color: rgb(238,192,112); }
td.TdClassName
{
border-color: #EEC070;
}
.TagClassName
{
border-color: #EEC070;
}
</style>