Shades of Outrageous Orange #EC613A
Tints of Outrageous Orange #EC613A
RGB
CMYK
RGB Variations
Color information
#EC613A (or 0xEC613A) is known color: Outrageous Orange. HEX triplet: EC, 61 and 3A. RGB value is (236,97,58). Sum of RGB (Red+Green+Blue) = 236+97+58=391 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.36% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 58 (23.05% from 255 or 14.83% from 391); Max value from RGB is 236 - color contains mainly: red. Hex color #EC613A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC613A is #139EC5. Grayscale: #868686. Windows color (decimal): -1285830 or 3826156. OLE color: 3826156.
HSL color Cylindrical-coordinate representation of color #EC613A: hue angle of 13.15º 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 #EC613A is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 58 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.07 |
| HSL | 13.15º | 0.82% | 0.58% | - |
| HSV(B) | 13.15º | 0.75% | 0.93% | - |
| XYZ | 39.63 | 26.69 | 7.07 | - |
| YUV | 134.12 | 85.05 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 58 | 0 | 0.59 | 0.75 | 0.07 | 13.15 | 0.82 | 0.58 |
| Hex | EC | 61 | 3A | 0 | 3B | 4B | 7 | D | 52 | 3A |
| Octal | 354 | 141 | 72 | 0 | 73 | 113 | 7 | 15 | 122 | 72 |
| Binary | 11101100 | 1100001 | 111010 | 0 | 111011 | 1001011 | 111 | 1101 | 1010010 | 111010 |
Color Harmonies of #EC613A
Complementary color
Monochromatic Colors of #EC613A
Black with #EC613A
Text Example
Text Example
White with #EC613A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC613A; }
p { color: rgb(236,97,58); }
H1.HeaderClassName
{
color: #EC613A;
}
.AnyTagClassName
{
color: #EC613A;
}
</style>
background-color css
<style>
a { background-color: #EC613A; }
a { background-color: rgb(236,97,58); }
div.DivClassName
{
background-color: #EC613A;
}
.BgClassName
{
background-color: #EC613A;
}
</style>
border-color css
<style>
span { border-color: #EC613A; }
span { border-color: rgb(236,97,58); }
td.TdClassName
{
border-color: #EC613A;
}
.TagClassName
{
border-color: #EC613A;
}
</style>