Shades of Fire Bush #EC9C3F
Tints of Fire Bush #EC9C3F
RGB
CMYK
RGB Variations
Color information
#EC9C3F (or 0xEC9C3F) is known color: Fire Bush. HEX triplet: EC, 9C and 3F. RGB value is (236,156,63). Sum of RGB (Red+Green+Blue) = 236+156+63=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 63 (25% from 255 or 13.85% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9C3F is #1363C0. Grayscale: #A9A9A9. Windows color (decimal): -1270721 or 4168940. OLE color: 4168940.
HSL color Cylindrical-coordinate representation of color #EC9C3F: hue angle of 32.25º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC9C3F is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 63 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.07 |
| HSL | 32.25º | 0.82% | 0.59% | - |
| HSV(B) | 32.25º | 0.73% | 0.93% | - |
| XYZ | 47.38 | 41.97 | 10.31 | - |
| YUV | 169.32 | 68 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 63 | 0 | 0.34 | 0.73 | 0.07 | 32.25 | 0.82 | 0.59 |
| Hex | EC | 9C | 3F | 0 | 22 | 49 | 7 | 20 | 52 | 3B |
| Octal | 354 | 234 | 77 | 0 | 42 | 111 | 7 | 40 | 122 | 73 |
| Binary | 11101100 | 10011100 | 111111 | 0 | 100010 | 1001001 | 111 | 100000 | 1010010 | 111011 |
Color Harmonies of #EC9C3F
Complementary color
Monochromatic Colors of #EC9C3F
Black with #EC9C3F
Text Example
Text Example
White with #EC9C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9C3F; }
p { color: rgb(236,156,63); }
H1.HeaderClassName
{
color: #EC9C3F;
}
.AnyTagClassName
{
color: #EC9C3F;
}
</style>
background-color css
<style>
a { background-color: #EC9C3F; }
a { background-color: rgb(236,156,63); }
div.DivClassName
{
background-color: #EC9C3F;
}
.BgClassName
{
background-color: #EC9C3F;
}
</style>
border-color css
<style>
span { border-color: #EC9C3F; }
span { border-color: rgb(236,156,63); }
td.TdClassName
{
border-color: #EC9C3F;
}
.TagClassName
{
border-color: #EC9C3F;
}
</style>