Shades of Harvest Gold #E8B468
Tints of Harvest Gold #E8B468
RGB
CMYK
RGB Variations
Color information
#E8B468 (or 0xE8B468) is known color: Harvest Gold. HEX triplet: E8, B4 and 68. RGB value is (232,180,104). Sum of RGB (Red+Green+Blue) = 232+180+104=516 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.96% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 104 (41.02% from 255 or 20.16% from 516); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B468 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8B468 is #174B97. Grayscale: #BBBBBB. Windows color (decimal): -1526680 or 6862056. OLE color: 6862056.
HSL color Cylindrical-coordinate representation of color #E8B468: hue angle of 35.62º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E8B468 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 180 | 104 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.09 |
| HSL | 35.63º | 0.74% | 0.66% | - |
| HSV(B) | 35.63º | 0.55% | 0.91% | - |
| XYZ | 52.1 | 50.8 | 20.16 | - |
| YUV | 186.88 | 81.23 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 180 | 104 | 0 | 0.22 | 0.55 | 0.09 | 35.63 | 0.74 | 0.66 |
| Hex | E8 | B4 | 68 | 0 | 16 | 37 | 9 | 24 | 4A | 42 |
| Octal | 350 | 264 | 150 | 0 | 26 | 67 | 11 | 44 | 112 | 102 |
| Binary | 11101000 | 10110100 | 1101000 | 0 | 10110 | 110111 | 1001 | 100100 | 1001010 | 1000010 |
Color Harmonies of #E8B468
Complementary color
Monochromatic Colors of #E8B468
Black with #E8B468
Text Example
Text Example
White with #E8B468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B468; }
p { color: rgb(232,180,104); }
H1.HeaderClassName
{
color: #E8B468;
}
.AnyTagClassName
{
color: #E8B468;
}
</style>
background-color css
<style>
a { background-color: #E8B468; }
a { background-color: rgb(232,180,104); }
div.DivClassName
{
background-color: #E8B468;
}
.BgClassName
{
background-color: #E8B468;
}
</style>
border-color css
<style>
span { border-color: #E8B468; }
span { border-color: rgb(232,180,104); }
td.TdClassName
{
border-color: #E8B468;
}
.TagClassName
{
border-color: #E8B468;
}
</style>