Shades of Fire Bush #E0993A
Tints of Fire Bush #E0993A
RGB
CMYK
RGB Variations
Color information
#E0993A (or 0xE0993A) is known color: Fire Bush. HEX triplet: E0, 99 and 3A. RGB value is (224,153,58). Sum of RGB (Red+Green+Blue) = 224+153+58=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 58 (23.05% from 255 or 13.33% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E0993A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0993A is #1F66C5. Grayscale: #A3A3A3. Windows color (decimal): -2057926 or 3840480. OLE color: 3840480.
HSL color Cylindrical-coordinate representation of color #E0993A: hue angle of 34.34º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E0993A is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 153 | 58 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.12 |
| HSL | 34.34º | 0.73% | 0.55% | - |
| HSV(B) | 34.34º | 0.74% | 0.88% | - |
| XYZ | 42.9 | 38.94 | 9.26 | - |
| YUV | 163.4 | 68.52 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 153 | 58 | 0 | 0.32 | 0.74 | 0.12 | 34.34 | 0.73 | 0.55 |
| Hex | E0 | 99 | 3A | 0 | 20 | 4A | C | 22 | 49 | 37 |
| Octal | 340 | 231 | 72 | 0 | 40 | 112 | 14 | 42 | 111 | 67 |
| Binary | 11100000 | 10011001 | 111010 | 0 | 100000 | 1001010 | 1100 | 100010 | 1001001 | 110111 |
Color Harmonies of #E0993A
Complementary color
Monochromatic Colors of #E0993A
Black with #E0993A
Text Example
Text Example
White with #E0993A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0993A; }
p { color: rgb(224,153,58); }
H1.HeaderClassName
{
color: #E0993A;
}
.AnyTagClassName
{
color: #E0993A;
}
</style>
background-color css
<style>
a { background-color: #E0993A; }
a { background-color: rgb(224,153,58); }
div.DivClassName
{
background-color: #E0993A;
}
.BgClassName
{
background-color: #E0993A;
}
</style>
border-color css
<style>
span { border-color: #E0993A; }
span { border-color: rgb(224,153,58); }
td.TdClassName
{
border-color: #E0993A;
}
.TagClassName
{
border-color: #E0993A;
}
</style>