Shades of Fire Bush #E08F4B
Tints of Fire Bush #E08F4B
RGB
CMYK
RGB Variations
Color information
#E08F4B (or 0xE08F4B) is known color: Fire Bush. HEX triplet: E0, 8F and 4B. RGB value is (224,143,75). Sum of RGB (Red+Green+Blue) = 224+143+75=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 75 (29.69% from 255 or 16.97% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08F4B is #1F70B4. Grayscale: #9F9F9F. Windows color (decimal): -2060469 or 4952032. OLE color: 4952032.
HSL color Cylindrical-coordinate representation of color #E08F4B: hue angle of 27.38º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E08F4B is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 143 | 75 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.12 |
| HSL | 27.38º | 0.71% | 0.59% | - |
| HSV(B) | 27.38º | 0.67% | 0.88% | - |
| XYZ | 41.83 | 36 | 11.4 | - |
| YUV | 159.47 | 80.34 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 75 | 0 | 0.36 | 0.67 | 0.12 | 27.38 | 0.71 | 0.59 |
| Hex | E0 | 8F | 4B | 0 | 24 | 43 | C | 1B | 47 | 3B |
| Octal | 340 | 217 | 113 | 0 | 44 | 103 | 14 | 33 | 107 | 73 |
| Binary | 11100000 | 10001111 | 1001011 | 0 | 100100 | 1000011 | 1100 | 11011 | 1000111 | 111011 |
Color Harmonies of #E08F4B
Complementary color
Monochromatic Colors of #E08F4B
Black with #E08F4B
Text Example
Text Example
White with #E08F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08F4B; }
p { color: rgb(224,143,75); }
H1.HeaderClassName
{
color: #E08F4B;
}
.AnyTagClassName
{
color: #E08F4B;
}
</style>
background-color css
<style>
a { background-color: #E08F4B; }
a { background-color: rgb(224,143,75); }
div.DivClassName
{
background-color: #E08F4B;
}
.BgClassName
{
background-color: #E08F4B;
}
</style>
border-color css
<style>
span { border-color: #E08F4B; }
span { border-color: rgb(224,143,75); }
td.TdClassName
{
border-color: #E08F4B;
}
.TagClassName
{
border-color: #E08F4B;
}
</style>