Shades of Outrageous Orange #EC603E
Tints of Outrageous Orange #EC603E
RGB
CMYK
RGB Variations
Color information
#EC603E (or 0xEC603E) is known color: Outrageous Orange. HEX triplet: EC, 60 and 3E. RGB value is (236,96,62). Sum of RGB (Red+Green+Blue) = 236+96+62=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 62 (24.61% from 255 or 15.74% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC603E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC603E is #139FC1. Grayscale: #868686. Windows color (decimal): -1286082 or 4088044. OLE color: 4088044.
HSL color Cylindrical-coordinate representation of color #EC603E: hue angle of 11.72º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC603E is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 62 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.07 |
| HSL | 11.72º | 0.82% | 0.58% | - |
| HSV(B) | 11.72º | 0.74% | 0.93% | - |
| XYZ | 39.64 | 26.55 | 7.59 | - |
| YUV | 133.98 | 87.38 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 62 | 0 | 0.59 | 0.74 | 0.07 | 11.72 | 0.82 | 0.58 |
| Hex | EC | 60 | 3E | 0 | 3B | 4A | 7 | C | 52 | 3A |
| Octal | 354 | 140 | 76 | 0 | 73 | 112 | 7 | 14 | 122 | 72 |
| Binary | 11101100 | 1100000 | 111110 | 0 | 111011 | 1001010 | 111 | 1100 | 1010010 | 111010 |
Color Harmonies of #EC603E
Complementary color
Monochromatic Colors of #EC603E
Black with #EC603E
Text Example
Text Example
White with #EC603E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC603E; }
p { color: rgb(236,96,62); }
H1.HeaderClassName
{
color: #EC603E;
}
.AnyTagClassName
{
color: #EC603E;
}
</style>
background-color css
<style>
a { background-color: #EC603E; }
a { background-color: rgb(236,96,62); }
div.DivClassName
{
background-color: #EC603E;
}
.BgClassName
{
background-color: #EC603E;
}
</style>
border-color css
<style>
span { border-color: #EC603E; }
span { border-color: rgb(236,96,62); }
td.TdClassName
{
border-color: #EC603E;
}
.TagClassName
{
border-color: #EC603E;
}
</style>