Shades of Fire Bush #E1943B
Tints of Fire Bush #E1943B
RGB
CMYK
RGB Variations
Color information
#E1943B (or 0xE1943B) is known color: Fire Bush. HEX triplet: E1, 94 and 3B. RGB value is (225,148,59). Sum of RGB (Red+Green+Blue) = 225+148+59=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 59 (23.44% from 255 or 13.66% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E1943B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1943B is #1E6BC4. Grayscale: #A1A1A1. Windows color (decimal): -1993669 or 3904737. OLE color: 3904737.
HSL color Cylindrical-coordinate representation of color #E1943B: hue angle of 32.17º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E1943B is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 59 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.12 |
| HSL | 32.17º | 0.73% | 0.56% | - |
| HSV(B) | 32.17º | 0.74% | 0.88% | - |
| XYZ | 42.43 | 37.5 | 9.14 | - |
| YUV | 160.88 | 70.51 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 59 | 0 | 0.34 | 0.74 | 0.12 | 32.17 | 0.73 | 0.56 |
| Hex | E1 | 94 | 3B | 0 | 22 | 4A | C | 20 | 49 | 38 |
| Octal | 341 | 224 | 73 | 0 | 42 | 112 | 14 | 40 | 111 | 70 |
| Binary | 11100001 | 10010100 | 111011 | 0 | 100010 | 1001010 | 1100 | 100000 | 1001001 | 111000 |
Color Harmonies of #E1943B
Complementary color
Monochromatic Colors of #E1943B
Black with #E1943B
Text Example
Text Example
White with #E1943B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1943B; }
p { color: rgb(225,148,59); }
H1.HeaderClassName
{
color: #E1943B;
}
.AnyTagClassName
{
color: #E1943B;
}
</style>
background-color css
<style>
a { background-color: #E1943B; }
a { background-color: rgb(225,148,59); }
div.DivClassName
{
background-color: #E1943B;
}
.BgClassName
{
background-color: #E1943B;
}
</style>
border-color css
<style>
span { border-color: #E1943B; }
span { border-color: rgb(225,148,59); }
td.TdClassName
{
border-color: #E1943B;
}
.TagClassName
{
border-color: #E1943B;
}
</style>