Shades of Fire Bush #E1914A
Tints of Fire Bush #E1914A
RGB
CMYK
RGB Variations
Color information
#E1914A (or 0xE1914A) is known color: Fire Bush. HEX triplet: E1, 91 and 4A. RGB value is (225,145,74). Sum of RGB (Red+Green+Blue) = 225+145+74=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 74 (29.30% from 255 or 16.67% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E1914A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1914A is #1E6EB5. Grayscale: #A1A1A1. Windows color (decimal): -1994422 or 4887009. OLE color: 4887009.
HSL color Cylindrical-coordinate representation of color #E1914A: hue angle of 28.21º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E1914A is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 145 | 74 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.12 |
| HSL | 28.21º | 0.72% | 0.59% | - |
| HSV(B) | 28.21º | 0.67% | 0.88% | - |
| XYZ | 42.41 | 36.75 | 11.34 | - |
| YUV | 160.83 | 79 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 145 | 74 | 0 | 0.36 | 0.67 | 0.12 | 28.21 | 0.72 | 0.59 |
| Hex | E1 | 91 | 4A | 0 | 24 | 43 | C | 1C | 48 | 3B |
| Octal | 341 | 221 | 112 | 0 | 44 | 103 | 14 | 34 | 110 | 73 |
| Binary | 11100001 | 10010001 | 1001010 | 0 | 100100 | 1000011 | 1100 | 11100 | 1001000 | 111011 |
Color Harmonies of #E1914A
Complementary color
Monochromatic Colors of #E1914A
Black with #E1914A
Text Example
Text Example
White with #E1914A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1914A; }
p { color: rgb(225,145,74); }
H1.HeaderClassName
{
color: #E1914A;
}
.AnyTagClassName
{
color: #E1914A;
}
</style>
background-color css
<style>
a { background-color: #E1914A; }
a { background-color: rgb(225,145,74); }
div.DivClassName
{
background-color: #E1914A;
}
.BgClassName
{
background-color: #E1914A;
}
</style>
border-color css
<style>
span { border-color: #E1914A; }
span { border-color: rgb(225,145,74); }
td.TdClassName
{
border-color: #E1914A;
}
.TagClassName
{
border-color: #E1914A;
}
</style>