Shades of Fire Bush #E08F49
Tints of Fire Bush #E08F49
RGB
CMYK
RGB Variations
Color information
#E08F49 (or 0xE08F49) is known color: Fire Bush. HEX triplet: E0, 8F and 49. RGB value is (224,143,73). Sum of RGB (Red+Green+Blue) = 224+143+73=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 73 (28.91% from 255 or 16.59% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08F49 is #1F70B6. Grayscale: #9F9F9F. Windows color (decimal): -2060471 or 4820960. OLE color: 4820960.
HSL color Cylindrical-coordinate representation of color #E08F49: hue angle of 27.81º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E08F49 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 143 | 73 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.12 |
| HSL | 27.81º | 0.71% | 0.58% | - |
| HSV(B) | 27.81º | 0.67% | 0.88% | - |
| XYZ | 41.77 | 35.97 | 11.05 | - |
| YUV | 159.24 | 79.34 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 73 | 0 | 0.36 | 0.67 | 0.12 | 27.81 | 0.71 | 0.58 |
| Hex | E0 | 8F | 49 | 0 | 24 | 43 | C | 1C | 47 | 3A |
| Octal | 340 | 217 | 111 | 0 | 44 | 103 | 14 | 34 | 107 | 72 |
| Binary | 11100000 | 10001111 | 1001001 | 0 | 100100 | 1000011 | 1100 | 11100 | 1000111 | 111010 |
Color Harmonies of #E08F49
Complementary color
Monochromatic Colors of #E08F49
Black with #E08F49
Text Example
Text Example
White with #E08F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08F49; }
p { color: rgb(224,143,73); }
H1.HeaderClassName
{
color: #E08F49;
}
.AnyTagClassName
{
color: #E08F49;
}
</style>
background-color css
<style>
a { background-color: #E08F49; }
a { background-color: rgb(224,143,73); }
div.DivClassName
{
background-color: #E08F49;
}
.BgClassName
{
background-color: #E08F49;
}
</style>
border-color css
<style>
span { border-color: #E08F49; }
span { border-color: rgb(224,143,73); }
td.TdClassName
{
border-color: #E08F49;
}
.TagClassName
{
border-color: #E08F49;
}
</style>