Shades of Outrageous Orange #EC603C
Tints of Outrageous Orange #EC603C
RGB
CMYK
RGB Variations
Color information
#EC603C (or 0xEC603C) is known color: Outrageous Orange. HEX triplet: EC, 60 and 3C. RGB value is (236,96,60). Sum of RGB (Red+Green+Blue) = 236+96+60=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 60 (23.83% from 255 or 15.31% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC603C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC603C is #139FC3. Grayscale: #868686. Windows color (decimal): -1286084 or 3956972. OLE color: 3956972.
HSL color Cylindrical-coordinate representation of color #EC603C: hue angle of 12.27º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC603C is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 60 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.07 |
| HSL | 12.27º | 0.82% | 0.58% | - |
| HSV(B) | 12.27º | 0.75% | 0.93% | - |
| XYZ | 39.59 | 26.52 | 7.31 | - |
| YUV | 133.76 | 86.38 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 60 | 0 | 0.59 | 0.75 | 0.07 | 12.27 | 0.82 | 0.58 |
| Hex | EC | 60 | 3C | 0 | 3B | 4B | 7 | C | 52 | 3A |
| Octal | 354 | 140 | 74 | 0 | 73 | 113 | 7 | 14 | 122 | 72 |
| Binary | 11101100 | 1100000 | 111100 | 0 | 111011 | 1001011 | 111 | 1100 | 1010010 | 111010 |
Color Harmonies of #EC603C
Complementary color
Monochromatic Colors of #EC603C
Black with #EC603C
Text Example
Text Example
White with #EC603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC603C; }
p { color: rgb(236,96,60); }
H1.HeaderClassName
{
color: #EC603C;
}
.AnyTagClassName
{
color: #EC603C;
}
</style>
background-color css
<style>
a { background-color: #EC603C; }
a { background-color: rgb(236,96,60); }
div.DivClassName
{
background-color: #EC603C;
}
.BgClassName
{
background-color: #EC603C;
}
</style>
border-color css
<style>
span { border-color: #EC603C; }
span { border-color: rgb(236,96,60); }
td.TdClassName
{
border-color: #EC603C;
}
.TagClassName
{
border-color: #EC603C;
}
</style>