Shades of Harvest Gold #EEB96D
Tints of Harvest Gold #EEB96D
RGB
CMYK
RGB Variations
Color information
#EEB96D (or 0xEEB96D) is known color: Harvest Gold. HEX triplet: EE, B9 and 6D. RGB value is (238,185,109). Sum of RGB (Red+Green+Blue) = 238+185+109=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 109 (42.97% from 255 or 20.49% from 532); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB96D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB96D is #114692. Grayscale: #C0C0C0. Windows color (decimal): -1132179 or 7191022. OLE color: 7191022.
HSL color Cylindrical-coordinate representation of color #EEB96D: hue angle of 35.35º 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 #EEB96D is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 185 | 109 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.07 |
| HSL | 35.35º | 0.79% | 0.68% | - |
| HSV(B) | 35.35º | 0.54% | 0.93% | - |
| XYZ | 55.37 | 53.98 | 21.97 | - |
| YUV | 192.18 | 81.06 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 185 | 109 | 0 | 0.22 | 0.54 | 0.07 | 35.35 | 0.79 | 0.68 |
| Hex | EE | B9 | 6D | 0 | 16 | 36 | 7 | 23 | 4F | 44 |
| Octal | 356 | 271 | 155 | 0 | 26 | 66 | 7 | 43 | 117 | 104 |
| Binary | 11101110 | 10111001 | 1101101 | 0 | 10110 | 110110 | 111 | 100011 | 1001111 | 1000100 |
Color Harmonies of #EEB96D
Complementary color
Monochromatic Colors of #EEB96D
Black with #EEB96D
Text Example
Text Example
White with #EEB96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB96D; }
p { color: rgb(238,185,109); }
H1.HeaderClassName
{
color: #EEB96D;
}
.AnyTagClassName
{
color: #EEB96D;
}
</style>
background-color css
<style>
a { background-color: #EEB96D; }
a { background-color: rgb(238,185,109); }
div.DivClassName
{
background-color: #EEB96D;
}
.BgClassName
{
background-color: #EEB96D;
}
</style>
border-color css
<style>
span { border-color: #EEB96D; }
span { border-color: rgb(238,185,109); }
td.TdClassName
{
border-color: #EEB96D;
}
.TagClassName
{
border-color: #EEB96D;
}
</style>