Shades of Fire Bush #E69544
Tints of Fire Bush #E69544
RGB
CMYK
RGB Variations
Color information
#E69544 (or 0xE69544) is known color: Fire Bush. HEX triplet: E6, 95 and 44. RGB value is (230,149,68). Sum of RGB (Red+Green+Blue) = 230+149+68=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 68 (26.95% from 255 or 15.21% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E69544 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69544 is #196ABB. Grayscale: #A4A4A4. Windows color (decimal): -1665724 or 4494822. OLE color: 4494822.
HSL color Cylindrical-coordinate representation of color #E69544: hue angle of 30º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E69544 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 149 | 68 | - |
| CMYK | 0 | 0.35 | 0.70 | 0.10 |
| HSL | 30º | 0.76% | 0.58% | - |
| HSV(B) | 30º | 0.7% | 0.9% | - |
| XYZ | 44.42 | 38.74 | 10.6 | - |
| YUV | 163.99 | 73.84 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 149 | 68 | 0 | 0.35 | 0.70 | 0.10 | 30 | 0.76 | 0.58 |
| Hex | E6 | 95 | 44 | 0 | 23 | 46 | A | 1E | 4C | 3A |
| Octal | 346 | 225 | 104 | 0 | 43 | 106 | 12 | 36 | 114 | 72 |
| Binary | 11100110 | 10010101 | 1000100 | 0 | 100011 | 1000110 | 1010 | 11110 | 1001100 | 111010 |
Color Harmonies of #E69544
Complementary color
Monochromatic Colors of #E69544
Black with #E69544
Text Example
Text Example
White with #E69544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69544; }
p { color: rgb(230,149,68); }
H1.HeaderClassName
{
color: #E69544;
}
.AnyTagClassName
{
color: #E69544;
}
</style>
background-color css
<style>
a { background-color: #E69544; }
a { background-color: rgb(230,149,68); }
div.DivClassName
{
background-color: #E69544;
}
.BgClassName
{
background-color: #E69544;
}
</style>
border-color css
<style>
span { border-color: #E69544; }
span { border-color: rgb(230,149,68); }
td.TdClassName
{
border-color: #E69544;
}
.TagClassName
{
border-color: #E69544;
}
</style>