Shades of Fire Bush #E09D3C
Tints of Fire Bush #E09D3C
RGB
CMYK
RGB Variations
Color information
#E09D3C (or 0xE09D3C) is known color: Fire Bush. HEX triplet: E0, 9D and 3C. RGB value is (224,157,60). Sum of RGB (Red+Green+Blue) = 224+157+60=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 60 (23.83% from 255 or 13.61% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E09D3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09D3C is #1F62C3. Grayscale: #A6A6A6. Windows color (decimal): -2056900 or 3972576. OLE color: 3972576.
HSL color Cylindrical-coordinate representation of color #E09D3C: hue angle of 35.49º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E09D3C is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 157 | 60 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.12 |
| HSL | 35.49º | 0.73% | 0.56% | - |
| HSV(B) | 35.49º | 0.73% | 0.88% | - |
| XYZ | 43.61 | 40.29 | 9.75 | - |
| YUV | 165.98 | 68.2 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 60 | 0 | 0.30 | 0.73 | 0.12 | 35.49 | 0.73 | 0.56 |
| Hex | E0 | 9D | 3C | 0 | 1E | 49 | C | 23 | 49 | 38 |
| Octal | 340 | 235 | 74 | 0 | 36 | 111 | 14 | 43 | 111 | 70 |
| Binary | 11100000 | 10011101 | 111100 | 0 | 11110 | 1001001 | 1100 | 100011 | 1001001 | 111000 |
Color Harmonies of #E09D3C
Complementary color
Monochromatic Colors of #E09D3C
Black with #E09D3C
Text Example
Text Example
White with #E09D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09D3C; }
p { color: rgb(224,157,60); }
H1.HeaderClassName
{
color: #E09D3C;
}
.AnyTagClassName
{
color: #E09D3C;
}
</style>
background-color css
<style>
a { background-color: #E09D3C; }
a { background-color: rgb(224,157,60); }
div.DivClassName
{
background-color: #E09D3C;
}
.BgClassName
{
background-color: #E09D3C;
}
</style>
border-color css
<style>
span { border-color: #E09D3C; }
span { border-color: rgb(224,157,60); }
td.TdClassName
{
border-color: #E09D3C;
}
.TagClassName
{
border-color: #E09D3C;
}
</style>