Shades of Fire Bush #E69441
Tints of Fire Bush #E69441
RGB
CMYK
RGB Variations
Color information
#E69441 (or 0xE69441) is known color: Fire Bush. HEX triplet: E6, 94 and 41. RGB value is (230,148,65). Sum of RGB (Red+Green+Blue) = 230+148+65=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 65 (25.78% from 255 or 14.67% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E69441 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69441 is #196BBE. Grayscale: #A3A3A3. Windows color (decimal): -1665983 or 4297958. OLE color: 4297958.
HSL color Cylindrical-coordinate representation of color #E69441: hue angle of 30.18º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E69441 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 148 | 65 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.10 |
| HSL | 30.18º | 0.77% | 0.58% | - |
| HSV(B) | 30.18º | 0.72% | 0.9% | - |
| XYZ | 44.18 | 38.38 | 10.08 | - |
| YUV | 163.06 | 72.67 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 148 | 65 | 0 | 0.36 | 0.72 | 0.10 | 30.18 | 0.77 | 0.58 |
| Hex | E6 | 94 | 41 | 0 | 24 | 48 | A | 1E | 4D | 3A |
| Octal | 346 | 224 | 101 | 0 | 44 | 110 | 12 | 36 | 115 | 72 |
| Binary | 11100110 | 10010100 | 1000001 | 0 | 100100 | 1001000 | 1010 | 11110 | 1001101 | 111010 |
Color Harmonies of #E69441
Complementary color
Monochromatic Colors of #E69441
Black with #E69441
Text Example
Text Example
White with #E69441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69441; }
p { color: rgb(230,148,65); }
H1.HeaderClassName
{
color: #E69441;
}
.AnyTagClassName
{
color: #E69441;
}
</style>
background-color css
<style>
a { background-color: #E69441; }
a { background-color: rgb(230,148,65); }
div.DivClassName
{
background-color: #E69441;
}
.BgClassName
{
background-color: #E69441;
}
</style>
border-color css
<style>
span { border-color: #E69441; }
span { border-color: rgb(230,148,65); }
td.TdClassName
{
border-color: #E69441;
}
.TagClassName
{
border-color: #E69441;
}
</style>