Shades of Harvest Gold #E8BB66
Tints of Harvest Gold #E8BB66
RGB
CMYK
RGB Variations
Color information
#E8BB66 (or 0xE8BB66) is known color: Harvest Gold. HEX triplet: E8, BB and 66. RGB value is (232,187,102). Sum of RGB (Red+Green+Blue) = 232+187+102=521 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.53% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 102 (40.23% from 255 or 19.58% from 521); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BB66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BB66 is #174499. Grayscale: #BFBFBF. Windows color (decimal): -1524890 or 6732776. OLE color: 6732776.
HSL color Cylindrical-coordinate representation of color #E8BB66: hue angle of 39.23º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E8BB66 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 187 | 102 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.09 |
| HSL | 39.23º | 0.74% | 0.65% | - |
| HSV(B) | 39.23º | 0.56% | 0.91% | - |
| XYZ | 53.45 | 53.66 | 20.11 | - |
| YUV | 190.77 | 77.91 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 187 | 102 | 0 | 0.19 | 0.56 | 0.09 | 39.23 | 0.74 | 0.65 |
| Hex | E8 | BB | 66 | 0 | 13 | 38 | 9 | 27 | 4A | 41 |
| Octal | 350 | 273 | 146 | 0 | 23 | 70 | 11 | 47 | 112 | 101 |
| Binary | 11101000 | 10111011 | 1100110 | 0 | 10011 | 111000 | 1001 | 100111 | 1001010 | 1000001 |
Color Harmonies of #E8BB66
Complementary color
Monochromatic Colors of #E8BB66
Black with #E8BB66
Text Example
Text Example
White with #E8BB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BB66; }
p { color: rgb(232,187,102); }
H1.HeaderClassName
{
color: #E8BB66;
}
.AnyTagClassName
{
color: #E8BB66;
}
</style>
background-color css
<style>
a { background-color: #E8BB66; }
a { background-color: rgb(232,187,102); }
div.DivClassName
{
background-color: #E8BB66;
}
.BgClassName
{
background-color: #E8BB66;
}
</style>
border-color css
<style>
span { border-color: #E8BB66; }
span { border-color: rgb(232,187,102); }
td.TdClassName
{
border-color: #E8BB66;
}
.TagClassName
{
border-color: #E8BB66;
}
</style>