Shades of Harvest Gold #EEBA6E
Tints of Harvest Gold #EEBA6E
RGB
CMYK
RGB Variations
Color information
#EEBA6E (or 0xEEBA6E) is known color: Harvest Gold. HEX triplet: EE, BA and 6E. RGB value is (238,186,110). Sum of RGB (Red+Green+Blue) = 238+186+110=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 110 (43.36% from 255 or 20.60% from 534); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBA6E is #114591. Grayscale: #C1C1C1. Windows color (decimal): -1131922 or 7256814. OLE color: 7256814.
HSL color Cylindrical-coordinate representation of color #EEBA6E: hue angle of 35.62º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EEBA6E is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 110 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.07 |
| HSL | 35.63º | 0.79% | 0.68% | - |
| HSV(B) | 35.63º | 0.54% | 0.93% | - |
| XYZ | 55.63 | 54.42 | 22.32 | - |
| YUV | 192.88 | 81.23 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 110 | 0 | 0.22 | 0.54 | 0.07 | 35.63 | 0.79 | 0.68 |
| Hex | EE | BA | 6E | 0 | 16 | 36 | 7 | 24 | 4F | 44 |
| Octal | 356 | 272 | 156 | 0 | 26 | 66 | 7 | 44 | 117 | 104 |
| Binary | 11101110 | 10111010 | 1101110 | 0 | 10110 | 110110 | 111 | 100100 | 1001111 | 1000100 |
Color Harmonies of #EEBA6E
Complementary color
Monochromatic Colors of #EEBA6E
Black with #EEBA6E
Text Example
Text Example
White with #EEBA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBA6E; }
p { color: rgb(238,186,110); }
H1.HeaderClassName
{
color: #EEBA6E;
}
.AnyTagClassName
{
color: #EEBA6E;
}
</style>
background-color css
<style>
a { background-color: #EEBA6E; }
a { background-color: rgb(238,186,110); }
div.DivClassName
{
background-color: #EEBA6E;
}
.BgClassName
{
background-color: #EEBA6E;
}
</style>
border-color css
<style>
span { border-color: #EEBA6E; }
span { border-color: rgb(238,186,110); }
td.TdClassName
{
border-color: #EEBA6E;
}
.TagClassName
{
border-color: #EEBA6E;
}
</style>