Shades of Fire Bush #E09B45
Tints of Fire Bush #E09B45
RGB
CMYK
RGB Variations
Color information
#E09B45 (or 0xE09B45) is known color: Fire Bush. HEX triplet: E0, 9B and 45. RGB value is (224,155,69). Sum of RGB (Red+Green+Blue) = 224+155+69=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 69 (27.34% from 255 or 15.40% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E09B45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09B45 is #1F64BA. Grayscale: #A6A6A6. Windows color (decimal): -2057403 or 4561888. OLE color: 4561888.
HSL color Cylindrical-coordinate representation of color #E09B45: hue angle of 33.29º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E09B45 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 155 | 69 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.12 |
| HSL | 33.29º | 0.71% | 0.57% | - |
| HSV(B) | 33.29º | 0.69% | 0.88% | - |
| XYZ | 43.54 | 39.72 | 11 | - |
| YUV | 165.83 | 73.36 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 69 | 0 | 0.31 | 0.69 | 0.12 | 33.29 | 0.71 | 0.57 |
| Hex | E0 | 9B | 45 | 0 | 1F | 45 | C | 21 | 47 | 39 |
| Octal | 340 | 233 | 105 | 0 | 37 | 105 | 14 | 41 | 107 | 71 |
| Binary | 11100000 | 10011011 | 1000101 | 0 | 11111 | 1000101 | 1100 | 100001 | 1000111 | 111001 |
Color Harmonies of #E09B45
Complementary color
Monochromatic Colors of #E09B45
Black with #E09B45
Text Example
Text Example
White with #E09B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09B45; }
p { color: rgb(224,155,69); }
H1.HeaderClassName
{
color: #E09B45;
}
.AnyTagClassName
{
color: #E09B45;
}
</style>
background-color css
<style>
a { background-color: #E09B45; }
a { background-color: rgb(224,155,69); }
div.DivClassName
{
background-color: #E09B45;
}
.BgClassName
{
background-color: #E09B45;
}
</style>
border-color css
<style>
span { border-color: #E09B45; }
span { border-color: rgb(224,155,69); }
td.TdClassName
{
border-color: #E09B45;
}
.TagClassName
{
border-color: #E09B45;
}
</style>