Shades of Fire Bush #E8993D
Tints of Fire Bush #E8993D
RGB
CMYK
RGB Variations
Color information
#E8993D (or 0xE8993D) is known color: Fire Bush. HEX triplet: E8, 99 and 3D. RGB value is (232,153,61). Sum of RGB (Red+Green+Blue) = 232+153+61=446 (59% of max value = 765). Red value is 232 (91.02% from 255 or 52.02% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 61 (24.22% from 255 or 13.68% from 446); Max value from RGB is 232 - color contains mainly: red. Hex color #E8993D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8993D is #1766C2. Grayscale: #A6A6A6. Windows color (decimal): -1533635 or 4037096. OLE color: 4037096.
HSL color Cylindrical-coordinate representation of color #E8993D: hue angle of 32.28º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E8993D is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 153 | 61 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.09 |
| HSL | 32.28º | 0.79% | 0.57% | - |
| HSV(B) | 32.28º | 0.74% | 0.91% | - |
| XYZ | 45.51 | 40.28 | 9.79 | - |
| YUV | 166.13 | 68.67 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 153 | 61 | 0 | 0.34 | 0.74 | 0.09 | 32.28 | 0.79 | 0.57 |
| Hex | E8 | 99 | 3D | 0 | 22 | 4A | 9 | 20 | 4F | 39 |
| Octal | 350 | 231 | 75 | 0 | 42 | 112 | 11 | 40 | 117 | 71 |
| Binary | 11101000 | 10011001 | 111101 | 0 | 100010 | 1001010 | 1001 | 100000 | 1001111 | 111001 |
Color Harmonies of #E8993D
Complementary color
Monochromatic Colors of #E8993D
Black with #E8993D
Text Example
Text Example
White with #E8993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8993D; }
p { color: rgb(232,153,61); }
H1.HeaderClassName
{
color: #E8993D;
}
.AnyTagClassName
{
color: #E8993D;
}
</style>
background-color css
<style>
a { background-color: #E8993D; }
a { background-color: rgb(232,153,61); }
div.DivClassName
{
background-color: #E8993D;
}
.BgClassName
{
background-color: #E8993D;
}
</style>
border-color css
<style>
span { border-color: #E8993D; }
span { border-color: rgb(232,153,61); }
td.TdClassName
{
border-color: #E8993D;
}
.TagClassName
{
border-color: #E8993D;
}
</style>