Shades of Fire Bush #E69345
Tints of Fire Bush #E69345
RGB
CMYK
RGB Variations
Color information
#E69345 (or 0xE69345) is known color: Fire Bush. HEX triplet: E6, 93 and 45. RGB value is (230,147,69). Sum of RGB (Red+Green+Blue) = 230+147+69=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 69 (27.34% from 255 or 15.47% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E69345 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69345 is #196CBA. Grayscale: #A3A3A3. Windows color (decimal): -1666235 or 4559846. OLE color: 4559846.
HSL color Cylindrical-coordinate representation of color #E69345: hue angle of 29.07º 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 #E69345 is Cyan = 0, Magento = 0.36, Yellow = 0.7 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 147 | 69 | - |
| CMYK | 0 | 0.36 | 0.7 | 0.10 |
| HSL | 29.07º | 0.76% | 0.59% | - |
| HSV(B) | 29.07º | 0.7% | 0.9% | - |
| XYZ | 44.14 | 38.12 | 10.66 | - |
| YUV | 162.93 | 75 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 147 | 69 | 0 | 0.36 | 0.7 | 0.10 | 29.07 | 0.76 | 0.59 |
| Hex | E6 | 93 | 45 | 0 | 24 | 46 | A | 1D | 4C | 3B |
| Octal | 346 | 223 | 105 | 0 | 44 | 106 | 12 | 35 | 114 | 73 |
| Binary | 11100110 | 10010011 | 1000101 | 0 | 100100 | 1000110 | 1010 | 11101 | 1001100 | 111011 |
Color Harmonies of #E69345
Complementary color
Monochromatic Colors of #E69345
Black with #E69345
Text Example
Text Example
White with #E69345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69345; }
p { color: rgb(230,147,69); }
H1.HeaderClassName
{
color: #E69345;
}
.AnyTagClassName
{
color: #E69345;
}
</style>
background-color css
<style>
a { background-color: #E69345; }
a { background-color: rgb(230,147,69); }
div.DivClassName
{
background-color: #E69345;
}
.BgClassName
{
background-color: #E69345;
}
</style>
border-color css
<style>
span { border-color: #E69345; }
span { border-color: rgb(230,147,69); }
td.TdClassName
{
border-color: #E69345;
}
.TagClassName
{
border-color: #E69345;
}
</style>