Shades of Fire Bush #E69640
Tints of Fire Bush #E69640
RGB
CMYK
RGB Variations
Color information
#E69640 (or 0xE69640) is known color: Fire Bush. HEX triplet: E6, 96 and 40. RGB value is (230,150,64). Sum of RGB (Red+Green+Blue) = 230+150+64=444 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.80% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 64 (25.39% from 255 or 14.41% from 444); Max value from RGB is 230 - color contains mainly: red. Hex color #E69640 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69640 is #1969BF. Grayscale: #A4A4A4. Windows color (decimal): -1665472 or 4232934. OLE color: 4232934.
HSL color Cylindrical-coordinate representation of color #E69640: hue angle of 31.08º 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 #E69640 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 150 | 64 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.10 |
| HSL | 31.08º | 0.77% | 0.58% | - |
| HSV(B) | 31.08º | 0.72% | 0.9% | - |
| XYZ | 44.46 | 39.01 | 10.04 | - |
| YUV | 164.12 | 71.5 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 150 | 64 | 0 | 0.35 | 0.72 | 0.10 | 31.08 | 0.77 | 0.58 |
| Hex | E6 | 96 | 40 | 0 | 23 | 48 | A | 1F | 4D | 3A |
| Octal | 346 | 226 | 100 | 0 | 43 | 110 | 12 | 37 | 115 | 72 |
| Binary | 11100110 | 10010110 | 1000000 | 0 | 100011 | 1001000 | 1010 | 11111 | 1001101 | 111010 |
Color Harmonies of #E69640
Complementary color
Monochromatic Colors of #E69640
Black with #E69640
Text Example
Text Example
White with #E69640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69640; }
p { color: rgb(230,150,64); }
H1.HeaderClassName
{
color: #E69640;
}
.AnyTagClassName
{
color: #E69640;
}
</style>
background-color css
<style>
a { background-color: #E69640; }
a { background-color: rgb(230,150,64); }
div.DivClassName
{
background-color: #E69640;
}
.BgClassName
{
background-color: #E69640;
}
</style>
border-color css
<style>
span { border-color: #E69640; }
span { border-color: rgb(230,150,64); }
td.TdClassName
{
border-color: #E69640;
}
.TagClassName
{
border-color: #E69640;
}
</style>