Shades of Harvest Gold #EEB86A
Tints of Harvest Gold #EEB86A
RGB
CMYK
RGB Variations
Color information
#EEB86A (or 0xEEB86A) is known color: Harvest Gold. HEX triplet: EE, B8 and 6A. RGB value is (238,184,106). Sum of RGB (Red+Green+Blue) = 238+184+106=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 106 (41.80% from 255 or 20.08% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB86A is #114795. Grayscale: #BFBFBF. Windows color (decimal): -1132438 or 6994158. OLE color: 6994158.
HSL color Cylindrical-coordinate representation of color #EEB86A: hue angle of 35.45º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EEB86A is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 184 | 106 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.07 |
| HSL | 35.45º | 0.8% | 0.67% | - |
| HSV(B) | 35.45º | 0.55% | 0.93% | - |
| XYZ | 55 | 53.5 | 21.06 | - |
| YUV | 191.25 | 79.89 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 184 | 106 | 0 | 0.23 | 0.55 | 0.07 | 35.45 | 0.8 | 0.67 |
| Hex | EE | B8 | 6A | 0 | 17 | 37 | 7 | 23 | 50 | 43 |
| Octal | 356 | 270 | 152 | 0 | 27 | 67 | 7 | 43 | 120 | 103 |
| Binary | 11101110 | 10111000 | 1101010 | 0 | 10111 | 110111 | 111 | 100011 | 1010000 | 1000011 |
Color Harmonies of #EEB86A
Complementary color
Monochromatic Colors of #EEB86A
Black with #EEB86A
Text Example
Text Example
White with #EEB86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB86A; }
p { color: rgb(238,184,106); }
H1.HeaderClassName
{
color: #EEB86A;
}
.AnyTagClassName
{
color: #EEB86A;
}
</style>
background-color css
<style>
a { background-color: #EEB86A; }
a { background-color: rgb(238,184,106); }
div.DivClassName
{
background-color: #EEB86A;
}
.BgClassName
{
background-color: #EEB86A;
}
</style>
border-color css
<style>
span { border-color: #EEB86A; }
span { border-color: rgb(238,184,106); }
td.TdClassName
{
border-color: #EEB86A;
}
.TagClassName
{
border-color: #EEB86A;
}
</style>