Shades of Outrageous Orange #EC5E32
Tints of Outrageous Orange #EC5E32
RGB
CMYK
RGB Variations
Color information
#EC5E32 (or 0xEC5E32) is known color: Outrageous Orange. HEX triplet: EC, 5E and 32. RGB value is (236,94,50). Sum of RGB (Red+Green+Blue) = 236+94+50=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 94 (37.11% from 255 or 24.74% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5E32 is #13A1CD. Grayscale: #838383. Windows color (decimal): -1286606 or 3301100. OLE color: 3301100.
HSL color Cylindrical-coordinate representation of color #EC5E32: hue angle of 14.19º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC5E32 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 94 | 50 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.07 |
| HSL | 14.19º | 0.83% | 0.56% | - |
| HSV(B) | 14.19º | 0.79% | 0.93% | - |
| XYZ | 39.17 | 26.07 | 5.98 | - |
| YUV | 131.44 | 82.04 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 94 | 50 | 0 | 0.60 | 0.79 | 0.07 | 14.19 | 0.83 | 0.56 |
| Hex | EC | 5E | 32 | 0 | 3C | 4F | 7 | E | 53 | 38 |
| Octal | 354 | 136 | 62 | 0 | 74 | 117 | 7 | 16 | 123 | 70 |
| Binary | 11101100 | 1011110 | 110010 | 0 | 111100 | 1001111 | 111 | 1110 | 1010011 | 111000 |
Color Harmonies of #EC5E32
Complementary color
Monochromatic Colors of #EC5E32
Black with #EC5E32
Text Example
Text Example
White with #EC5E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5E32; }
p { color: rgb(236,94,50); }
H1.HeaderClassName
{
color: #EC5E32;
}
.AnyTagClassName
{
color: #EC5E32;
}
</style>
background-color css
<style>
a { background-color: #EC5E32; }
a { background-color: rgb(236,94,50); }
div.DivClassName
{
background-color: #EC5E32;
}
.BgClassName
{
background-color: #EC5E32;
}
</style>
border-color css
<style>
span { border-color: #EC5E32; }
span { border-color: rgb(236,94,50); }
td.TdClassName
{
border-color: #EC5E32;
}
.TagClassName
{
border-color: #EC5E32;
}
</style>