Shades of Fire Bush #E2974B
Tints of Fire Bush #E2974B
RGB
CMYK
RGB Variations
Color information
#E2974B (or 0xE2974B) is known color: Fire Bush. HEX triplet: E2, 97 and 4B. RGB value is (226,151,75). Sum of RGB (Red+Green+Blue) = 226+151+75=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 75 (29.69% from 255 or 16.59% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E2974B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2974B is #1D68B4. Grayscale: #A5A5A5. Windows color (decimal): -1927349 or 4954082. OLE color: 4954082.
HSL color Cylindrical-coordinate representation of color #E2974B: hue angle of 30.2º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E2974B is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 151 | 75 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.11 |
| HSL | 30.2º | 0.72% | 0.59% | - |
| HSV(B) | 30.2º | 0.67% | 0.89% | - |
| XYZ | 43.7 | 38.81 | 11.84 | - |
| YUV | 164.76 | 77.35 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 151 | 75 | 0 | 0.33 | 0.67 | 0.11 | 30.2 | 0.72 | 0.59 |
| Hex | E2 | 97 | 4B | 0 | 21 | 43 | B | 1E | 48 | 3B |
| Octal | 342 | 227 | 113 | 0 | 41 | 103 | 13 | 36 | 110 | 73 |
| Binary | 11100010 | 10010111 | 1001011 | 0 | 100001 | 1000011 | 1011 | 11110 | 1001000 | 111011 |
Color Harmonies of #E2974B
Complementary color
Monochromatic Colors of #E2974B
Black with #E2974B
Text Example
Text Example
White with #E2974B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2974B; }
p { color: rgb(226,151,75); }
H1.HeaderClassName
{
color: #E2974B;
}
.AnyTagClassName
{
color: #E2974B;
}
</style>
background-color css
<style>
a { background-color: #E2974B; }
a { background-color: rgb(226,151,75); }
div.DivClassName
{
background-color: #E2974B;
}
.BgClassName
{
background-color: #E2974B;
}
</style>
border-color css
<style>
span { border-color: #E2974B; }
span { border-color: rgb(226,151,75); }
td.TdClassName
{
border-color: #E2974B;
}
.TagClassName
{
border-color: #E2974B;
}
</style>