Shades of Outrageous Orange #EC5C21
Tints of Outrageous Orange #EC5C21
RGB
CMYK
RGB Variations
Color information
#EC5C21 (or 0xEC5C21) is known color: Outrageous Orange. HEX triplet: EC, 5C and 21. RGB value is (236,92,33). Sum of RGB (Red+Green+Blue) = 236+92+33=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 33 (13.28% from 255 or 9.14% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5C21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5C21 is #13A3DE. Grayscale: #808080. Windows color (decimal): -1287135 or 2186476. OLE color: 2186476.
HSL color Cylindrical-coordinate representation of color #EC5C21: hue angle of 17.44º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC5C21 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 33 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.07 |
| HSL | 17.44º | 0.84% | 0.53% | - |
| HSV(B) | 17.44º | 0.86% | 0.93% | - |
| XYZ | 38.69 | 25.6 | 4.34 | - |
| YUV | 128.33 | 74.21 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 33 | 0 | 0.61 | 0.86 | 0.07 | 17.44 | 0.84 | 0.53 |
| Hex | EC | 5C | 21 | 0 | 3D | 56 | 7 | 11 | 54 | 35 |
| Octal | 354 | 134 | 41 | 0 | 75 | 126 | 7 | 21 | 124 | 65 |
| Binary | 11101100 | 1011100 | 100001 | 0 | 111101 | 1010110 | 111 | 10001 | 1010100 | 110101 |
Color Harmonies of #EC5C21
Complementary color
Monochromatic Colors of #EC5C21
Black with #EC5C21
Text Example
Text Example
White with #EC5C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5C21; }
p { color: rgb(236,92,33); }
H1.HeaderClassName
{
color: #EC5C21;
}
.AnyTagClassName
{
color: #EC5C21;
}
</style>
background-color css
<style>
a { background-color: #EC5C21; }
a { background-color: rgb(236,92,33); }
div.DivClassName
{
background-color: #EC5C21;
}
.BgClassName
{
background-color: #EC5C21;
}
</style>
border-color css
<style>
span { border-color: #EC5C21; }
span { border-color: rgb(236,92,33); }
td.TdClassName
{
border-color: #EC5C21;
}
.TagClassName
{
border-color: #EC5C21;
}
</style>