Shades of Fire Bush #E09540
Tints of Fire Bush #E09540
RGB
CMYK
RGB Variations
Color information
#E09540 (or 0xE09540) is known color: Fire Bush. HEX triplet: E0, 95 and 40. RGB value is (224,149,64). Sum of RGB (Red+Green+Blue) = 224+149+64=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 64 (25.39% from 255 or 14.65% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E09540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09540 is #1F6ABF. Grayscale: #A2A2A2. Windows color (decimal): -2058944 or 4232672. OLE color: 4232672.
HSL color Cylindrical-coordinate representation of color #E09540: hue angle of 31.88º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E09540 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 64 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.12 |
| HSL | 31.88º | 0.72% | 0.56% | - |
| HSV(B) | 31.88º | 0.71% | 0.88% | - |
| XYZ | 42.41 | 37.71 | 9.89 | - |
| YUV | 161.74 | 72.85 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 64 | 0 | 0.33 | 0.71 | 0.12 | 31.88 | 0.72 | 0.56 |
| Hex | E0 | 95 | 40 | 0 | 21 | 47 | C | 20 | 48 | 38 |
| Octal | 340 | 225 | 100 | 0 | 41 | 107 | 14 | 40 | 110 | 70 |
| Binary | 11100000 | 10010101 | 1000000 | 0 | 100001 | 1000111 | 1100 | 100000 | 1001000 | 111000 |
Color Harmonies of #E09540
Complementary color
Monochromatic Colors of #E09540
Black with #E09540
Text Example
Text Example
White with #E09540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09540; }
p { color: rgb(224,149,64); }
H1.HeaderClassName
{
color: #E09540;
}
.AnyTagClassName
{
color: #E09540;
}
</style>
background-color css
<style>
a { background-color: #E09540; }
a { background-color: rgb(224,149,64); }
div.DivClassName
{
background-color: #E09540;
}
.BgClassName
{
background-color: #E09540;
}
</style>
border-color css
<style>
span { border-color: #E09540; }
span { border-color: rgb(224,149,64); }
td.TdClassName
{
border-color: #E09540;
}
.TagClassName
{
border-color: #E09540;
}
</style>