Shades of Fire Bush #E19D4E
Tints of Fire Bush #E19D4E
RGB
CMYK
RGB Variations
Color information
#E19D4E (or 0xE19D4E) is known color: Fire Bush. HEX triplet: E1, 9D and 4E. RGB value is (225,157,78). Sum of RGB (Red+Green+Blue) = 225+157+78=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 78 (30.86% from 255 or 16.96% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E19D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19D4E is #1E62B1. Grayscale: #A8A8A8. Windows color (decimal): -1991346 or 5152225. OLE color: 5152225.
HSL color Cylindrical-coordinate representation of color #E19D4E: hue angle of 32.24º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E19D4E is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 157 | 78 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.12 |
| HSL | 32.24º | 0.71% | 0.59% | - |
| HSV(B) | 32.24º | 0.65% | 0.88% | - |
| XYZ | 44.48 | 40.67 | 12.71 | - |
| YUV | 168.33 | 77.03 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 157 | 78 | 0 | 0.30 | 0.65 | 0.12 | 32.24 | 0.71 | 0.59 |
| Hex | E1 | 9D | 4E | 0 | 1E | 41 | C | 20 | 47 | 3B |
| Octal | 341 | 235 | 116 | 0 | 36 | 101 | 14 | 40 | 107 | 73 |
| Binary | 11100001 | 10011101 | 1001110 | 0 | 11110 | 1000001 | 1100 | 100000 | 1000111 | 111011 |
Color Harmonies of #E19D4E
Complementary color
Monochromatic Colors of #E19D4E
Black with #E19D4E
Text Example
Text Example
White with #E19D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19D4E; }
p { color: rgb(225,157,78); }
H1.HeaderClassName
{
color: #E19D4E;
}
.AnyTagClassName
{
color: #E19D4E;
}
</style>
background-color css
<style>
a { background-color: #E19D4E; }
a { background-color: rgb(225,157,78); }
div.DivClassName
{
background-color: #E19D4E;
}
.BgClassName
{
background-color: #E19D4E;
}
</style>
border-color css
<style>
span { border-color: #E19D4E; }
span { border-color: rgb(225,157,78); }
td.TdClassName
{
border-color: #E19D4E;
}
.TagClassName
{
border-color: #E19D4E;
}
</style>