Shades of Outrageous Orange #EC562A
Tints of Outrageous Orange #EC562A
RGB
CMYK
RGB Variations
Color information
#EC562A (or 0xEC562A) is known color: Outrageous Orange. HEX triplet: EC, 56 and 2A. RGB value is (236,86,42). Sum of RGB (Red+Green+Blue) = 236+86+42=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC562A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC562A is #13A9D5. Grayscale: #7E7E7E. Windows color (decimal): -1288662 or 2774764. OLE color: 2774764.
HSL color Cylindrical-coordinate representation of color #EC562A: hue angle of 13.61º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC562A is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 42 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.07 |
| HSL | 13.61º | 0.84% | 0.55% | - |
| HSV(B) | 13.61º | 0.82% | 0.93% | - |
| XYZ | 38.34 | 24.66 | 4.93 | - |
| YUV | 125.83 | 80.7 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 42 | 0 | 0.64 | 0.82 | 0.07 | 13.61 | 0.84 | 0.55 |
| Hex | EC | 56 | 2A | 0 | 40 | 52 | 7 | E | 54 | 37 |
| Octal | 354 | 126 | 52 | 0 | 100 | 122 | 7 | 16 | 124 | 67 |
| Binary | 11101100 | 1010110 | 101010 | 0 | 1000000 | 1010010 | 111 | 1110 | 1010100 | 110111 |
Color Harmonies of #EC562A
Complementary color
Monochromatic Colors of #EC562A
Black with #EC562A
Text Example
Text Example
White with #EC562A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC562A; }
p { color: rgb(236,86,42); }
H1.HeaderClassName
{
color: #EC562A;
}
.AnyTagClassName
{
color: #EC562A;
}
</style>
background-color css
<style>
a { background-color: #EC562A; }
a { background-color: rgb(236,86,42); }
div.DivClassName
{
background-color: #EC562A;
}
.BgClassName
{
background-color: #EC562A;
}
</style>
border-color css
<style>
span { border-color: #EC562A; }
span { border-color: rgb(236,86,42); }
td.TdClassName
{
border-color: #EC562A;
}
.TagClassName
{
border-color: #EC562A;
}
</style>