Shades of Harvest Gold #EEB972
Tints of Harvest Gold #EEB972
RGB
CMYK
RGB Variations
Color information
#EEB972 (or 0xEEB972) is known color: Harvest Gold. HEX triplet: EE, B9 and 72. RGB value is (238,185,114). Sum of RGB (Red+Green+Blue) = 238+185+114=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 185 (72.66% from 255 or 34.45% from 537); Blue value is 114 (44.92% from 255 or 21.23% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB972 is #11468D. Grayscale: #C1C1C1. Windows color (decimal): -1132174 or 7518702. OLE color: 7518702.
HSL color Cylindrical-coordinate representation of color #EEB972: hue angle of 34.35º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EEB972 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 185 | 114 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.07 |
| HSL | 34.35º | 0.78% | 0.69% | - |
| HSV(B) | 34.35º | 0.52% | 0.93% | - |
| XYZ | 55.65 | 54.09 | 23.43 | - |
| YUV | 192.75 | 83.56 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 185 | 114 | 0 | 0.22 | 0.52 | 0.07 | 34.35 | 0.78 | 0.69 |
| Hex | EE | B9 | 72 | 0 | 16 | 34 | 7 | 22 | 4E | 45 |
| Octal | 356 | 271 | 162 | 0 | 26 | 64 | 7 | 42 | 116 | 105 |
| Binary | 11101110 | 10111001 | 1110010 | 0 | 10110 | 110100 | 111 | 100010 | 1001110 | 1000101 |
Color Harmonies of #EEB972
Complementary color
Monochromatic Colors of #EEB972
Black with #EEB972
Text Example
Text Example
White with #EEB972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB972; }
p { color: rgb(238,185,114); }
H1.HeaderClassName
{
color: #EEB972;
}
.AnyTagClassName
{
color: #EEB972;
}
</style>
background-color css
<style>
a { background-color: #EEB972; }
a { background-color: rgb(238,185,114); }
div.DivClassName
{
background-color: #EEB972;
}
.BgClassName
{
background-color: #EEB972;
}
</style>
border-color css
<style>
span { border-color: #EEB972; }
span { border-color: rgb(238,185,114); }
td.TdClassName
{
border-color: #EEB972;
}
.TagClassName
{
border-color: #EEB972;
}
</style>