Shades of Harvest Gold #EEB76C
Tints of Harvest Gold #EEB76C
RGB
CMYK
RGB Variations
Color information
#EEB76C (or 0xEEB76C) is known color: Harvest Gold. HEX triplet: EE, B7 and 6C. RGB value is (238,183,108). Sum of RGB (Red+Green+Blue) = 238+183+108=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 183 (71.88% from 255 or 34.59% from 529); Blue value is 108 (42.58% from 255 or 20.42% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB76C is #114893. Grayscale: #BFBFBF. Windows color (decimal): -1132692 or 7124974. OLE color: 7124974.
HSL color Cylindrical-coordinate representation of color #EEB76C: hue angle of 34.62º 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 #EEB76C is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 183 | 108 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.07 |
| HSL | 34.62º | 0.79% | 0.68% | - |
| HSV(B) | 34.62º | 0.55% | 0.93% | - |
| XYZ | 54.9 | 53.13 | 21.55 | - |
| YUV | 190.9 | 81.22 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 183 | 108 | 0 | 0.23 | 0.55 | 0.07 | 34.62 | 0.79 | 0.68 |
| Hex | EE | B7 | 6C | 0 | 17 | 37 | 7 | 23 | 4F | 44 |
| Octal | 356 | 267 | 154 | 0 | 27 | 67 | 7 | 43 | 117 | 104 |
| Binary | 11101110 | 10110111 | 1101100 | 0 | 10111 | 110111 | 111 | 100011 | 1001111 | 1000100 |
Color Harmonies of #EEB76C
Complementary color
Monochromatic Colors of #EEB76C
Black with #EEB76C
Text Example
Text Example
White with #EEB76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB76C; }
p { color: rgb(238,183,108); }
H1.HeaderClassName
{
color: #EEB76C;
}
.AnyTagClassName
{
color: #EEB76C;
}
</style>
background-color css
<style>
a { background-color: #EEB76C; }
a { background-color: rgb(238,183,108); }
div.DivClassName
{
background-color: #EEB76C;
}
.BgClassName
{
background-color: #EEB76C;
}
</style>
border-color css
<style>
span { border-color: #EEB76C; }
span { border-color: rgb(238,183,108); }
td.TdClassName
{
border-color: #EEB76C;
}
.TagClassName
{
border-color: #EEB76C;
}
</style>