Shades of Fire Bush #E19F3B
Tints of Fire Bush #E19F3B
RGB
CMYK
RGB Variations
Color information
#E19F3B (or 0xE19F3B) is known color: Fire Bush. HEX triplet: E1, 9F and 3B. RGB value is (225,159,59). Sum of RGB (Red+Green+Blue) = 225+159+59=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 59 (23.44% from 255 or 13.32% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E19F3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E19F3B is #1E60C4. Grayscale: #A7A7A7. Windows color (decimal): -1990853 or 3907553. OLE color: 3907553.
HSL color Cylindrical-coordinate representation of color #E19F3B: hue angle of 36.14º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E19F3B is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 159 | 59 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.12 |
| HSL | 36.14º | 0.73% | 0.56% | - |
| HSV(B) | 36.14º | 0.74% | 0.88% | - |
| XYZ | 44.24 | 41.12 | 9.74 | - |
| YUV | 167.33 | 66.87 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 159 | 59 | 0 | 0.29 | 0.74 | 0.12 | 36.14 | 0.73 | 0.56 |
| Hex | E1 | 9F | 3B | 0 | 1D | 4A | C | 24 | 49 | 38 |
| Octal | 341 | 237 | 73 | 0 | 35 | 112 | 14 | 44 | 111 | 70 |
| Binary | 11100001 | 10011111 | 111011 | 0 | 11101 | 1001010 | 1100 | 100100 | 1001001 | 111000 |
Color Harmonies of #E19F3B
Complementary color
Monochromatic Colors of #E19F3B
Black with #E19F3B
Text Example
Text Example
White with #E19F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19F3B; }
p { color: rgb(225,159,59); }
H1.HeaderClassName
{
color: #E19F3B;
}
.AnyTagClassName
{
color: #E19F3B;
}
</style>
background-color css
<style>
a { background-color: #E19F3B; }
a { background-color: rgb(225,159,59); }
div.DivClassName
{
background-color: #E19F3B;
}
.BgClassName
{
background-color: #E19F3B;
}
</style>
border-color css
<style>
span { border-color: #E19F3B; }
span { border-color: rgb(225,159,59); }
td.TdClassName
{
border-color: #E19F3B;
}
.TagClassName
{
border-color: #E19F3B;
}
</style>