Shades of Harvest Gold #E8B368
Tints of Harvest Gold #E8B368
RGB
CMYK
RGB Variations
Color information
#E8B368 (or 0xE8B368) is known color: Harvest Gold. HEX triplet: E8, B3 and 68. RGB value is (232,179,104). Sum of RGB (Red+Green+Blue) = 232+179+104=515 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.05% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 104 (41.02% from 255 or 20.19% from 515); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B368 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8B368 is #174C97. Grayscale: #BABABA. Windows color (decimal): -1526936 or 6861800. OLE color: 6861800.
HSL color Cylindrical-coordinate representation of color #E8B368: hue angle of 35.16º 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 #E8B368 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 179 | 104 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.09 |
| HSL | 35.16º | 0.74% | 0.66% | - |
| HSV(B) | 35.16º | 0.55% | 0.91% | - |
| XYZ | 51.9 | 50.4 | 20.09 | - |
| YUV | 186.3 | 81.56 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 179 | 104 | 0 | 0.23 | 0.55 | 0.09 | 35.16 | 0.74 | 0.66 |
| Hex | E8 | B3 | 68 | 0 | 17 | 37 | 9 | 23 | 4A | 42 |
| Octal | 350 | 263 | 150 | 0 | 27 | 67 | 11 | 43 | 112 | 102 |
| Binary | 11101000 | 10110011 | 1101000 | 0 | 10111 | 110111 | 1001 | 100011 | 1001010 | 1000010 |
Color Harmonies of #E8B368
Complementary color
Monochromatic Colors of #E8B368
Black with #E8B368
Text Example
Text Example
White with #E8B368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B368; }
p { color: rgb(232,179,104); }
H1.HeaderClassName
{
color: #E8B368;
}
.AnyTagClassName
{
color: #E8B368;
}
</style>
background-color css
<style>
a { background-color: #E8B368; }
a { background-color: rgb(232,179,104); }
div.DivClassName
{
background-color: #E8B368;
}
.BgClassName
{
background-color: #E8B368;
}
</style>
border-color css
<style>
span { border-color: #E8B368; }
span { border-color: rgb(232,179,104); }
td.TdClassName
{
border-color: #E8B368;
}
.TagClassName
{
border-color: #E8B368;
}
</style>