Shades of Fire Bush #E5A144
Tints of Fire Bush #E5A144
RGB
CMYK
RGB Variations
Color information
#E5A144 (or 0xE5A144) is known color: Fire Bush. HEX triplet: E5, A1 and 44. RGB value is (229,161,68). Sum of RGB (Red+Green+Blue) = 229+161+68=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 68 (26.95% from 255 or 14.85% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A144 is #1A5EBB. Grayscale: #ABABAB. Windows color (decimal): -1728188 or 4497893. OLE color: 4497893.
HSL color Cylindrical-coordinate representation of color #E5A144: hue angle of 34.66º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E5A144 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 161 | 68 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.10 |
| HSL | 34.66º | 0.76% | 0.58% | - |
| HSV(B) | 34.66º | 0.7% | 0.9% | - |
| XYZ | 46.1 | 42.57 | 11.25 | - |
| YUV | 170.73 | 70.03 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 161 | 68 | 0 | 0.30 | 0.70 | 0.10 | 34.66 | 0.76 | 0.58 |
| Hex | E5 | A1 | 44 | 0 | 1E | 46 | A | 23 | 4C | 3A |
| Octal | 345 | 241 | 104 | 0 | 36 | 106 | 12 | 43 | 114 | 72 |
| Binary | 11100101 | 10100001 | 1000100 | 0 | 11110 | 1000110 | 1010 | 100011 | 1001100 | 111010 |
Color Harmonies of #E5A144
Complementary color
Monochromatic Colors of #E5A144
Black with #E5A144
Text Example
Text Example
White with #E5A144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A144; }
p { color: rgb(229,161,68); }
H1.HeaderClassName
{
color: #E5A144;
}
.AnyTagClassName
{
color: #E5A144;
}
</style>
background-color css
<style>
a { background-color: #E5A144; }
a { background-color: rgb(229,161,68); }
div.DivClassName
{
background-color: #E5A144;
}
.BgClassName
{
background-color: #E5A144;
}
</style>
border-color css
<style>
span { border-color: #E5A144; }
span { border-color: rgb(229,161,68); }
td.TdClassName
{
border-color: #E5A144;
}
.TagClassName
{
border-color: #E5A144;
}
</style>