Shades of Harvest Gold #EEB96E
Tints of Harvest Gold #EEB96E
RGB
CMYK
RGB Variations
Color information
#EEB96E (or 0xEEB96E) is known color: Harvest Gold. HEX triplet: EE, B9 and 6E. RGB value is (238,185,110). Sum of RGB (Red+Green+Blue) = 238+185+110=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 110 (43.36% from 255 or 20.64% from 533); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB96E is #114691. Grayscale: #C0C0C0. Windows color (decimal): -1132178 or 7256558. OLE color: 7256558.
HSL color Cylindrical-coordinate representation of color #EEB96E: hue angle of 35.16º 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 #EEB96E is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 185 | 110 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.07 |
| HSL | 35.16º | 0.79% | 0.68% | - |
| HSV(B) | 35.16º | 0.54% | 0.93% | - |
| XYZ | 55.42 | 54 | 22.25 | - |
| YUV | 192.3 | 81.56 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 185 | 110 | 0 | 0.22 | 0.54 | 0.07 | 35.16 | 0.79 | 0.68 |
| Hex | EE | B9 | 6E | 0 | 16 | 36 | 7 | 23 | 4F | 44 |
| Octal | 356 | 271 | 156 | 0 | 26 | 66 | 7 | 43 | 117 | 104 |
| Binary | 11101110 | 10111001 | 1101110 | 0 | 10110 | 110110 | 111 | 100011 | 1001111 | 1000100 |
Color Harmonies of #EEB96E
Complementary color
Monochromatic Colors of #EEB96E
Black with #EEB96E
Text Example
Text Example
White with #EEB96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB96E; }
p { color: rgb(238,185,110); }
H1.HeaderClassName
{
color: #EEB96E;
}
.AnyTagClassName
{
color: #EEB96E;
}
</style>
background-color css
<style>
a { background-color: #EEB96E; }
a { background-color: rgb(238,185,110); }
div.DivClassName
{
background-color: #EEB96E;
}
.BgClassName
{
background-color: #EEB96E;
}
</style>
border-color css
<style>
span { border-color: #EEB96E; }
span { border-color: rgb(238,185,110); }
td.TdClassName
{
border-color: #EEB96E;
}
.TagClassName
{
border-color: #EEB96E;
}
</style>