Shades of Fire Bush #E09A41
Tints of Fire Bush #E09A41
RGB
CMYK
RGB Variations
Color information
#E09A41 (or 0xE09A41) is known color: Fire Bush. HEX triplet: E0, 9A and 41. RGB value is (224,154,65). Sum of RGB (Red+Green+Blue) = 224+154+65=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 65 (25.78% from 255 or 14.67% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E09A41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09A41 is #1F65BE. Grayscale: #A5A5A5. Windows color (decimal): -2057663 or 4299488. OLE color: 4299488.
HSL color Cylindrical-coordinate representation of color #E09A41: hue angle of 33.58º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E09A41 is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 154 | 65 | - |
| CMYK | 0 | 0.31 | 0.71 | 0.12 |
| HSL | 33.58º | 0.72% | 0.57% | - |
| HSV(B) | 33.58º | 0.71% | 0.88% | - |
| XYZ | 43.25 | 39.34 | 10.31 | - |
| YUV | 164.78 | 71.69 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 65 | 0 | 0.31 | 0.71 | 0.12 | 33.58 | 0.72 | 0.57 |
| Hex | E0 | 9A | 41 | 0 | 1F | 47 | C | 22 | 48 | 39 |
| Octal | 340 | 232 | 101 | 0 | 37 | 107 | 14 | 42 | 110 | 71 |
| Binary | 11100000 | 10011010 | 1000001 | 0 | 11111 | 1000111 | 1100 | 100010 | 1001000 | 111001 |
Color Harmonies of #E09A41
Complementary color
Monochromatic Colors of #E09A41
Black with #E09A41
Text Example
Text Example
White with #E09A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09A41; }
p { color: rgb(224,154,65); }
H1.HeaderClassName
{
color: #E09A41;
}
.AnyTagClassName
{
color: #E09A41;
}
</style>
background-color css
<style>
a { background-color: #E09A41; }
a { background-color: rgb(224,154,65); }
div.DivClassName
{
background-color: #E09A41;
}
.BgClassName
{
background-color: #E09A41;
}
</style>
border-color css
<style>
span { border-color: #E09A41; }
span { border-color: rgb(224,154,65); }
td.TdClassName
{
border-color: #E09A41;
}
.TagClassName
{
border-color: #E09A41;
}
</style>