Shades of Fire Bush #E4974A
Tints of Fire Bush #E4974A
RGB
CMYK
RGB Variations
Color information
#E4974A (or 0xE4974A) is known color: Fire Bush. HEX triplet: E4, 97 and 4A. RGB value is (228,151,74). Sum of RGB (Red+Green+Blue) = 228+151+74=453 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.33% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 228 - color contains mainly: red. Hex color #E4974A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4974A is #1B68B5. Grayscale: #A5A5A5. Windows color (decimal): -1796278 or 4888548. OLE color: 4888548.
HSL color Cylindrical-coordinate representation of color #E4974A: hue angle of 30º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E4974A is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 151 | 74 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.11 |
| HSL | 30º | 0.74% | 0.59% | - |
| HSV(B) | 30º | 0.68% | 0.89% | - |
| XYZ | 44.3 | 39.12 | 11.7 | - |
| YUV | 165.25 | 76.51 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 151 | 74 | 0 | 0.34 | 0.68 | 0.11 | 30 | 0.74 | 0.59 |
| Hex | E4 | 97 | 4A | 0 | 22 | 44 | B | 1E | 4A | 3B |
| Octal | 344 | 227 | 112 | 0 | 42 | 104 | 13 | 36 | 112 | 73 |
| Binary | 11100100 | 10010111 | 1001010 | 0 | 100010 | 1000100 | 1011 | 11110 | 1001010 | 111011 |
Color Harmonies of #E4974A
Complementary color
Monochromatic Colors of #E4974A
Black with #E4974A
Text Example
Text Example
White with #E4974A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4974A; }
p { color: rgb(228,151,74); }
H1.HeaderClassName
{
color: #E4974A;
}
.AnyTagClassName
{
color: #E4974A;
}
</style>
background-color css
<style>
a { background-color: #E4974A; }
a { background-color: rgb(228,151,74); }
div.DivClassName
{
background-color: #E4974A;
}
.BgClassName
{
background-color: #E4974A;
}
</style>
border-color css
<style>
span { border-color: #E4974A; }
span { border-color: rgb(228,151,74); }
td.TdClassName
{
border-color: #E4974A;
}
.TagClassName
{
border-color: #E4974A;
}
</style>