Shades of Fire Bush #E08D44
Tints of Fire Bush #E08D44
RGB
CMYK
RGB Variations
Color information
#E08D44 (or 0xE08D44) is known color: Fire Bush. HEX triplet: E0, 8D and 44. RGB value is (224,141,68). Sum of RGB (Red+Green+Blue) = 224+141+68=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 68 (26.95% from 255 or 15.70% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08D44 is #1F72BB. Grayscale: #9D9D9D. Windows color (decimal): -2060988 or 4492768. OLE color: 4492768.
HSL color Cylindrical-coordinate representation of color #E08D44: hue angle of 28.08º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E08D44 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 68 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.12 |
| HSL | 28.08º | 0.72% | 0.57% | - |
| HSV(B) | 28.08º | 0.7% | 0.88% | - |
| XYZ | 41.31 | 35.31 | 10.11 | - |
| YUV | 157.5 | 77.5 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 68 | 0 | 0.37 | 0.70 | 0.12 | 28.08 | 0.72 | 0.57 |
| Hex | E0 | 8D | 44 | 0 | 25 | 46 | C | 1C | 48 | 39 |
| Octal | 340 | 215 | 104 | 0 | 45 | 106 | 14 | 34 | 110 | 71 |
| Binary | 11100000 | 10001101 | 1000100 | 0 | 100101 | 1000110 | 1100 | 11100 | 1001000 | 111001 |
Color Harmonies of #E08D44
Complementary color
Monochromatic Colors of #E08D44
Black with #E08D44
Text Example
Text Example
White with #E08D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08D44; }
p { color: rgb(224,141,68); }
H1.HeaderClassName
{
color: #E08D44;
}
.AnyTagClassName
{
color: #E08D44;
}
</style>
background-color css
<style>
a { background-color: #E08D44; }
a { background-color: rgb(224,141,68); }
div.DivClassName
{
background-color: #E08D44;
}
.BgClassName
{
background-color: #E08D44;
}
</style>
border-color css
<style>
span { border-color: #E08D44; }
span { border-color: rgb(224,141,68); }
td.TdClassName
{
border-color: #E08D44;
}
.TagClassName
{
border-color: #E08D44;
}
</style>