Shades of Fire Bush #E8A241
Tints of Fire Bush #E8A241
RGB
CMYK
RGB Variations
Color information
#E8A241 (or 0xE8A241) is known color: Fire Bush. HEX triplet: E8, A2 and 41. RGB value is (232,162,65). Sum of RGB (Red+Green+Blue) = 232+162+65=459 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.54% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 65 (25.78% from 255 or 14.16% from 459); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A241 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8A241 is #175DBE. Grayscale: #ACACAC. Windows color (decimal): -1531327 or 4301544. OLE color: 4301544.
HSL color Cylindrical-coordinate representation of color #E8A241: hue angle of 34.85º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E8A241 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 162 | 65 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.09 |
| HSL | 34.85º | 0.78% | 0.58% | - |
| HSV(B) | 34.85º | 0.72% | 0.91% | - |
| XYZ | 47.15 | 43.38 | 10.89 | - |
| YUV | 171.87 | 67.69 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 162 | 65 | 0 | 0.30 | 0.72 | 0.09 | 34.85 | 0.78 | 0.58 |
| Hex | E8 | A2 | 41 | 0 | 1E | 48 | 9 | 23 | 4E | 3A |
| Octal | 350 | 242 | 101 | 0 | 36 | 110 | 11 | 43 | 116 | 72 |
| Binary | 11101000 | 10100010 | 1000001 | 0 | 11110 | 1001000 | 1001 | 100011 | 1001110 | 111010 |
Color Harmonies of #E8A241
Complementary color
Monochromatic Colors of #E8A241
Black with #E8A241
Text Example
Text Example
White with #E8A241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A241; }
p { color: rgb(232,162,65); }
H1.HeaderClassName
{
color: #E8A241;
}
.AnyTagClassName
{
color: #E8A241;
}
</style>
background-color css
<style>
a { background-color: #E8A241; }
a { background-color: rgb(232,162,65); }
div.DivClassName
{
background-color: #E8A241;
}
.BgClassName
{
background-color: #E8A241;
}
</style>
border-color css
<style>
span { border-color: #E8A241; }
span { border-color: rgb(232,162,65); }
td.TdClassName
{
border-color: #E8A241;
}
.TagClassName
{
border-color: #E8A241;
}
</style>