Shades of Harvest Gold #EEB370
Tints of Harvest Gold #EEB370
RGB
CMYK
RGB Variations
Color information
#EEB370 (or 0xEEB370) is known color: Harvest Gold. HEX triplet: EE, B3 and 70. RGB value is (238,179,112). Sum of RGB (Red+Green+Blue) = 238+179+112=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB370 is #114C8F. Grayscale: #BDBDBD. Windows color (decimal): -1133712 or 7386094. OLE color: 7386094.
HSL color Cylindrical-coordinate representation of color #EEB370: hue angle of 31.9º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EEB370 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 112 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.07 |
| HSL | 31.9º | 0.79% | 0.69% | - |
| HSV(B) | 31.9º | 0.53% | 0.93% | - |
| XYZ | 54.3 | 51.59 | 22.42 | - |
| YUV | 189 | 84.55 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 112 | 0 | 0.25 | 0.53 | 0.07 | 31.9 | 0.79 | 0.69 |
| Hex | EE | B3 | 70 | 0 | 19 | 35 | 7 | 20 | 4F | 45 |
| Octal | 356 | 263 | 160 | 0 | 31 | 65 | 7 | 40 | 117 | 105 |
| Binary | 11101110 | 10110011 | 1110000 | 0 | 11001 | 110101 | 111 | 100000 | 1001111 | 1000101 |
Color Harmonies of #EEB370
Complementary color
Monochromatic Colors of #EEB370
Black with #EEB370
Text Example
Text Example
White with #EEB370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB370; }
p { color: rgb(238,179,112); }
H1.HeaderClassName
{
color: #EEB370;
}
.AnyTagClassName
{
color: #EEB370;
}
</style>
background-color css
<style>
a { background-color: #EEB370; }
a { background-color: rgb(238,179,112); }
div.DivClassName
{
background-color: #EEB370;
}
.BgClassName
{
background-color: #EEB370;
}
</style>
border-color css
<style>
span { border-color: #EEB370; }
span { border-color: rgb(238,179,112); }
td.TdClassName
{
border-color: #EEB370;
}
.TagClassName
{
border-color: #EEB370;
}
</style>