Shades of Harvest Gold #EEB673
Tints of Harvest Gold #EEB673
RGB
CMYK
RGB Variations
Color information
#EEB673 (or 0xEEB673) is known color: Harvest Gold. HEX triplet: EE, B6 and 73. RGB value is (238,182,115). Sum of RGB (Red+Green+Blue) = 238+182+115=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 115 (45.31% from 255 or 21.50% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB673 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB673 is #11498C. Grayscale: #BFBFBF. Windows color (decimal): -1132941 or 7583470. OLE color: 7583470.
HSL color Cylindrical-coordinate representation of color #EEB673: hue angle of 32.68º 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 #EEB673 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 182 | 115 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.07 |
| HSL | 32.68º | 0.78% | 0.69% | - |
| HSV(B) | 32.68º | 0.52% | 0.93% | - |
| XYZ | 55.08 | 52.87 | 23.52 | - |
| YUV | 191.11 | 85.05 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 182 | 115 | 0 | 0.24 | 0.52 | 0.07 | 32.68 | 0.78 | 0.69 |
| Hex | EE | B6 | 73 | 0 | 18 | 34 | 7 | 21 | 4E | 45 |
| Octal | 356 | 266 | 163 | 0 | 30 | 64 | 7 | 41 | 116 | 105 |
| Binary | 11101110 | 10110110 | 1110011 | 0 | 11000 | 110100 | 111 | 100001 | 1001110 | 1000101 |
Color Harmonies of #EEB673
Complementary color
Monochromatic Colors of #EEB673
Black with #EEB673
Text Example
Text Example
White with #EEB673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB673; }
p { color: rgb(238,182,115); }
H1.HeaderClassName
{
color: #EEB673;
}
.AnyTagClassName
{
color: #EEB673;
}
</style>
background-color css
<style>
a { background-color: #EEB673; }
a { background-color: rgb(238,182,115); }
div.DivClassName
{
background-color: #EEB673;
}
.BgClassName
{
background-color: #EEB673;
}
</style>
border-color css
<style>
span { border-color: #EEB673; }
span { border-color: rgb(238,182,115); }
td.TdClassName
{
border-color: #EEB673;
}
.TagClassName
{
border-color: #EEB673;
}
</style>