Shades of Harvest Gold #EEBA71
Tints of Harvest Gold #EEBA71
RGB
CMYK
RGB Variations
Color information
#EEBA71 (or 0xEEBA71) is known color: Harvest Gold. HEX triplet: EE, BA and 71. RGB value is (238,186,113). Sum of RGB (Red+Green+Blue) = 238+186+113=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 113 (44.53% from 255 or 21.04% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBA71 is #11458E. Grayscale: #C1C1C1. Windows color (decimal): -1131919 or 7453422. OLE color: 7453422.
HSL color Cylindrical-coordinate representation of color #EEBA71: hue angle of 35.04º 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 #EEBA71 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 113 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.07 |
| HSL | 35.04º | 0.79% | 0.69% | - |
| HSV(B) | 35.04º | 0.53% | 0.93% | - |
| XYZ | 55.8 | 54.49 | 23.2 | - |
| YUV | 193.23 | 82.73 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 113 | 0 | 0.22 | 0.53 | 0.07 | 35.04 | 0.79 | 0.69 |
| Hex | EE | BA | 71 | 0 | 16 | 35 | 7 | 23 | 4F | 45 |
| Octal | 356 | 272 | 161 | 0 | 26 | 65 | 7 | 43 | 117 | 105 |
| Binary | 11101110 | 10111010 | 1110001 | 0 | 10110 | 110101 | 111 | 100011 | 1001111 | 1000101 |
Color Harmonies of #EEBA71
Complementary color
Monochromatic Colors of #EEBA71
Black with #EEBA71
Text Example
Text Example
White with #EEBA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBA71; }
p { color: rgb(238,186,113); }
H1.HeaderClassName
{
color: #EEBA71;
}
.AnyTagClassName
{
color: #EEBA71;
}
</style>
background-color css
<style>
a { background-color: #EEBA71; }
a { background-color: rgb(238,186,113); }
div.DivClassName
{
background-color: #EEBA71;
}
.BgClassName
{
background-color: #EEBA71;
}
</style>
border-color css
<style>
span { border-color: #EEBA71; }
span { border-color: rgb(238,186,113); }
td.TdClassName
{
border-color: #EEBA71;
}
.TagClassName
{
border-color: #EEBA71;
}
</style>