Shades of Fire Bush #E49D4B
Tints of Fire Bush #E49D4B
RGB
CMYK
RGB Variations
Color information
#E49D4B (or 0xE49D4B) is known color: Fire Bush. HEX triplet: E4, 9D and 4B. RGB value is (228,157,75). Sum of RGB (Red+Green+Blue) = 228+157+75=460 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.57% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 228 - color contains mainly: red. Hex color #E49D4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49D4B is #1B62B4. Grayscale: #A9A9A9. Windows color (decimal): -1794741 or 4955620. OLE color: 4955620.
HSL color Cylindrical-coordinate representation of color #E49D4B: hue angle of 32.16º degrees, saturation: 0.74, 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 #E49D4B is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 157 | 75 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.11 |
| HSL | 32.16º | 0.74% | 0.59% | - |
| HSV(B) | 32.16º | 0.67% | 0.89% | - |
| XYZ | 45.32 | 41.12 | 12.2 | - |
| YUV | 168.88 | 75.02 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 157 | 75 | 0 | 0.31 | 0.67 | 0.11 | 32.16 | 0.74 | 0.59 |
| Hex | E4 | 9D | 4B | 0 | 1F | 43 | B | 20 | 4A | 3B |
| Octal | 344 | 235 | 113 | 0 | 37 | 103 | 13 | 40 | 112 | 73 |
| Binary | 11100100 | 10011101 | 1001011 | 0 | 11111 | 1000011 | 1011 | 100000 | 1001010 | 111011 |
Color Harmonies of #E49D4B
Complementary color
Monochromatic Colors of #E49D4B
Black with #E49D4B
Text Example
Text Example
White with #E49D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49D4B; }
p { color: rgb(228,157,75); }
H1.HeaderClassName
{
color: #E49D4B;
}
.AnyTagClassName
{
color: #E49D4B;
}
</style>
background-color css
<style>
a { background-color: #E49D4B; }
a { background-color: rgb(228,157,75); }
div.DivClassName
{
background-color: #E49D4B;
}
.BgClassName
{
background-color: #E49D4B;
}
</style>
border-color css
<style>
span { border-color: #E49D4B; }
span { border-color: rgb(228,157,75); }
td.TdClassName
{
border-color: #E49D4B;
}
.TagClassName
{
border-color: #E49D4B;
}
</style>