Shades of Harvest Gold #EEB86B
Tints of Harvest Gold #EEB86B
RGB
CMYK
RGB Variations
Color information
#EEB86B (or 0xEEB86B) is known color: Harvest Gold. HEX triplet: EE, B8 and 6B. RGB value is (238,184,107). Sum of RGB (Red+Green+Blue) = 238+184+107=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 107 (42.19% from 255 or 20.23% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB86B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB86B is #114794. Grayscale: #BFBFBF. Windows color (decimal): -1132437 or 7059694. OLE color: 7059694.
HSL color Cylindrical-coordinate representation of color #EEB86B: hue angle of 35.27º 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 #EEB86B is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 184 | 107 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.07 |
| HSL | 35.27º | 0.79% | 0.68% | - |
| HSV(B) | 35.27º | 0.55% | 0.93% | - |
| XYZ | 55.05 | 53.52 | 21.34 | - |
| YUV | 191.37 | 80.39 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 184 | 107 | 0 | 0.23 | 0.55 | 0.07 | 35.27 | 0.79 | 0.68 |
| Hex | EE | B8 | 6B | 0 | 17 | 37 | 7 | 23 | 4F | 44 |
| Octal | 356 | 270 | 153 | 0 | 27 | 67 | 7 | 43 | 117 | 104 |
| Binary | 11101110 | 10111000 | 1101011 | 0 | 10111 | 110111 | 111 | 100011 | 1001111 | 1000100 |
Color Harmonies of #EEB86B
Complementary color
Monochromatic Colors of #EEB86B
Black with #EEB86B
Text Example
Text Example
White with #EEB86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB86B; }
p { color: rgb(238,184,107); }
H1.HeaderClassName
{
color: #EEB86B;
}
.AnyTagClassName
{
color: #EEB86B;
}
</style>
background-color css
<style>
a { background-color: #EEB86B; }
a { background-color: rgb(238,184,107); }
div.DivClassName
{
background-color: #EEB86B;
}
.BgClassName
{
background-color: #EEB86B;
}
</style>
border-color css
<style>
span { border-color: #EEB86B; }
span { border-color: rgb(238,184,107); }
td.TdClassName
{
border-color: #EEB86B;
}
.TagClassName
{
border-color: #EEB86B;
}
</style>