Shades of Fire Bush #E1943C
Tints of Fire Bush #E1943C
RGB
CMYK
RGB Variations
Color information
#E1943C (or 0xE1943C) is known color: Fire Bush. HEX triplet: E1, 94 and 3C. RGB value is (225,148,60). Sum of RGB (Red+Green+Blue) = 225+148+60=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 60 (23.83% from 255 or 13.86% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E1943C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1943C is #1E6BC3. Grayscale: #A1A1A1. Windows color (decimal): -1993668 or 3970273. OLE color: 3970273.
HSL color Cylindrical-coordinate representation of color #E1943C: hue angle of 32º 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 #E1943C is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 60 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.12 |
| HSL | 32º | 0.73% | 0.56% | - |
| HSV(B) | 32º | 0.73% | 0.88% | - |
| XYZ | 42.46 | 37.51 | 9.28 | - |
| YUV | 160.99 | 71.01 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 60 | 0 | 0.34 | 0.73 | 0.12 | 32 | 0.73 | 0.56 |
| Hex | E1 | 94 | 3C | 0 | 22 | 49 | C | 20 | 49 | 38 |
| Octal | 341 | 224 | 74 | 0 | 42 | 111 | 14 | 40 | 111 | 70 |
| Binary | 11100001 | 10010100 | 111100 | 0 | 100010 | 1001001 | 1100 | 100000 | 1001001 | 111000 |
Color Harmonies of #E1943C
Complementary color
Monochromatic Colors of #E1943C
Black with #E1943C
Text Example
Text Example
White with #E1943C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1943C; }
p { color: rgb(225,148,60); }
H1.HeaderClassName
{
color: #E1943C;
}
.AnyTagClassName
{
color: #E1943C;
}
</style>
background-color css
<style>
a { background-color: #E1943C; }
a { background-color: rgb(225,148,60); }
div.DivClassName
{
background-color: #E1943C;
}
.BgClassName
{
background-color: #E1943C;
}
</style>
border-color css
<style>
span { border-color: #E1943C; }
span { border-color: rgb(225,148,60); }
td.TdClassName
{
border-color: #E1943C;
}
.TagClassName
{
border-color: #E1943C;
}
</style>