Shades of Fire Bush #E69342
Tints of Fire Bush #E69342
RGB
CMYK
RGB Variations
Color information
#E69342 (or 0xE69342) is known color: Fire Bush. HEX triplet: E6, 93 and 42. RGB value is (230,147,66). Sum of RGB (Red+Green+Blue) = 230+147+66=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 66 (26.17% from 255 or 14.90% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E69342 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69342 is #196CBD. Grayscale: #A2A2A2. Windows color (decimal): -1666238 or 4363238. OLE color: 4363238.
HSL color Cylindrical-coordinate representation of color #E69342: hue angle of 29.63º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E69342 is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 147 | 66 | - |
| CMYK | 0 | 0.36 | 0.71 | 0.10 |
| HSL | 29.63º | 0.77% | 0.58% | - |
| HSV(B) | 29.63º | 0.71% | 0.9% | - |
| XYZ | 44.05 | 38.08 | 10.18 | - |
| YUV | 162.58 | 73.5 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 147 | 66 | 0 | 0.36 | 0.71 | 0.10 | 29.63 | 0.77 | 0.58 |
| Hex | E6 | 93 | 42 | 0 | 24 | 47 | A | 1E | 4D | 3A |
| Octal | 346 | 223 | 102 | 0 | 44 | 107 | 12 | 36 | 115 | 72 |
| Binary | 11100110 | 10010011 | 1000010 | 0 | 100100 | 1000111 | 1010 | 11110 | 1001101 | 111010 |
Color Harmonies of #E69342
Complementary color
Monochromatic Colors of #E69342
Black with #E69342
Text Example
Text Example
White with #E69342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69342; }
p { color: rgb(230,147,66); }
H1.HeaderClassName
{
color: #E69342;
}
.AnyTagClassName
{
color: #E69342;
}
</style>
background-color css
<style>
a { background-color: #E69342; }
a { background-color: rgb(230,147,66); }
div.DivClassName
{
background-color: #E69342;
}
.BgClassName
{
background-color: #E69342;
}
</style>
border-color css
<style>
span { border-color: #E69342; }
span { border-color: rgb(230,147,66); }
td.TdClassName
{
border-color: #E69342;
}
.TagClassName
{
border-color: #E69342;
}
</style>