Shades of Harvest Gold #EEBC70
Tints of Harvest Gold #EEBC70
RGB
CMYK
RGB Variations
Color information
#EEBC70 (or 0xEEBC70) is known color: Harvest Gold. HEX triplet: EE, BC and 70. RGB value is (238,188,112). Sum of RGB (Red+Green+Blue) = 238+188+112=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 112 (44.14% from 255 or 20.82% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBC70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBC70 is #11438F. Grayscale: #C2C2C2. Windows color (decimal): -1131408 or 7388398. OLE color: 7388398.
HSL color Cylindrical-coordinate representation of color #EEBC70: hue angle of 36.19º 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 #EEBC70 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 112 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.07 |
| HSL | 36.19º | 0.79% | 0.69% | - |
| HSV(B) | 36.19º | 0.53% | 0.93% | - |
| XYZ | 56.17 | 55.31 | 23.05 | - |
| YUV | 194.29 | 81.57 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 112 | 0 | 0.21 | 0.53 | 0.07 | 36.19 | 0.79 | 0.69 |
| Hex | EE | BC | 70 | 0 | 15 | 35 | 7 | 24 | 4F | 45 |
| Octal | 356 | 274 | 160 | 0 | 25 | 65 | 7 | 44 | 117 | 105 |
| Binary | 11101110 | 10111100 | 1110000 | 0 | 10101 | 110101 | 111 | 100100 | 1001111 | 1000101 |
Color Harmonies of #EEBC70
Complementary color
Monochromatic Colors of #EEBC70
Black with #EEBC70
Text Example
Text Example
White with #EEBC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBC70; }
p { color: rgb(238,188,112); }
H1.HeaderClassName
{
color: #EEBC70;
}
.AnyTagClassName
{
color: #EEBC70;
}
</style>
background-color css
<style>
a { background-color: #EEBC70; }
a { background-color: rgb(238,188,112); }
div.DivClassName
{
background-color: #EEBC70;
}
.BgClassName
{
background-color: #EEBC70;
}
</style>
border-color css
<style>
span { border-color: #EEBC70; }
span { border-color: rgb(238,188,112); }
td.TdClassName
{
border-color: #EEBC70;
}
.TagClassName
{
border-color: #EEBC70;
}
</style>