Shades of Outrageous Orange #EC5523
Tints of Outrageous Orange #EC5523
RGB
CMYK
RGB Variations
Color information
#EC5523 (or 0xEC5523) is known color: Outrageous Orange. HEX triplet: EC, 55 and 23. RGB value is (236,85,35). Sum of RGB (Red+Green+Blue) = 236+85+35=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 35 (14.06% from 255 or 9.83% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5523 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5523 is #13AADC. Grayscale: #7C7C7C. Windows color (decimal): -1288925 or 2315756. OLE color: 2315756.
HSL color Cylindrical-coordinate representation of color #EC5523: hue angle of 14.93º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC5523 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 35 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.07 |
| HSL | 14.93º | 0.84% | 0.53% | - |
| HSV(B) | 14.93º | 0.85% | 0.93% | - |
| XYZ | 38.14 | 24.45 | 4.3 | - |
| YUV | 124.45 | 77.53 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 35 | 0 | 0.64 | 0.85 | 0.07 | 14.93 | 0.84 | 0.53 |
| Hex | EC | 55 | 23 | 0 | 40 | 55 | 7 | F | 54 | 35 |
| Octal | 354 | 125 | 43 | 0 | 100 | 125 | 7 | 17 | 124 | 65 |
| Binary | 11101100 | 1010101 | 100011 | 0 | 1000000 | 1010101 | 111 | 1111 | 1010100 | 110101 |
Color Harmonies of #EC5523
Complementary color
Monochromatic Colors of #EC5523
Black with #EC5523
Text Example
Text Example
White with #EC5523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5523; }
p { color: rgb(236,85,35); }
H1.HeaderClassName
{
color: #EC5523;
}
.AnyTagClassName
{
color: #EC5523;
}
</style>
background-color css
<style>
a { background-color: #EC5523; }
a { background-color: rgb(236,85,35); }
div.DivClassName
{
background-color: #EC5523;
}
.BgClassName
{
background-color: #EC5523;
}
</style>
border-color css
<style>
span { border-color: #EC5523; }
span { border-color: rgb(236,85,35); }
td.TdClassName
{
border-color: #EC5523;
}
.TagClassName
{
border-color: #EC5523;
}
</style>