Shades of Harvest Gold #E8B466
Tints of Harvest Gold #E8B466
RGB
CMYK
RGB Variations
Color information
#E8B466 (or 0xE8B466) is known color: Harvest Gold. HEX triplet: E8, B4 and 66. RGB value is (232,180,102). Sum of RGB (Red+Green+Blue) = 232+180+102=514 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.14% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 102 (40.23% from 255 or 19.84% from 514); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B466 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8B466 is #174B99. Grayscale: #BBBBBB. Windows color (decimal): -1526682 or 6730984. OLE color: 6730984.
HSL color Cylindrical-coordinate representation of color #E8B466: hue angle of 36º 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 #E8B466 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 180 | 102 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.09 |
| HSL | 36º | 0.74% | 0.65% | - |
| HSV(B) | 36º | 0.56% | 0.91% | - |
| XYZ | 52 | 50.76 | 19.63 | - |
| YUV | 186.66 | 80.23 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 180 | 102 | 0 | 0.22 | 0.56 | 0.09 | 36 | 0.74 | 0.65 |
| Hex | E8 | B4 | 66 | 0 | 16 | 38 | 9 | 24 | 4A | 41 |
| Octal | 350 | 264 | 146 | 0 | 26 | 70 | 11 | 44 | 112 | 101 |
| Binary | 11101000 | 10110100 | 1100110 | 0 | 10110 | 111000 | 1001 | 100100 | 1001010 | 1000001 |
Color Harmonies of #E8B466
Complementary color
Monochromatic Colors of #E8B466
Black with #E8B466
Text Example
Text Example
White with #E8B466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B466; }
p { color: rgb(232,180,102); }
H1.HeaderClassName
{
color: #E8B466;
}
.AnyTagClassName
{
color: #E8B466;
}
</style>
background-color css
<style>
a { background-color: #E8B466; }
a { background-color: rgb(232,180,102); }
div.DivClassName
{
background-color: #E8B466;
}
.BgClassName
{
background-color: #E8B466;
}
</style>
border-color css
<style>
span { border-color: #E8B466; }
span { border-color: rgb(232,180,102); }
td.TdClassName
{
border-color: #E8B466;
}
.TagClassName
{
border-color: #E8B466;
}
</style>