Shades of Harvest Gold #E8B25F
Tints of Harvest Gold #E8B25F
RGB
CMYK
RGB Variations
Color information
#E8B25F (or 0xE8B25F) is known color: Harvest Gold. HEX triplet: E8, B2 and 5F. RGB value is (232,178,95). Sum of RGB (Red+Green+Blue) = 232+178+95=505 (66% of max value = 765). Red value is 232 (91.02% from 255 or 45.94% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 95 (37.5% from 255 or 18.81% from 505); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B25F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8B25F is #174DA0. Grayscale: #B9B9B9. Windows color (decimal): -1527201 or 6271720. OLE color: 6271720.
HSL color Cylindrical-coordinate representation of color #E8B25F: hue angle of 36.35º 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 #E8B25F is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 178 | 95 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.09 |
| HSL | 36.35º | 0.75% | 0.64% | - |
| HSV(B) | 36.35º | 0.59% | 0.91% | - |
| XYZ | 51.26 | 49.82 | 17.74 | - |
| YUV | 184.68 | 77.39 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 178 | 95 | 0 | 0.23 | 0.59 | 0.09 | 36.35 | 0.75 | 0.64 |
| Hex | E8 | B2 | 5F | 0 | 17 | 3B | 9 | 24 | 4B | 40 |
| Octal | 350 | 262 | 137 | 0 | 27 | 73 | 11 | 44 | 113 | 100 |
| Binary | 11101000 | 10110010 | 1011111 | 0 | 10111 | 111011 | 1001 | 100100 | 1001011 | 1000000 |
Color Harmonies of #E8B25F
Complementary color
Monochromatic Colors of #E8B25F
Black with #E8B25F
Text Example
Text Example
White with #E8B25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B25F; }
p { color: rgb(232,178,95); }
H1.HeaderClassName
{
color: #E8B25F;
}
.AnyTagClassName
{
color: #E8B25F;
}
</style>
background-color css
<style>
a { background-color: #E8B25F; }
a { background-color: rgb(232,178,95); }
div.DivClassName
{
background-color: #E8B25F;
}
.BgClassName
{
background-color: #E8B25F;
}
</style>
border-color css
<style>
span { border-color: #E8B25F; }
span { border-color: rgb(232,178,95); }
td.TdClassName
{
border-color: #E8B25F;
}
.TagClassName
{
border-color: #E8B25F;
}
</style>