Shades of Outrageous Orange #EC5B32
Tints of Outrageous Orange #EC5B32
RGB
CMYK
RGB Variations
Color information
#EC5B32 (or 0xEC5B32) is known color: Outrageous Orange. HEX triplet: EC, 5B and 32. RGB value is (236,91,50). Sum of RGB (Red+Green+Blue) = 236+91+50=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5B32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5B32 is #13A4CD. Grayscale: #818181. Windows color (decimal): -1287374 or 3300332. OLE color: 3300332.
HSL color Cylindrical-coordinate representation of color #EC5B32: hue angle of 13.23º 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 #EC5B32 is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 91 | 50 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.07 |
| HSL | 13.23º | 0.83% | 0.56% | - |
| HSV(B) | 13.23º | 0.79% | 0.93% | - |
| XYZ | 38.91 | 25.55 | 5.9 | - |
| YUV | 129.68 | 83.04 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 91 | 50 | 0 | 0.61 | 0.79 | 0.07 | 13.23 | 0.83 | 0.56 |
| Hex | EC | 5B | 32 | 0 | 3D | 4F | 7 | D | 53 | 38 |
| Octal | 354 | 133 | 62 | 0 | 75 | 117 | 7 | 15 | 123 | 70 |
| Binary | 11101100 | 1011011 | 110010 | 0 | 111101 | 1001111 | 111 | 1101 | 1010011 | 111000 |
Color Harmonies of #EC5B32
Complementary color
Monochromatic Colors of #EC5B32
Black with #EC5B32
Text Example
Text Example
White with #EC5B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5B32; }
p { color: rgb(236,91,50); }
H1.HeaderClassName
{
color: #EC5B32;
}
.AnyTagClassName
{
color: #EC5B32;
}
</style>
background-color css
<style>
a { background-color: #EC5B32; }
a { background-color: rgb(236,91,50); }
div.DivClassName
{
background-color: #EC5B32;
}
.BgClassName
{
background-color: #EC5B32;
}
</style>
border-color css
<style>
span { border-color: #EC5B32; }
span { border-color: rgb(236,91,50); }
td.TdClassName
{
border-color: #EC5B32;
}
.TagClassName
{
border-color: #EC5B32;
}
</style>