Shades of Orange Red #EC4006
Tints of Orange Red #EC4006
RGB
CMYK
RGB Variations
Color information
#EC4006 (or 0xEC4006) is known color: Orange Red. HEX triplet: EC, 40 and 06. RGB value is (236,64,6). Sum of RGB (Red+Green+Blue) = 236+64+6=306 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.12% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4006 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4006 is #13BFF9. Grayscale: #6D6D6D. Windows color (decimal): -1294330 or 409836. OLE color: 409836.
HSL color Cylindrical-coordinate representation of color #EC4006: hue angle of 15.13º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC4006 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 64 | 6 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.07 |
| HSL | 15.13º | 0.95% | 0.47% | - |
| HSV(B) | 15.13º | 0.97% | 0.93% | - |
| XYZ | 36.46 | 21.51 | 2.4 | - |
| YUV | 108.82 | 69.98 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 64 | 6 | 0 | 0.73 | 0.97 | 0.07 | 15.13 | 0.95 | 0.47 |
| Hex | EC | 40 | 6 | 0 | 49 | 61 | 7 | F | 5F | 2F |
| Octal | 354 | 100 | 6 | 0 | 111 | 141 | 7 | 17 | 137 | 57 |
| Binary | 11101100 | 1000000 | 110 | 0 | 1001001 | 1100001 | 111 | 1111 | 1011111 | 101111 |
Color Harmonies of #EC4006
Complementary color
Monochromatic Colors of #EC4006
Black with #EC4006
Text Example
Text Example
White with #EC4006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4006; }
p { color: rgb(236,64,6); }
H1.HeaderClassName
{
color: #EC4006;
}
.AnyTagClassName
{
color: #EC4006;
}
</style>
background-color css
<style>
a { background-color: #EC4006; }
a { background-color: rgb(236,64,6); }
div.DivClassName
{
background-color: #EC4006;
}
.BgClassName
{
background-color: #EC4006;
}
</style>
border-color css
<style>
span { border-color: #EC4006; }
span { border-color: rgb(236,64,6); }
td.TdClassName
{
border-color: #EC4006;
}
.TagClassName
{
border-color: #EC4006;
}
</style>