Shades of Harvest Gold #E8B05F
Tints of Harvest Gold #E8B05F
RGB
CMYK
RGB Variations
Color information
#E8B05F (or 0xE8B05F) is known color: Harvest Gold. HEX triplet: E8, B0 and 5F. RGB value is (232,176,95). Sum of RGB (Red+Green+Blue) = 232+176+95=503 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.12% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 95 (37.5% from 255 or 18.89% from 503); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B05F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8B05F is #174FA0. Grayscale: #B7B7B7. Windows color (decimal): -1527713 or 6271208. OLE color: 6271208.
HSL color Cylindrical-coordinate representation of color #E8B05F: hue angle of 35.47º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E8B05F is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 176 | 95 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.09 |
| HSL | 35.47º | 0.75% | 0.64% | - |
| HSV(B) | 35.47º | 0.59% | 0.91% | - |
| XYZ | 50.87 | 49.03 | 17.61 | - |
| YUV | 183.51 | 78.05 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 176 | 95 | 0 | 0.24 | 0.59 | 0.09 | 35.47 | 0.75 | 0.64 |
| Hex | E8 | B0 | 5F | 0 | 18 | 3B | 9 | 23 | 4B | 40 |
| Octal | 350 | 260 | 137 | 0 | 30 | 73 | 11 | 43 | 113 | 100 |
| Binary | 11101000 | 10110000 | 1011111 | 0 | 11000 | 111011 | 1001 | 100011 | 1001011 | 1000000 |
Color Harmonies of #E8B05F
Complementary color
Monochromatic Colors of #E8B05F
Black with #E8B05F
Text Example
Text Example
White with #E8B05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B05F; }
p { color: rgb(232,176,95); }
H1.HeaderClassName
{
color: #E8B05F;
}
.AnyTagClassName
{
color: #E8B05F;
}
</style>
background-color css
<style>
a { background-color: #E8B05F; }
a { background-color: rgb(232,176,95); }
div.DivClassName
{
background-color: #E8B05F;
}
.BgClassName
{
background-color: #E8B05F;
}
</style>
border-color css
<style>
span { border-color: #E8B05F; }
span { border-color: rgb(232,176,95); }
td.TdClassName
{
border-color: #E8B05F;
}
.TagClassName
{
border-color: #E8B05F;
}
</style>