Shades of Fire Bush #E69341
Tints of Fire Bush #E69341
RGB
CMYK
RGB Variations
Color information
#E69341 (or 0xE69341) is known color: Fire Bush. HEX triplet: E6, 93 and 41. RGB value is (230,147,65). Sum of RGB (Red+Green+Blue) = 230+147+65=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 65 (25.78% from 255 or 14.71% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E69341 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69341 is #196CBE. Grayscale: #A2A2A2. Windows color (decimal): -1666239 or 4297702. OLE color: 4297702.
HSL color Cylindrical-coordinate representation of color #E69341: hue angle of 29.82º 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 #E69341 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 147 | 65 | - |
| CMYK | 0 | 0.36 | 0.72 | 0.10 |
| HSL | 29.82º | 0.77% | 0.58% | - |
| HSV(B) | 29.82º | 0.72% | 0.9% | - |
| XYZ | 44.02 | 38.07 | 10.03 | - |
| YUV | 162.47 | 73 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 147 | 65 | 0 | 0.36 | 0.72 | 0.10 | 29.82 | 0.77 | 0.58 |
| Hex | E6 | 93 | 41 | 0 | 24 | 48 | A | 1E | 4D | 3A |
| Octal | 346 | 223 | 101 | 0 | 44 | 110 | 12 | 36 | 115 | 72 |
| Binary | 11100110 | 10010011 | 1000001 | 0 | 100100 | 1001000 | 1010 | 11110 | 1001101 | 111010 |
Color Harmonies of #E69341
Complementary color
Monochromatic Colors of #E69341
Black with #E69341
Text Example
Text Example
White with #E69341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69341; }
p { color: rgb(230,147,65); }
H1.HeaderClassName
{
color: #E69341;
}
.AnyTagClassName
{
color: #E69341;
}
</style>
background-color css
<style>
a { background-color: #E69341; }
a { background-color: rgb(230,147,65); }
div.DivClassName
{
background-color: #E69341;
}
.BgClassName
{
background-color: #E69341;
}
</style>
border-color css
<style>
span { border-color: #E69341; }
span { border-color: rgb(230,147,65); }
td.TdClassName
{
border-color: #E69341;
}
.TagClassName
{
border-color: #E69341;
}
</style>