Shades of Fire Bush #E19E3A
Tints of Fire Bush #E19E3A
RGB
CMYK
RGB Variations
Color information
#E19E3A (or 0xE19E3A) is known color: Fire Bush. HEX triplet: E1, 9E and 3A. RGB value is (225,158,58). Sum of RGB (Red+Green+Blue) = 225+158+58=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 58 (23.05% from 255 or 13.15% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E19E3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E19E3A is #1E61C5. Grayscale: #A7A7A7. Windows color (decimal): -1991110 or 3841761. OLE color: 3841761.
HSL color Cylindrical-coordinate representation of color #E19E3A: hue angle of 35.93º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E19E3A is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 158 | 58 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.12 |
| HSL | 35.93º | 0.74% | 0.55% | - |
| HSV(B) | 35.93º | 0.74% | 0.88% | - |
| XYZ | 44.04 | 40.77 | 9.55 | - |
| YUV | 166.63 | 66.7 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 158 | 58 | 0 | 0.30 | 0.74 | 0.12 | 35.93 | 0.74 | 0.55 |
| Hex | E1 | 9E | 3A | 0 | 1E | 4A | C | 24 | 4A | 37 |
| Octal | 341 | 236 | 72 | 0 | 36 | 112 | 14 | 44 | 112 | 67 |
| Binary | 11100001 | 10011110 | 111010 | 0 | 11110 | 1001010 | 1100 | 100100 | 1001010 | 110111 |
Color Harmonies of #E19E3A
Complementary color
Monochromatic Colors of #E19E3A
Black with #E19E3A
Text Example
Text Example
White with #E19E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19E3A; }
p { color: rgb(225,158,58); }
H1.HeaderClassName
{
color: #E19E3A;
}
.AnyTagClassName
{
color: #E19E3A;
}
</style>
background-color css
<style>
a { background-color: #E19E3A; }
a { background-color: rgb(225,158,58); }
div.DivClassName
{
background-color: #E19E3A;
}
.BgClassName
{
background-color: #E19E3A;
}
</style>
border-color css
<style>
span { border-color: #E19E3A; }
span { border-color: rgb(225,158,58); }
td.TdClassName
{
border-color: #E19E3A;
}
.TagClassName
{
border-color: #E19E3A;
}
</style>