Shades of Fire Bush #E09D4A
Tints of Fire Bush #E09D4A
RGB
CMYK
RGB Variations
Color information
#E09D4A (or 0xE09D4A) is known color: Fire Bush. HEX triplet: E0, 9D and 4A. RGB value is (224,157,74). Sum of RGB (Red+Green+Blue) = 224+157+74=455 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.23% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 74 (29.30% from 255 or 16.26% from 455); Max value from RGB is 224 - color contains mainly: red. Hex color #E09D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09D4A is #1F62B5. Grayscale: #A7A7A7. Windows color (decimal): -2056886 or 4890080. OLE color: 4890080.
HSL color Cylindrical-coordinate representation of color #E09D4A: hue angle of 33.2º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E09D4A is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 157 | 74 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.12 |
| HSL | 33.2º | 0.71% | 0.58% | - |
| HSV(B) | 33.2º | 0.67% | 0.88% | - |
| XYZ | 44.03 | 40.46 | 11.97 | - |
| YUV | 167.57 | 75.2 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 74 | 0 | 0.30 | 0.67 | 0.12 | 33.2 | 0.71 | 0.58 |
| Hex | E0 | 9D | 4A | 0 | 1E | 43 | C | 21 | 47 | 3A |
| Octal | 340 | 235 | 112 | 0 | 36 | 103 | 14 | 41 | 107 | 72 |
| Binary | 11100000 | 10011101 | 1001010 | 0 | 11110 | 1000011 | 1100 | 100001 | 1000111 | 111010 |
Color Harmonies of #E09D4A
Complementary color
Monochromatic Colors of #E09D4A
Black with #E09D4A
Text Example
Text Example
White with #E09D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09D4A; }
p { color: rgb(224,157,74); }
H1.HeaderClassName
{
color: #E09D4A;
}
.AnyTagClassName
{
color: #E09D4A;
}
</style>
background-color css
<style>
a { background-color: #E09D4A; }
a { background-color: rgb(224,157,74); }
div.DivClassName
{
background-color: #E09D4A;
}
.BgClassName
{
background-color: #E09D4A;
}
</style>
border-color css
<style>
span { border-color: #E09D4A; }
span { border-color: rgb(224,157,74); }
td.TdClassName
{
border-color: #E09D4A;
}
.TagClassName
{
border-color: #E09D4A;
}
</style>