Shades of Harvest Gold #EEB371
Tints of Harvest Gold #EEB371
RGB
CMYK
RGB Variations
Color information
#EEB371 (or 0xEEB371) is known color: Harvest Gold. HEX triplet: EE, B3 and 71. RGB value is (238,179,113). Sum of RGB (Red+Green+Blue) = 238+179+113=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 113 (44.53% from 255 or 21.32% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB371 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB371 is #114C8E. Grayscale: #BDBDBD. Windows color (decimal): -1133711 or 7451630. OLE color: 7451630.
HSL color Cylindrical-coordinate representation of color #EEB371: hue angle of 31.68º 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 #EEB371 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 113 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.07 |
| HSL | 31.68º | 0.79% | 0.69% | - |
| HSV(B) | 31.68º | 0.53% | 0.93% | - |
| XYZ | 54.36 | 51.61 | 22.72 | - |
| YUV | 189.12 | 85.05 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 113 | 0 | 0.25 | 0.53 | 0.07 | 31.68 | 0.79 | 0.69 |
| Hex | EE | B3 | 71 | 0 | 19 | 35 | 7 | 20 | 4F | 45 |
| Octal | 356 | 263 | 161 | 0 | 31 | 65 | 7 | 40 | 117 | 105 |
| Binary | 11101110 | 10110011 | 1110001 | 0 | 11001 | 110101 | 111 | 100000 | 1001111 | 1000101 |
Color Harmonies of #EEB371
Complementary color
Monochromatic Colors of #EEB371
Black with #EEB371
Text Example
Text Example
White with #EEB371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB371; }
p { color: rgb(238,179,113); }
H1.HeaderClassName
{
color: #EEB371;
}
.AnyTagClassName
{
color: #EEB371;
}
</style>
background-color css
<style>
a { background-color: #EEB371; }
a { background-color: rgb(238,179,113); }
div.DivClassName
{
background-color: #EEB371;
}
.BgClassName
{
background-color: #EEB371;
}
</style>
border-color css
<style>
span { border-color: #EEB371; }
span { border-color: rgb(238,179,113); }
td.TdClassName
{
border-color: #EEB371;
}
.TagClassName
{
border-color: #EEB371;
}
</style>