Shades of Fire Bush #E2954E
Tints of Fire Bush #E2954E
RGB
CMYK
RGB Variations
Color information
#E2954E (or 0xE2954E) is known color: Fire Bush. HEX triplet: E2, 95 and 4E. RGB value is (226,149,78). Sum of RGB (Red+Green+Blue) = 226+149+78=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 78 (30.86% from 255 or 17.22% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E2954E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2954E is #1D6AB1. Grayscale: #A4A4A4. Windows color (decimal): -1927858 or 5150178. OLE color: 5150178.
HSL color Cylindrical-coordinate representation of color #E2954E: hue angle of 28.78º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E2954E is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 78 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.11 |
| HSL | 28.78º | 0.72% | 0.6% | - |
| HSV(B) | 28.78º | 0.65% | 0.89% | - |
| XYZ | 43.49 | 38.21 | 12.29 | - |
| YUV | 163.93 | 79.51 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 78 | 0 | 0.34 | 0.65 | 0.11 | 28.78 | 0.72 | 0.6 |
| Hex | E2 | 95 | 4E | 0 | 22 | 41 | B | 1D | 48 | 3C |
| Octal | 342 | 225 | 116 | 0 | 42 | 101 | 13 | 35 | 110 | 74 |
| Binary | 11100010 | 10010101 | 1001110 | 0 | 100010 | 1000001 | 1011 | 11101 | 1001000 | 111100 |
Color Harmonies of #E2954E
Complementary color
Monochromatic Colors of #E2954E
Black with #E2954E
Text Example
Text Example
White with #E2954E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2954E; }
p { color: rgb(226,149,78); }
H1.HeaderClassName
{
color: #E2954E;
}
.AnyTagClassName
{
color: #E2954E;
}
</style>
background-color css
<style>
a { background-color: #E2954E; }
a { background-color: rgb(226,149,78); }
div.DivClassName
{
background-color: #E2954E;
}
.BgClassName
{
background-color: #E2954E;
}
</style>
border-color css
<style>
span { border-color: #E2954E; }
span { border-color: rgb(226,149,78); }
td.TdClassName
{
border-color: #E2954E;
}
.TagClassName
{
border-color: #E2954E;
}
</style>