Shades of Harvest Gold #EEB966
Tints of Harvest Gold #EEB966
RGB
CMYK
RGB Variations
Color information
#EEB966 (or 0xEEB966) is known color: Harvest Gold. HEX triplet: EE, B9 and 66. RGB value is (238,185,102). Sum of RGB (Red+Green+Blue) = 238+185+102=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 102 (40.23% from 255 or 19.43% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB966 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB966 is #114699. Grayscale: #BFBFBF. Windows color (decimal): -1132186 or 6732270. OLE color: 6732270.
HSL color Cylindrical-coordinate representation of color #EEB966: hue angle of 36.62º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EEB966 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 185 | 102 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.07 |
| HSL | 36.62º | 0.8% | 0.67% | - |
| HSV(B) | 36.62º | 0.57% | 0.93% | - |
| XYZ | 55.01 | 53.83 | 20.06 | - |
| YUV | 191.39 | 77.56 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 185 | 102 | 0 | 0.22 | 0.57 | 0.07 | 36.62 | 0.8 | 0.67 |
| Hex | EE | B9 | 66 | 0 | 16 | 39 | 7 | 25 | 50 | 43 |
| Octal | 356 | 271 | 146 | 0 | 26 | 71 | 7 | 45 | 120 | 103 |
| Binary | 11101110 | 10111001 | 1100110 | 0 | 10110 | 111001 | 111 | 100101 | 1010000 | 1000011 |
Color Harmonies of #EEB966
Complementary color
Monochromatic Colors of #EEB966
Black with #EEB966
Text Example
Text Example
White with #EEB966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB966; }
p { color: rgb(238,185,102); }
H1.HeaderClassName
{
color: #EEB966;
}
.AnyTagClassName
{
color: #EEB966;
}
</style>
background-color css
<style>
a { background-color: #EEB966; }
a { background-color: rgb(238,185,102); }
div.DivClassName
{
background-color: #EEB966;
}
.BgClassName
{
background-color: #EEB966;
}
</style>
border-color css
<style>
span { border-color: #EEB966; }
span { border-color: rgb(238,185,102); }
td.TdClassName
{
border-color: #EEB966;
}
.TagClassName
{
border-color: #EEB966;
}
</style>