Shades of Fire Bush #E69545
Tints of Fire Bush #E69545
RGB
CMYK
RGB Variations
Color information
#E69545 (or 0xE69545) is known color: Fire Bush. HEX triplet: E6, 95 and 45. RGB value is (230,149,69). Sum of RGB (Red+Green+Blue) = 230+149+69=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 69 (27.34% from 255 or 15.40% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E69545 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69545 is #196ABA. Grayscale: #A4A4A4. Windows color (decimal): -1665723 or 4560358. OLE color: 4560358.
HSL color Cylindrical-coordinate representation of color #E69545: hue angle of 29.81º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E69545 is Cyan = 0, Magento = 0.35, Yellow = 0.7 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 149 | 69 | - |
| CMYK | 0 | 0.35 | 0.7 | 0.10 |
| HSL | 29.81º | 0.76% | 0.59% | - |
| HSV(B) | 29.81º | 0.7% | 0.9% | - |
| XYZ | 44.45 | 38.75 | 10.77 | - |
| YUV | 164.1 | 74.34 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 149 | 69 | 0 | 0.35 | 0.7 | 0.10 | 29.81 | 0.76 | 0.59 |
| Hex | E6 | 95 | 45 | 0 | 23 | 46 | A | 1E | 4C | 3B |
| Octal | 346 | 225 | 105 | 0 | 43 | 106 | 12 | 36 | 114 | 73 |
| Binary | 11100110 | 10010101 | 1000101 | 0 | 100011 | 1000110 | 1010 | 11110 | 1001100 | 111011 |
Color Harmonies of #E69545
Complementary color
Monochromatic Colors of #E69545
Black with #E69545
Text Example
Text Example
White with #E69545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69545; }
p { color: rgb(230,149,69); }
H1.HeaderClassName
{
color: #E69545;
}
.AnyTagClassName
{
color: #E69545;
}
</style>
background-color css
<style>
a { background-color: #E69545; }
a { background-color: rgb(230,149,69); }
div.DivClassName
{
background-color: #E69545;
}
.BgClassName
{
background-color: #E69545;
}
</style>
border-color css
<style>
span { border-color: #E69545; }
span { border-color: rgb(230,149,69); }
td.TdClassName
{
border-color: #E69545;
}
.TagClassName
{
border-color: #E69545;
}
</style>