Shades of Fire Bush #E19C3D
Tints of Fire Bush #E19C3D
RGB
CMYK
RGB Variations
Color information
#E19C3D (or 0xE19C3D) is known color: Fire Bush. HEX triplet: E1, 9C and 3D. RGB value is (225,156,61). Sum of RGB (Red+Green+Blue) = 225+156+61=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 156 (61.33% from 255 or 35.29% from 442); Blue value is 61 (24.22% from 255 or 13.80% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E19C3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E19C3D is #1E63C2. Grayscale: #A6A6A6. Windows color (decimal): -1991619 or 4037857. OLE color: 4037857.
HSL color Cylindrical-coordinate representation of color #E19C3D: hue angle of 34.76º 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 #E19C3D is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 156 | 61 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.12 |
| HSL | 34.76º | 0.73% | 0.56% | - |
| HSV(B) | 34.76º | 0.73% | 0.88% | - |
| XYZ | 43.78 | 40.12 | 9.85 | - |
| YUV | 165.8 | 68.86 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 156 | 61 | 0 | 0.31 | 0.73 | 0.12 | 34.76 | 0.73 | 0.56 |
| Hex | E1 | 9C | 3D | 0 | 1F | 49 | C | 23 | 49 | 38 |
| Octal | 341 | 234 | 75 | 0 | 37 | 111 | 14 | 43 | 111 | 70 |
| Binary | 11100001 | 10011100 | 111101 | 0 | 11111 | 1001001 | 1100 | 100011 | 1001001 | 111000 |
Color Harmonies of #E19C3D
Complementary color
Monochromatic Colors of #E19C3D
Black with #E19C3D
Text Example
Text Example
White with #E19C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19C3D; }
p { color: rgb(225,156,61); }
H1.HeaderClassName
{
color: #E19C3D;
}
.AnyTagClassName
{
color: #E19C3D;
}
</style>
background-color css
<style>
a { background-color: #E19C3D; }
a { background-color: rgb(225,156,61); }
div.DivClassName
{
background-color: #E19C3D;
}
.BgClassName
{
background-color: #E19C3D;
}
</style>
border-color css
<style>
span { border-color: #E19C3D; }
span { border-color: rgb(225,156,61); }
td.TdClassName
{
border-color: #E19C3D;
}
.TagClassName
{
border-color: #E19C3D;
}
</style>