Shades of Fire Bush #E08F3E
Tints of Fire Bush #E08F3E
RGB
CMYK
RGB Variations
Color information
#E08F3E (or 0xE08F3E) is known color: Fire Bush. HEX triplet: E0, 8F and 3E. RGB value is (224,143,62). Sum of RGB (Red+Green+Blue) = 224+143+62=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 62 (24.61% from 255 or 14.45% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08F3E is #1F70C1. Grayscale: #9E9E9E. Windows color (decimal): -2060482 or 4100064. OLE color: 4100064.
HSL color Cylindrical-coordinate representation of color #E08F3E: hue angle of 30º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E08F3E is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 143 | 62 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.12 |
| HSL | 30º | 0.72% | 0.56% | - |
| HSV(B) | 30º | 0.72% | 0.88% | - |
| XYZ | 41.43 | 35.84 | 9.29 | - |
| YUV | 157.99 | 73.84 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 62 | 0 | 0.36 | 0.72 | 0.12 | 30 | 0.72 | 0.56 |
| Hex | E0 | 8F | 3E | 0 | 24 | 48 | C | 1E | 48 | 38 |
| Octal | 340 | 217 | 76 | 0 | 44 | 110 | 14 | 36 | 110 | 70 |
| Binary | 11100000 | 10001111 | 111110 | 0 | 100100 | 1001000 | 1100 | 11110 | 1001000 | 111000 |
Color Harmonies of #E08F3E
Complementary color
Monochromatic Colors of #E08F3E
Black with #E08F3E
Text Example
Text Example
White with #E08F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08F3E; }
p { color: rgb(224,143,62); }
H1.HeaderClassName
{
color: #E08F3E;
}
.AnyTagClassName
{
color: #E08F3E;
}
</style>
background-color css
<style>
a { background-color: #E08F3E; }
a { background-color: rgb(224,143,62); }
div.DivClassName
{
background-color: #E08F3E;
}
.BgClassName
{
background-color: #E08F3E;
}
</style>
border-color css
<style>
span { border-color: #E08F3E; }
span { border-color: rgb(224,143,62); }
td.TdClassName
{
border-color: #E08F3E;
}
.TagClassName
{
border-color: #E08F3E;
}
</style>