Shades of Fire Bush #E09D3D
Tints of Fire Bush #E09D3D
RGB
CMYK
RGB Variations
Color information
#E09D3D (or 0xE09D3D) is known color: Fire Bush. HEX triplet: E0, 9D and 3D. RGB value is (224,157,61). Sum of RGB (Red+Green+Blue) = 224+157+61=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 61 (24.22% from 255 or 13.80% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E09D3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09D3D is #1F62C2. Grayscale: #A6A6A6. Windows color (decimal): -2056899 or 4038112. OLE color: 4038112.
HSL color Cylindrical-coordinate representation of color #E09D3D: hue angle of 35.34º degrees, saturation: 0.72, 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 #E09D3D is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 157 | 61 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.12 |
| HSL | 35.34º | 0.72% | 0.56% | - |
| HSV(B) | 35.34º | 0.73% | 0.88% | - |
| XYZ | 43.64 | 40.3 | 9.89 | - |
| YUV | 166.09 | 68.7 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 61 | 0 | 0.30 | 0.73 | 0.12 | 35.34 | 0.72 | 0.56 |
| Hex | E0 | 9D | 3D | 0 | 1E | 49 | C | 23 | 48 | 38 |
| Octal | 340 | 235 | 75 | 0 | 36 | 111 | 14 | 43 | 110 | 70 |
| Binary | 11100000 | 10011101 | 111101 | 0 | 11110 | 1001001 | 1100 | 100011 | 1001000 | 111000 |
Color Harmonies of #E09D3D
Complementary color
Monochromatic Colors of #E09D3D
Black with #E09D3D
Text Example
Text Example
White with #E09D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09D3D; }
p { color: rgb(224,157,61); }
H1.HeaderClassName
{
color: #E09D3D;
}
.AnyTagClassName
{
color: #E09D3D;
}
</style>
background-color css
<style>
a { background-color: #E09D3D; }
a { background-color: rgb(224,157,61); }
div.DivClassName
{
background-color: #E09D3D;
}
.BgClassName
{
background-color: #E09D3D;
}
</style>
border-color css
<style>
span { border-color: #E09D3D; }
span { border-color: rgb(224,157,61); }
td.TdClassName
{
border-color: #E09D3D;
}
.TagClassName
{
border-color: #E09D3D;
}
</style>