Shades of Fire Bush #E59D41
Tints of Fire Bush #E59D41
RGB
CMYK
RGB Variations
Color information
#E59D41 (or 0xE59D41) is known color: Fire Bush. HEX triplet: E5, 9D and 41. RGB value is (229,157,65). Sum of RGB (Red+Green+Blue) = 229+157+65=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 65 (25.78% from 255 or 14.41% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E59D41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E59D41 is #1A62BE. Grayscale: #A8A8A8. Windows color (decimal): -1729215 or 4300261. OLE color: 4300261.
HSL color Cylindrical-coordinate representation of color #E59D41: hue angle of 33.66º degrees, saturation: 0.76, 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 #E59D41 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 157 | 65 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.10 |
| HSL | 33.66º | 0.76% | 0.58% | - |
| HSV(B) | 33.66º | 0.72% | 0.9% | - |
| XYZ | 45.32 | 41.15 | 10.56 | - |
| YUV | 168.04 | 69.85 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 157 | 65 | 0 | 0.31 | 0.72 | 0.10 | 33.66 | 0.76 | 0.58 |
| Hex | E5 | 9D | 41 | 0 | 1F | 48 | A | 22 | 4C | 3A |
| Octal | 345 | 235 | 101 | 0 | 37 | 110 | 12 | 42 | 114 | 72 |
| Binary | 11100101 | 10011101 | 1000001 | 0 | 11111 | 1001000 | 1010 | 100010 | 1001100 | 111010 |
Color Harmonies of #E59D41
Complementary color
Monochromatic Colors of #E59D41
Black with #E59D41
Text Example
Text Example
White with #E59D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59D41; }
p { color: rgb(229,157,65); }
H1.HeaderClassName
{
color: #E59D41;
}
.AnyTagClassName
{
color: #E59D41;
}
</style>
background-color css
<style>
a { background-color: #E59D41; }
a { background-color: rgb(229,157,65); }
div.DivClassName
{
background-color: #E59D41;
}
.BgClassName
{
background-color: #E59D41;
}
</style>
border-color css
<style>
span { border-color: #E59D41; }
span { border-color: rgb(229,157,65); }
td.TdClassName
{
border-color: #E59D41;
}
.TagClassName
{
border-color: #E59D41;
}
</style>