Shades of Fire Bush #E2A448
Tints of Fire Bush #E2A448
RGB
CMYK
RGB Variations
Color information
#E2A448 (or 0xE2A448) is known color: Fire Bush. HEX triplet: E2, A4 and 48. RGB value is (226,164,72). Sum of RGB (Red+Green+Blue) = 226+164+72=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 72 (28.52% from 255 or 15.58% from 462); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2A448 is #1D5BB7. Grayscale: #ACACAC. Windows color (decimal): -1924024 or 4760802. OLE color: 4760802.
HSL color Cylindrical-coordinate representation of color #E2A448: hue angle of 35.84º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2A448 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 164 | 72 | - |
| CMYK | 0 | 0.27 | 0.68 | 0.11 |
| HSL | 35.84º | 0.73% | 0.58% | - |
| HSV(B) | 35.84º | 0.68% | 0.89% | - |
| XYZ | 45.81 | 43.19 | 12.05 | - |
| YUV | 172.05 | 71.54 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 164 | 72 | 0 | 0.27 | 0.68 | 0.11 | 35.84 | 0.73 | 0.58 |
| Hex | E2 | A4 | 48 | 0 | 1B | 44 | B | 24 | 49 | 3A |
| Octal | 342 | 244 | 110 | 0 | 33 | 104 | 13 | 44 | 111 | 72 |
| Binary | 11100010 | 10100100 | 1001000 | 0 | 11011 | 1000100 | 1011 | 100100 | 1001001 | 111010 |
Color Harmonies of #E2A448
Complementary color
Monochromatic Colors of #E2A448
Black with #E2A448
Text Example
Text Example
White with #E2A448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A448; }
p { color: rgb(226,164,72); }
H1.HeaderClassName
{
color: #E2A448;
}
.AnyTagClassName
{
color: #E2A448;
}
</style>
background-color css
<style>
a { background-color: #E2A448; }
a { background-color: rgb(226,164,72); }
div.DivClassName
{
background-color: #E2A448;
}
.BgClassName
{
background-color: #E2A448;
}
</style>
border-color css
<style>
span { border-color: #E2A448; }
span { border-color: rgb(226,164,72); }
td.TdClassName
{
border-color: #E2A448;
}
.TagClassName
{
border-color: #E2A448;
}
</style>