Shades of Fire Bush #E0954B
Tints of Fire Bush #E0954B
RGB
CMYK
RGB Variations
Color information
#E0954B (or 0xE0954B) is known color: Fire Bush. HEX triplet: E0, 95 and 4B. RGB value is (224,149,75). Sum of RGB (Red+Green+Blue) = 224+149+75=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 75 (29.69% from 255 or 16.74% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E0954B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0954B is #1F6AB4. Grayscale: #A3A3A3. Windows color (decimal): -2058933 or 4953568. OLE color: 4953568.
HSL color Cylindrical-coordinate representation of color #E0954B: hue angle of 29.8º degrees, saturation: 0.71, 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 #E0954B is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 75 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.12 |
| HSL | 29.8º | 0.71% | 0.59% | - |
| HSV(B) | 29.8º | 0.67% | 0.88% | - |
| XYZ | 42.76 | 37.85 | 11.71 | - |
| YUV | 162.99 | 78.35 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 75 | 0 | 0.33 | 0.67 | 0.12 | 29.8 | 0.71 | 0.59 |
| Hex | E0 | 95 | 4B | 0 | 21 | 43 | C | 1E | 47 | 3B |
| Octal | 340 | 225 | 113 | 0 | 41 | 103 | 14 | 36 | 107 | 73 |
| Binary | 11100000 | 10010101 | 1001011 | 0 | 100001 | 1000011 | 1100 | 11110 | 1000111 | 111011 |
Color Harmonies of #E0954B
Complementary color
Monochromatic Colors of #E0954B
Black with #E0954B
Text Example
Text Example
White with #E0954B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0954B; }
p { color: rgb(224,149,75); }
H1.HeaderClassName
{
color: #E0954B;
}
.AnyTagClassName
{
color: #E0954B;
}
</style>
background-color css
<style>
a { background-color: #E0954B; }
a { background-color: rgb(224,149,75); }
div.DivClassName
{
background-color: #E0954B;
}
.BgClassName
{
background-color: #E0954B;
}
</style>
border-color css
<style>
span { border-color: #E0954B; }
span { border-color: rgb(224,149,75); }
td.TdClassName
{
border-color: #E0954B;
}
.TagClassName
{
border-color: #E0954B;
}
</style>