Shades of Harvest Gold #EEB373
Tints of Harvest Gold #EEB373
RGB
CMYK
RGB Variations
Color information
#EEB373 (or 0xEEB373) is known color: Harvest Gold. HEX triplet: EE, B3 and 73. RGB value is (238,179,115). Sum of RGB (Red+Green+Blue) = 238+179+115=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 179 (70.31% from 255 or 33.65% from 532); Blue value is 115 (45.31% from 255 or 21.62% from 532); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB373 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB373 is #114C8C. Grayscale: #BDBDBD. Windows color (decimal): -1133709 or 7582702. OLE color: 7582702.
HSL color Cylindrical-coordinate representation of color #EEB373: hue angle of 31.22º 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 #EEB373 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 115 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.07 |
| HSL | 31.22º | 0.78% | 0.69% | - |
| HSV(B) | 31.22º | 0.52% | 0.93% | - |
| XYZ | 54.47 | 51.66 | 23.32 | - |
| YUV | 189.35 | 86.05 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 115 | 0 | 0.25 | 0.52 | 0.07 | 31.22 | 0.78 | 0.69 |
| Hex | EE | B3 | 73 | 0 | 19 | 34 | 7 | 1F | 4E | 45 |
| Octal | 356 | 263 | 163 | 0 | 31 | 64 | 7 | 37 | 116 | 105 |
| Binary | 11101110 | 10110011 | 1110011 | 0 | 11001 | 110100 | 111 | 11111 | 1001110 | 1000101 |
Color Harmonies of #EEB373
Complementary color
Monochromatic Colors of #EEB373
Black with #EEB373
Text Example
Text Example
White with #EEB373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB373; }
p { color: rgb(238,179,115); }
H1.HeaderClassName
{
color: #EEB373;
}
.AnyTagClassName
{
color: #EEB373;
}
</style>
background-color css
<style>
a { background-color: #EEB373; }
a { background-color: rgb(238,179,115); }
div.DivClassName
{
background-color: #EEB373;
}
.BgClassName
{
background-color: #EEB373;
}
</style>
border-color css
<style>
span { border-color: #EEB373; }
span { border-color: rgb(238,179,115); }
td.TdClassName
{
border-color: #EEB373;
}
.TagClassName
{
border-color: #EEB373;
}
</style>