Shades of Outrageous Orange #EC562F
Tints of Outrageous Orange #EC562F
RGB
CMYK
RGB Variations
Color information
#EC562F (or 0xEC562F) is known color: Outrageous Orange. HEX triplet: EC, 56 and 2F. RGB value is (236,86,47). Sum of RGB (Red+Green+Blue) = 236+86+47=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC562F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC562F is #13A9D0. Grayscale: #7E7E7E. Windows color (decimal): -1288657 or 3102444. OLE color: 3102444.
HSL color Cylindrical-coordinate representation of color #EC562F: hue angle of 12.38º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC562F is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 47 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.07 |
| HSL | 12.38º | 0.83% | 0.55% | - |
| HSV(B) | 12.38º | 0.8% | 0.93% | - |
| XYZ | 38.43 | 24.69 | 5.43 | - |
| YUV | 126.4 | 83.2 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 47 | 0 | 0.64 | 0.80 | 0.07 | 12.38 | 0.83 | 0.55 |
| Hex | EC | 56 | 2F | 0 | 40 | 50 | 7 | C | 53 | 37 |
| Octal | 354 | 126 | 57 | 0 | 100 | 120 | 7 | 14 | 123 | 67 |
| Binary | 11101100 | 1010110 | 101111 | 0 | 1000000 | 1010000 | 111 | 1100 | 1010011 | 110111 |
Color Harmonies of #EC562F
Complementary color
Monochromatic Colors of #EC562F
Black with #EC562F
Text Example
Text Example
White with #EC562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC562F; }
p { color: rgb(236,86,47); }
H1.HeaderClassName
{
color: #EC562F;
}
.AnyTagClassName
{
color: #EC562F;
}
</style>
background-color css
<style>
a { background-color: #EC562F; }
a { background-color: rgb(236,86,47); }
div.DivClassName
{
background-color: #EC562F;
}
.BgClassName
{
background-color: #EC562F;
}
</style>
border-color css
<style>
span { border-color: #EC562F; }
span { border-color: rgb(236,86,47); }
td.TdClassName
{
border-color: #EC562F;
}
.TagClassName
{
border-color: #EC562F;
}
</style>