Shades of Harvest Gold #EEBA6C
Tints of Harvest Gold #EEBA6C
RGB
CMYK
RGB Variations
Color information
#EEBA6C (or 0xEEBA6C) is known color: Harvest Gold. HEX triplet: EE, BA and 6C. RGB value is (238,186,108). Sum of RGB (Red+Green+Blue) = 238+186+108=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 108 (42.58% from 255 or 20.30% from 532); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBA6C is #114593. Grayscale: #C1C1C1. Windows color (decimal): -1131924 or 7125742. OLE color: 7125742.
HSL color Cylindrical-coordinate representation of color #EEBA6C: hue angle of 36º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EEBA6C is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 108 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.07 |
| HSL | 36º | 0.79% | 0.68% | - |
| HSV(B) | 36º | 0.55% | 0.93% | - |
| XYZ | 55.53 | 54.38 | 21.76 | - |
| YUV | 192.66 | 80.23 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 108 | 0 | 0.22 | 0.55 | 0.07 | 36 | 0.79 | 0.68 |
| Hex | EE | BA | 6C | 0 | 16 | 37 | 7 | 24 | 4F | 44 |
| Octal | 356 | 272 | 154 | 0 | 26 | 67 | 7 | 44 | 117 | 104 |
| Binary | 11101110 | 10111010 | 1101100 | 0 | 10110 | 110111 | 111 | 100100 | 1001111 | 1000100 |
Color Harmonies of #EEBA6C
Complementary color
Monochromatic Colors of #EEBA6C
Black with #EEBA6C
Text Example
Text Example
White with #EEBA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBA6C; }
p { color: rgb(238,186,108); }
H1.HeaderClassName
{
color: #EEBA6C;
}
.AnyTagClassName
{
color: #EEBA6C;
}
</style>
background-color css
<style>
a { background-color: #EEBA6C; }
a { background-color: rgb(238,186,108); }
div.DivClassName
{
background-color: #EEBA6C;
}
.BgClassName
{
background-color: #EEBA6C;
}
</style>
border-color css
<style>
span { border-color: #EEBA6C; }
span { border-color: rgb(238,186,108); }
td.TdClassName
{
border-color: #EEBA6C;
}
.TagClassName
{
border-color: #EEBA6C;
}
</style>