Shades of Fire Bush #E1943D
Tints of Fire Bush #E1943D
RGB
CMYK
RGB Variations
Color information
#E1943D (or 0xE1943D) is known color: Fire Bush. HEX triplet: E1, 94 and 3D. RGB value is (225,148,61). Sum of RGB (Red+Green+Blue) = 225+148+61=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E1943D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1943D is #1E6BC2. Grayscale: #A1A1A1. Windows color (decimal): -1993667 or 4035809. OLE color: 4035809.
HSL color Cylindrical-coordinate representation of color #E1943D: hue angle of 31.83º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E1943D is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 61 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.12 |
| HSL | 31.83º | 0.73% | 0.56% | - |
| HSV(B) | 31.83º | 0.73% | 0.88% | - |
| XYZ | 42.48 | 37.52 | 9.42 | - |
| YUV | 161.11 | 71.51 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 61 | 0 | 0.34 | 0.73 | 0.12 | 31.83 | 0.73 | 0.56 |
| Hex | E1 | 94 | 3D | 0 | 22 | 49 | C | 20 | 49 | 38 |
| Octal | 341 | 224 | 75 | 0 | 42 | 111 | 14 | 40 | 111 | 70 |
| Binary | 11100001 | 10010100 | 111101 | 0 | 100010 | 1001001 | 1100 | 100000 | 1001001 | 111000 |
Color Harmonies of #E1943D
Complementary color
Monochromatic Colors of #E1943D
Black with #E1943D
Text Example
Text Example
White with #E1943D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1943D; }
p { color: rgb(225,148,61); }
H1.HeaderClassName
{
color: #E1943D;
}
.AnyTagClassName
{
color: #E1943D;
}
</style>
background-color css
<style>
a { background-color: #E1943D; }
a { background-color: rgb(225,148,61); }
div.DivClassName
{
background-color: #E1943D;
}
.BgClassName
{
background-color: #E1943D;
}
</style>
border-color css
<style>
span { border-color: #E1943D; }
span { border-color: rgb(225,148,61); }
td.TdClassName
{
border-color: #E1943D;
}
.TagClassName
{
border-color: #E1943D;
}
</style>