Shades of Outrageous Orange #EC5A21
Tints of Outrageous Orange #EC5A21
RGB
CMYK
RGB Variations
Color information
#EC5A21 (or 0xEC5A21) is known color: Outrageous Orange. HEX triplet: EC, 5A and 21. RGB value is (236,90,33). Sum of RGB (Red+Green+Blue) = 236+90+33=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 33 (13.28% from 255 or 9.19% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5A21 is #13A5DE. Grayscale: #7F7F7F. Windows color (decimal): -1287647 or 2185964. OLE color: 2185964.
HSL color Cylindrical-coordinate representation of color #EC5A21: hue angle of 16.85º 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 #EC5A21 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 90 | 33 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.07 |
| HSL | 16.85º | 0.84% | 0.53% | - |
| HSV(B) | 16.85º | 0.86% | 0.93% | - |
| XYZ | 38.52 | 25.26 | 4.28 | - |
| YUV | 127.16 | 74.87 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 90 | 33 | 0 | 0.62 | 0.86 | 0.07 | 16.85 | 0.84 | 0.53 |
| Hex | EC | 5A | 21 | 0 | 3E | 56 | 7 | 11 | 54 | 35 |
| Octal | 354 | 132 | 41 | 0 | 76 | 126 | 7 | 21 | 124 | 65 |
| Binary | 11101100 | 1011010 | 100001 | 0 | 111110 | 1010110 | 111 | 10001 | 1010100 | 110101 |
Color Harmonies of #EC5A21
Complementary color
Monochromatic Colors of #EC5A21
Black with #EC5A21
Text Example
Text Example
White with #EC5A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5A21; }
p { color: rgb(236,90,33); }
H1.HeaderClassName
{
color: #EC5A21;
}
.AnyTagClassName
{
color: #EC5A21;
}
</style>
background-color css
<style>
a { background-color: #EC5A21; }
a { background-color: rgb(236,90,33); }
div.DivClassName
{
background-color: #EC5A21;
}
.BgClassName
{
background-color: #EC5A21;
}
</style>
border-color css
<style>
span { border-color: #EC5A21; }
span { border-color: rgb(236,90,33); }
td.TdClassName
{
border-color: #EC5A21;
}
.TagClassName
{
border-color: #EC5A21;
}
</style>