Shades of Fire Bush #E69D44
Tints of Fire Bush #E69D44
RGB
CMYK
RGB Variations
Color information
#E69D44 (or 0xE69D44) is known color: Fire Bush. HEX triplet: E6, 9D and 44. RGB value is (230,157,68). Sum of RGB (Red+Green+Blue) = 230+157+68=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 68 (26.95% from 255 or 14.95% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D44 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69D44 is #1962BB. Grayscale: #A9A9A9. Windows color (decimal): -1663676 or 4496870. OLE color: 4496870.
HSL color Cylindrical-coordinate representation of color #E69D44: hue angle of 32.96º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E69D44 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 157 | 68 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.10 |
| HSL | 32.96º | 0.76% | 0.58% | - |
| HSV(B) | 32.96º | 0.7% | 0.9% | - |
| XYZ | 45.73 | 41.35 | 11.04 | - |
| YUV | 168.68 | 71.18 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 157 | 68 | 0 | 0.32 | 0.70 | 0.10 | 32.96 | 0.76 | 0.58 |
| Hex | E6 | 9D | 44 | 0 | 20 | 46 | A | 21 | 4C | 3A |
| Octal | 346 | 235 | 104 | 0 | 40 | 106 | 12 | 41 | 114 | 72 |
| Binary | 11100110 | 10011101 | 1000100 | 0 | 100000 | 1000110 | 1010 | 100001 | 1001100 | 111010 |
Color Harmonies of #E69D44
Complementary color
Monochromatic Colors of #E69D44
Black with #E69D44
Text Example
Text Example
White with #E69D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69D44; }
p { color: rgb(230,157,68); }
H1.HeaderClassName
{
color: #E69D44;
}
.AnyTagClassName
{
color: #E69D44;
}
</style>
background-color css
<style>
a { background-color: #E69D44; }
a { background-color: rgb(230,157,68); }
div.DivClassName
{
background-color: #E69D44;
}
.BgClassName
{
background-color: #E69D44;
}
</style>
border-color css
<style>
span { border-color: #E69D44; }
span { border-color: rgb(230,157,68); }
td.TdClassName
{
border-color: #E69D44;
}
.TagClassName
{
border-color: #E69D44;
}
</style>