Shades of Fire Bush #E1943A
Tints of Fire Bush #E1943A
RGB
CMYK
RGB Variations
Color information
#E1943A (or 0xE1943A) is known color: Fire Bush. HEX triplet: E1, 94 and 3A. RGB value is (225,148,58). Sum of RGB (Red+Green+Blue) = 225+148+58=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 58 (23.05% from 255 or 13.46% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E1943A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1943A is #1E6BC5. Grayscale: #A1A1A1. Windows color (decimal): -1993670 or 3839201. OLE color: 3839201.
HSL color Cylindrical-coordinate representation of color #E1943A: hue angle of 32.34º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E1943A is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 58 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.12 |
| HSL | 32.34º | 0.74% | 0.55% | - |
| HSV(B) | 32.34º | 0.74% | 0.88% | - |
| XYZ | 42.4 | 37.49 | 9 | - |
| YUV | 160.76 | 70.01 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 58 | 0 | 0.34 | 0.74 | 0.12 | 32.34 | 0.74 | 0.55 |
| Hex | E1 | 94 | 3A | 0 | 22 | 4A | C | 20 | 4A | 37 |
| Octal | 341 | 224 | 72 | 0 | 42 | 112 | 14 | 40 | 112 | 67 |
| Binary | 11100001 | 10010100 | 111010 | 0 | 100010 | 1001010 | 1100 | 100000 | 1001010 | 110111 |
Color Harmonies of #E1943A
Complementary color
Monochromatic Colors of #E1943A
Black with #E1943A
Text Example
Text Example
White with #E1943A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1943A; }
p { color: rgb(225,148,58); }
H1.HeaderClassName
{
color: #E1943A;
}
.AnyTagClassName
{
color: #E1943A;
}
</style>
background-color css
<style>
a { background-color: #E1943A; }
a { background-color: rgb(225,148,58); }
div.DivClassName
{
background-color: #E1943A;
}
.BgClassName
{
background-color: #E1943A;
}
</style>
border-color css
<style>
span { border-color: #E1943A; }
span { border-color: rgb(225,148,58); }
td.TdClassName
{
border-color: #E1943A;
}
.TagClassName
{
border-color: #E1943A;
}
</style>