Shades of Harvest Gold #EEB875
Tints of Harvest Gold #EEB875
RGB
CMYK
RGB Variations
Color information
#EEB875 (or 0xEEB875) is known color: Harvest Gold. HEX triplet: EE, B8 and 75. RGB value is (238,184,117). Sum of RGB (Red+Green+Blue) = 238+184+117=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 184 (72.27% from 255 or 34.14% from 539); Blue value is 117 (46.09% from 255 or 21.71% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB875 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB875 is #11478A. Grayscale: #C0C0C0. Windows color (decimal): -1132427 or 7715054. OLE color: 7715054.
HSL color Cylindrical-coordinate representation of color #EEB875: hue angle of 33.22º 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 #EEB875 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 184 | 117 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.07 |
| HSL | 33.22º | 0.78% | 0.7% | - |
| HSV(B) | 33.22º | 0.51% | 0.93% | - |
| XYZ | 55.61 | 53.74 | 24.27 | - |
| YUV | 192.51 | 85.39 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 184 | 117 | 0 | 0.23 | 0.51 | 0.07 | 33.22 | 0.78 | 0.7 |
| Hex | EE | B8 | 75 | 0 | 17 | 33 | 7 | 21 | 4E | 46 |
| Octal | 356 | 270 | 165 | 0 | 27 | 63 | 7 | 41 | 116 | 106 |
| Binary | 11101110 | 10111000 | 1110101 | 0 | 10111 | 110011 | 111 | 100001 | 1001110 | 1000110 |
Color Harmonies of #EEB875
Complementary color
Monochromatic Colors of #EEB875
Black with #EEB875
Text Example
Text Example
White with #EEB875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB875; }
p { color: rgb(238,184,117); }
H1.HeaderClassName
{
color: #EEB875;
}
.AnyTagClassName
{
color: #EEB875;
}
</style>
background-color css
<style>
a { background-color: #EEB875; }
a { background-color: rgb(238,184,117); }
div.DivClassName
{
background-color: #EEB875;
}
.BgClassName
{
background-color: #EEB875;
}
</style>
border-color css
<style>
span { border-color: #EEB875; }
span { border-color: rgb(238,184,117); }
td.TdClassName
{
border-color: #EEB875;
}
.TagClassName
{
border-color: #EEB875;
}
</style>