Shades of Harvest Gold #EEB675
Tints of Harvest Gold #EEB675
RGB
CMYK
RGB Variations
Color information
#EEB675 (or 0xEEB675) is known color: Harvest Gold. HEX triplet: EE, B6 and 75. RGB value is (238,182,117). Sum of RGB (Red+Green+Blue) = 238+182+117=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 182 (71.48% from 255 or 33.89% from 537); Blue value is 117 (46.09% from 255 or 21.79% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB675 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB675 is #11498A. Grayscale: #BFBFBF. Windows color (decimal): -1132939 or 7714542. OLE color: 7714542.
HSL color Cylindrical-coordinate representation of color #EEB675: hue angle of 32.23º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EEB675 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 182 | 117 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.07 |
| HSL | 32.23º | 0.78% | 0.7% | - |
| HSV(B) | 32.23º | 0.51% | 0.93% | - |
| XYZ | 55.2 | 52.92 | 24.13 | - |
| YUV | 191.33 | 86.05 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 182 | 117 | 0 | 0.24 | 0.51 | 0.07 | 32.23 | 0.78 | 0.7 |
| Hex | EE | B6 | 75 | 0 | 18 | 33 | 7 | 20 | 4E | 46 |
| Octal | 356 | 266 | 165 | 0 | 30 | 63 | 7 | 40 | 116 | 106 |
| Binary | 11101110 | 10110110 | 1110101 | 0 | 11000 | 110011 | 111 | 100000 | 1001110 | 1000110 |
Color Harmonies of #EEB675
Complementary color
Monochromatic Colors of #EEB675
Black with #EEB675
Text Example
Text Example
White with #EEB675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB675; }
p { color: rgb(238,182,117); }
H1.HeaderClassName
{
color: #EEB675;
}
.AnyTagClassName
{
color: #EEB675;
}
</style>
background-color css
<style>
a { background-color: #EEB675; }
a { background-color: rgb(238,182,117); }
div.DivClassName
{
background-color: #EEB675;
}
.BgClassName
{
background-color: #EEB675;
}
</style>
border-color css
<style>
span { border-color: #EEB675; }
span { border-color: rgb(238,182,117); }
td.TdClassName
{
border-color: #EEB675;
}
.TagClassName
{
border-color: #EEB675;
}
</style>