Shades of Harvest Gold #EEBA6D
Tints of Harvest Gold #EEBA6D
RGB
CMYK
RGB Variations
Color information
#EEBA6D (or 0xEEBA6D) is known color: Harvest Gold. HEX triplet: EE, BA and 6D. RGB value is (238,186,109). Sum of RGB (Red+Green+Blue) = 238+186+109=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 109 (42.97% from 255 or 20.45% from 533); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBA6D is #114592. Grayscale: #C1C1C1. Windows color (decimal): -1131923 or 7191278. OLE color: 7191278.
HSL color Cylindrical-coordinate representation of color #EEBA6D: hue angle of 35.81º 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 #EEBA6D is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 109 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.07 |
| HSL | 35.81º | 0.79% | 0.68% | - |
| HSV(B) | 35.81º | 0.54% | 0.93% | - |
| XYZ | 55.58 | 54.4 | 22.04 | - |
| YUV | 192.77 | 80.73 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 109 | 0 | 0.22 | 0.54 | 0.07 | 35.81 | 0.79 | 0.68 |
| Hex | EE | BA | 6D | 0 | 16 | 36 | 7 | 24 | 4F | 44 |
| Octal | 356 | 272 | 155 | 0 | 26 | 66 | 7 | 44 | 117 | 104 |
| Binary | 11101110 | 10111010 | 1101101 | 0 | 10110 | 110110 | 111 | 100100 | 1001111 | 1000100 |
Color Harmonies of #EEBA6D
Complementary color
Monochromatic Colors of #EEBA6D
Black with #EEBA6D
Text Example
Text Example
White with #EEBA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBA6D; }
p { color: rgb(238,186,109); }
H1.HeaderClassName
{
color: #EEBA6D;
}
.AnyTagClassName
{
color: #EEBA6D;
}
</style>
background-color css
<style>
a { background-color: #EEBA6D; }
a { background-color: rgb(238,186,109); }
div.DivClassName
{
background-color: #EEBA6D;
}
.BgClassName
{
background-color: #EEBA6D;
}
</style>
border-color css
<style>
span { border-color: #EEBA6D; }
span { border-color: rgb(238,186,109); }
td.TdClassName
{
border-color: #EEBA6D;
}
.TagClassName
{
border-color: #EEBA6D;
}
</style>