Shades of Fire Bush #E69945
Tints of Fire Bush #E69945
RGB
CMYK
RGB Variations
Color information
#E69945 (or 0xE69945) is known color: Fire Bush. HEX triplet: E6, 99 and 45. RGB value is (230,153,69). Sum of RGB (Red+Green+Blue) = 230+153+69=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 69 (27.34% from 255 or 15.27% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E69945 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69945 is #1966BA. Grayscale: #A6A6A6. Windows color (decimal): -1664699 or 4561382. OLE color: 4561382.
HSL color Cylindrical-coordinate representation of color #E69945: hue angle of 31.3º 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 #E69945 is Cyan = 0, Magento = 0.33, Yellow = 0.7 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 153 | 69 | - |
| CMYK | 0 | 0.33 | 0.7 | 0.10 |
| HSL | 31.3º | 0.76% | 0.59% | - |
| HSV(B) | 31.3º | 0.7% | 0.9% | - |
| XYZ | 45.1 | 40.04 | 10.98 | - |
| YUV | 166.45 | 73.01 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 153 | 69 | 0 | 0.33 | 0.7 | 0.10 | 31.3 | 0.76 | 0.59 |
| Hex | E6 | 99 | 45 | 0 | 21 | 46 | A | 1F | 4C | 3B |
| Octal | 346 | 231 | 105 | 0 | 41 | 106 | 12 | 37 | 114 | 73 |
| Binary | 11100110 | 10011001 | 1000101 | 0 | 100001 | 1000110 | 1010 | 11111 | 1001100 | 111011 |
Color Harmonies of #E69945
Complementary color
Monochromatic Colors of #E69945
Black with #E69945
Text Example
Text Example
White with #E69945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69945; }
p { color: rgb(230,153,69); }
H1.HeaderClassName
{
color: #E69945;
}
.AnyTagClassName
{
color: #E69945;
}
</style>
background-color css
<style>
a { background-color: #E69945; }
a { background-color: rgb(230,153,69); }
div.DivClassName
{
background-color: #E69945;
}
.BgClassName
{
background-color: #E69945;
}
</style>
border-color css
<style>
span { border-color: #E69945; }
span { border-color: rgb(230,153,69); }
td.TdClassName
{
border-color: #E69945;
}
.TagClassName
{
border-color: #E69945;
}
</style>