Shades of Fire Bush #E09C3E
Tints of Fire Bush #E09C3E
RGB
CMYK
RGB Variations
Color information
#E09C3E (or 0xE09C3E) is known color: Fire Bush. HEX triplet: E0, 9C and 3E. RGB value is (224,156,62). Sum of RGB (Red+Green+Blue) = 224+156+62=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 156 (61.33% from 255 or 35.29% from 442); Blue value is 62 (24.61% from 255 or 14.03% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E09C3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09C3E is #1F63C1. Grayscale: #A6A6A6. Windows color (decimal): -2057154 or 4103392. OLE color: 4103392.
HSL color Cylindrical-coordinate representation of color #E09C3E: hue angle of 34.81º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E09C3E is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 156 | 62 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.12 |
| HSL | 34.81º | 0.72% | 0.56% | - |
| HSV(B) | 34.81º | 0.72% | 0.88% | - |
| XYZ | 43.5 | 39.97 | 9.98 | - |
| YUV | 165.62 | 69.53 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 156 | 62 | 0 | 0.30 | 0.72 | 0.12 | 34.81 | 0.72 | 0.56 |
| Hex | E0 | 9C | 3E | 0 | 1E | 48 | C | 23 | 48 | 38 |
| Octal | 340 | 234 | 76 | 0 | 36 | 110 | 14 | 43 | 110 | 70 |
| Binary | 11100000 | 10011100 | 111110 | 0 | 11110 | 1001000 | 1100 | 100011 | 1001000 | 111000 |
Color Harmonies of #E09C3E
Complementary color
Monochromatic Colors of #E09C3E
Black with #E09C3E
Text Example
Text Example
White with #E09C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09C3E; }
p { color: rgb(224,156,62); }
H1.HeaderClassName
{
color: #E09C3E;
}
.AnyTagClassName
{
color: #E09C3E;
}
</style>
background-color css
<style>
a { background-color: #E09C3E; }
a { background-color: rgb(224,156,62); }
div.DivClassName
{
background-color: #E09C3E;
}
.BgClassName
{
background-color: #E09C3E;
}
</style>
border-color css
<style>
span { border-color: #E09C3E; }
span { border-color: rgb(224,156,62); }
td.TdClassName
{
border-color: #E09C3E;
}
.TagClassName
{
border-color: #E09C3E;
}
</style>