Shades of Fire Bush #E5A13E
Tints of Fire Bush #E5A13E
RGB
CMYK
RGB Variations
Color information
#E5A13E (or 0xE5A13E) is known color: Fire Bush. HEX triplet: E5, A1 and 3E. RGB value is (229,161,62). Sum of RGB (Red+Green+Blue) = 229+161+62=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 62 (24.61% from 255 or 13.72% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A13E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A13E is #1A5EC1. Grayscale: #AAAAAA. Windows color (decimal): -1728194 or 4104677. OLE color: 4104677.
HSL color Cylindrical-coordinate representation of color #E5A13E: hue angle of 35.57º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E5A13E is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 161 | 62 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.10 |
| HSL | 35.57º | 0.76% | 0.57% | - |
| HSV(B) | 35.57º | 0.73% | 0.9% | - |
| XYZ | 45.93 | 42.5 | 10.34 | - |
| YUV | 170.05 | 67.03 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 161 | 62 | 0 | 0.30 | 0.73 | 0.10 | 35.57 | 0.76 | 0.57 |
| Hex | E5 | A1 | 3E | 0 | 1E | 49 | A | 24 | 4C | 39 |
| Octal | 345 | 241 | 76 | 0 | 36 | 111 | 12 | 44 | 114 | 71 |
| Binary | 11100101 | 10100001 | 111110 | 0 | 11110 | 1001001 | 1010 | 100100 | 1001100 | 111001 |
Color Harmonies of #E5A13E
Complementary color
Monochromatic Colors of #E5A13E
Black with #E5A13E
Text Example
Text Example
White with #E5A13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A13E; }
p { color: rgb(229,161,62); }
H1.HeaderClassName
{
color: #E5A13E;
}
.AnyTagClassName
{
color: #E5A13E;
}
</style>
background-color css
<style>
a { background-color: #E5A13E; }
a { background-color: rgb(229,161,62); }
div.DivClassName
{
background-color: #E5A13E;
}
.BgClassName
{
background-color: #E5A13E;
}
</style>
border-color css
<style>
span { border-color: #E5A13E; }
span { border-color: rgb(229,161,62); }
td.TdClassName
{
border-color: #E5A13E;
}
.TagClassName
{
border-color: #E5A13E;
}
</style>