Shades of Harvest Gold #EEB975
Tints of Harvest Gold #EEB975
RGB
CMYK
RGB Variations
Color information
#EEB975 (or 0xEEB975) is known color: Harvest Gold. HEX triplet: EE, B9 and 75. RGB value is (238,185,117). Sum of RGB (Red+Green+Blue) = 238+185+117=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 117 (46.09% from 255 or 21.67% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB975 is #11468A. Grayscale: #C1C1C1. Windows color (decimal): -1132171 or 7715310. OLE color: 7715310.
HSL color Cylindrical-coordinate representation of color #EEB975: hue angle of 33.72º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EEB975 is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 185 | 117 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.07 |
| HSL | 33.72º | 0.78% | 0.7% | - |
| HSV(B) | 33.72º | 0.51% | 0.93% | - |
| XYZ | 55.82 | 54.16 | 24.34 | - |
| YUV | 193.1 | 85.06 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 185 | 117 | 0 | 0.22 | 0.51 | 0.07 | 33.72 | 0.78 | 0.7 |
| Hex | EE | B9 | 75 | 0 | 16 | 33 | 7 | 22 | 4E | 46 |
| Octal | 356 | 271 | 165 | 0 | 26 | 63 | 7 | 42 | 116 | 106 |
| Binary | 11101110 | 10111001 | 1110101 | 0 | 10110 | 110011 | 111 | 100010 | 1001110 | 1000110 |
Color Harmonies of #EEB975
Complementary color
Monochromatic Colors of #EEB975
Black with #EEB975
Text Example
Text Example
White with #EEB975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB975; }
p { color: rgb(238,185,117); }
H1.HeaderClassName
{
color: #EEB975;
}
.AnyTagClassName
{
color: #EEB975;
}
</style>
background-color css
<style>
a { background-color: #EEB975; }
a { background-color: rgb(238,185,117); }
div.DivClassName
{
background-color: #EEB975;
}
.BgClassName
{
background-color: #EEB975;
}
</style>
border-color css
<style>
span { border-color: #EEB975; }
span { border-color: rgb(238,185,117); }
td.TdClassName
{
border-color: #EEB975;
}
.TagClassName
{
border-color: #EEB975;
}
</style>