Shades of Fire Bush #E19B3E
Tints of Fire Bush #E19B3E
RGB
CMYK
RGB Variations
Color information
#E19B3E (or 0xE19B3E) is known color: Fire Bush. HEX triplet: E1, 9B and 3E. RGB value is (225,155,62). Sum of RGB (Red+Green+Blue) = 225+155+62=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 62 (24.61% from 255 or 14.03% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E19B3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E19B3E is #1E64C1. Grayscale: #A5A5A5. Windows color (decimal): -1991874 or 4103137. OLE color: 4103137.
HSL color Cylindrical-coordinate representation of color #E19B3E: hue angle of 34.23º degrees, saturation: 0.73, 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 #E19B3E is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 155 | 62 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.12 |
| HSL | 34.23º | 0.73% | 0.56% | - |
| HSV(B) | 34.23º | 0.72% | 0.88% | - |
| XYZ | 43.64 | 39.8 | 9.94 | - |
| YUV | 165.33 | 69.69 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 155 | 62 | 0 | 0.31 | 0.72 | 0.12 | 34.23 | 0.73 | 0.56 |
| Hex | E1 | 9B | 3E | 0 | 1F | 48 | C | 22 | 49 | 38 |
| Octal | 341 | 233 | 76 | 0 | 37 | 110 | 14 | 42 | 111 | 70 |
| Binary | 11100001 | 10011011 | 111110 | 0 | 11111 | 1001000 | 1100 | 100010 | 1001001 | 111000 |
Color Harmonies of #E19B3E
Complementary color
Monochromatic Colors of #E19B3E
Black with #E19B3E
Text Example
Text Example
White with #E19B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19B3E; }
p { color: rgb(225,155,62); }
H1.HeaderClassName
{
color: #E19B3E;
}
.AnyTagClassName
{
color: #E19B3E;
}
</style>
background-color css
<style>
a { background-color: #E19B3E; }
a { background-color: rgb(225,155,62); }
div.DivClassName
{
background-color: #E19B3E;
}
.BgClassName
{
background-color: #E19B3E;
}
</style>
border-color css
<style>
span { border-color: #E19B3E; }
span { border-color: rgb(225,155,62); }
td.TdClassName
{
border-color: #E19B3E;
}
.TagClassName
{
border-color: #E19B3E;
}
</style>