Shades of Fire Bush #E69741
Tints of Fire Bush #E69741
RGB
CMYK
RGB Variations
Color information
#E69741 (or 0xE69741) is known color: Fire Bush. HEX triplet: E6, 97 and 41. RGB value is (230,151,65). Sum of RGB (Red+Green+Blue) = 230+151+65=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 65 (25.78% from 255 or 14.57% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E69741 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69741 is #1968BE. Grayscale: #A5A5A5. Windows color (decimal): -1665215 or 4298726. OLE color: 4298726.
HSL color Cylindrical-coordinate representation of color #E69741: hue angle of 31.27º 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 #E69741 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 151 | 65 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.10 |
| HSL | 31.27º | 0.77% | 0.58% | - |
| HSV(B) | 31.27º | 0.72% | 0.9% | - |
| XYZ | 44.65 | 39.34 | 10.24 | - |
| YUV | 164.82 | 71.67 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 151 | 65 | 0 | 0.34 | 0.72 | 0.10 | 31.27 | 0.77 | 0.58 |
| Hex | E6 | 97 | 41 | 0 | 22 | 48 | A | 1F | 4D | 3A |
| Octal | 346 | 227 | 101 | 0 | 42 | 110 | 12 | 37 | 115 | 72 |
| Binary | 11100110 | 10010111 | 1000001 | 0 | 100010 | 1001000 | 1010 | 11111 | 1001101 | 111010 |
Color Harmonies of #E69741
Complementary color
Monochromatic Colors of #E69741
Black with #E69741
Text Example
Text Example
White with #E69741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69741; }
p { color: rgb(230,151,65); }
H1.HeaderClassName
{
color: #E69741;
}
.AnyTagClassName
{
color: #E69741;
}
</style>
background-color css
<style>
a { background-color: #E69741; }
a { background-color: rgb(230,151,65); }
div.DivClassName
{
background-color: #E69741;
}
.BgClassName
{
background-color: #E69741;
}
</style>
border-color css
<style>
span { border-color: #E69741; }
span { border-color: rgb(230,151,65); }
td.TdClassName
{
border-color: #E69741;
}
.TagClassName
{
border-color: #E69741;
}
</style>