Shades of Fire Bush #E69740
Tints of Fire Bush #E69740
RGB
CMYK
RGB Variations
Color information
#E69740 (or 0xE69740) is known color: Fire Bush. HEX triplet: E6, 97 and 40. RGB value is (230,151,64). Sum of RGB (Red+Green+Blue) = 230+151+64=445 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.69% from 445); Green value is 151 (59.38% from 255 or 33.93% from 445); Blue value is 64 (25.39% from 255 or 14.38% from 445); Max value from RGB is 230 - color contains mainly: red. Hex color #E69740 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69740 is #1968BF. Grayscale: #A5A5A5. Windows color (decimal): -1665216 or 4233190. OLE color: 4233190.
HSL color Cylindrical-coordinate representation of color #E69740: hue angle of 31.45º 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 #E69740 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 151 | 64 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.10 |
| HSL | 31.45º | 0.77% | 0.58% | - |
| HSV(B) | 31.45º | 0.72% | 0.9% | - |
| XYZ | 44.63 | 39.33 | 10.09 | - |
| YUV | 164.7 | 71.17 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 151 | 64 | 0 | 0.34 | 0.72 | 0.10 | 31.45 | 0.77 | 0.58 |
| Hex | E6 | 97 | 40 | 0 | 22 | 48 | A | 1F | 4D | 3A |
| Octal | 346 | 227 | 100 | 0 | 42 | 110 | 12 | 37 | 115 | 72 |
| Binary | 11100110 | 10010111 | 1000000 | 0 | 100010 | 1001000 | 1010 | 11111 | 1001101 | 111010 |
Color Harmonies of #E69740
Complementary color
Monochromatic Colors of #E69740
Black with #E69740
Text Example
Text Example
White with #E69740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69740; }
p { color: rgb(230,151,64); }
H1.HeaderClassName
{
color: #E69740;
}
.AnyTagClassName
{
color: #E69740;
}
</style>
background-color css
<style>
a { background-color: #E69740; }
a { background-color: rgb(230,151,64); }
div.DivClassName
{
background-color: #E69740;
}
.BgClassName
{
background-color: #E69740;
}
</style>
border-color css
<style>
span { border-color: #E69740; }
span { border-color: rgb(230,151,64); }
td.TdClassName
{
border-color: #E69740;
}
.TagClassName
{
border-color: #E69740;
}
</style>