Shades of Fire Bush #E18F4B
Tints of Fire Bush #E18F4B
RGB
CMYK
RGB Variations
Color information
#E18F4B (or 0xE18F4B) is known color: Fire Bush. HEX triplet: E1, 8F and 4B. RGB value is (225,143,75). Sum of RGB (Red+Green+Blue) = 225+143+75=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 75 (29.69% from 255 or 16.93% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18F4B is #1E70B4. Grayscale: #A0A0A0. Windows color (decimal): -1994933 or 4952033. OLE color: 4952033.
HSL color Cylindrical-coordinate representation of color #E18F4B: hue angle of 27.2º 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 #E18F4B is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 143 | 75 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.12 |
| HSL | 27.2º | 0.71% | 0.59% | - |
| HSV(B) | 27.2º | 0.67% | 0.88% | - |
| XYZ | 42.14 | 36.16 | 11.42 | - |
| YUV | 159.77 | 80.17 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 143 | 75 | 0 | 0.36 | 0.67 | 0.12 | 27.2 | 0.71 | 0.59 |
| Hex | E1 | 8F | 4B | 0 | 24 | 43 | C | 1B | 47 | 3B |
| Octal | 341 | 217 | 113 | 0 | 44 | 103 | 14 | 33 | 107 | 73 |
| Binary | 11100001 | 10001111 | 1001011 | 0 | 100100 | 1000011 | 1100 | 11011 | 1000111 | 111011 |
Color Harmonies of #E18F4B
Complementary color
Monochromatic Colors of #E18F4B
Black with #E18F4B
Text Example
Text Example
White with #E18F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18F4B; }
p { color: rgb(225,143,75); }
H1.HeaderClassName
{
color: #E18F4B;
}
.AnyTagClassName
{
color: #E18F4B;
}
</style>
background-color css
<style>
a { background-color: #E18F4B; }
a { background-color: rgb(225,143,75); }
div.DivClassName
{
background-color: #E18F4B;
}
.BgClassName
{
background-color: #E18F4B;
}
</style>
border-color css
<style>
span { border-color: #E18F4B; }
span { border-color: rgb(225,143,75); }
td.TdClassName
{
border-color: #E18F4B;
}
.TagClassName
{
border-color: #E18F4B;
}
</style>