Shades of Fire Bush #E09B48
Tints of Fire Bush #E09B48
RGB
CMYK
RGB Variations
Color information
#E09B48 (or 0xE09B48) is known color: Fire Bush. HEX triplet: E0, 9B and 48. RGB value is (224,155,72). Sum of RGB (Red+Green+Blue) = 224+155+72=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 155 (60.94% from 255 or 34.37% from 451); Blue value is 72 (28.52% from 255 or 15.96% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E09B48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09B48 is #1F64B7. Grayscale: #A6A6A6. Windows color (decimal): -2057400 or 4758496. OLE color: 4758496.
HSL color Cylindrical-coordinate representation of color #E09B48: hue angle of 32.76º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E09B48 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 155 | 72 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.12 |
| HSL | 32.76º | 0.71% | 0.58% | - |
| HSV(B) | 32.76º | 0.68% | 0.88% | - |
| XYZ | 43.63 | 39.76 | 11.51 | - |
| YUV | 166.17 | 74.86 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 72 | 0 | 0.31 | 0.68 | 0.12 | 32.76 | 0.71 | 0.58 |
| Hex | E0 | 9B | 48 | 0 | 1F | 44 | C | 21 | 47 | 3A |
| Octal | 340 | 233 | 110 | 0 | 37 | 104 | 14 | 41 | 107 | 72 |
| Binary | 11100000 | 10011011 | 1001000 | 0 | 11111 | 1000100 | 1100 | 100001 | 1000111 | 111010 |
Color Harmonies of #E09B48
Complementary color
Monochromatic Colors of #E09B48
Black with #E09B48
Text Example
Text Example
White with #E09B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09B48; }
p { color: rgb(224,155,72); }
H1.HeaderClassName
{
color: #E09B48;
}
.AnyTagClassName
{
color: #E09B48;
}
</style>
background-color css
<style>
a { background-color: #E09B48; }
a { background-color: rgb(224,155,72); }
div.DivClassName
{
background-color: #E09B48;
}
.BgClassName
{
background-color: #E09B48;
}
</style>
border-color css
<style>
span { border-color: #E09B48; }
span { border-color: rgb(224,155,72); }
td.TdClassName
{
border-color: #E09B48;
}
.TagClassName
{
border-color: #E09B48;
}
</style>