Shades of Fire Bush #E29541
Tints of Fire Bush #E29541
RGB
CMYK
RGB Variations
Color information
#E29541 (or 0xE29541) is known color: Fire Bush. HEX triplet: E2, 95 and 41. RGB value is (226,149,65). Sum of RGB (Red+Green+Blue) = 226+149+65=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 65 (25.78% from 255 or 14.77% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E29541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E29541 is #1D6ABE. Grayscale: #A2A2A2. Windows color (decimal): -1927871 or 4298210. OLE color: 4298210.
HSL color Cylindrical-coordinate representation of color #E29541: hue angle of 31.3º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E29541 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 65 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.11 |
| HSL | 31.3º | 0.74% | 0.57% | - |
| HSV(B) | 31.3º | 0.71% | 0.89% | - |
| XYZ | 43.07 | 38.05 | 10.07 | - |
| YUV | 162.45 | 73.01 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 65 | 0 | 0.34 | 0.71 | 0.11 | 31.3 | 0.74 | 0.57 |
| Hex | E2 | 95 | 41 | 0 | 22 | 47 | B | 1F | 4A | 39 |
| Octal | 342 | 225 | 101 | 0 | 42 | 107 | 13 | 37 | 112 | 71 |
| Binary | 11100010 | 10010101 | 1000001 | 0 | 100010 | 1000111 | 1011 | 11111 | 1001010 | 111001 |
Color Harmonies of #E29541
Complementary color
Monochromatic Colors of #E29541
Black with #E29541
Text Example
Text Example
White with #E29541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29541; }
p { color: rgb(226,149,65); }
H1.HeaderClassName
{
color: #E29541;
}
.AnyTagClassName
{
color: #E29541;
}
</style>
background-color css
<style>
a { background-color: #E29541; }
a { background-color: rgb(226,149,65); }
div.DivClassName
{
background-color: #E29541;
}
.BgClassName
{
background-color: #E29541;
}
</style>
border-color css
<style>
span { border-color: #E29541; }
span { border-color: rgb(226,149,65); }
td.TdClassName
{
border-color: #E29541;
}
.TagClassName
{
border-color: #E29541;
}
</style>