Shades of Outrageous Orange #EC5835
Tints of Outrageous Orange #EC5835
RGB
CMYK
RGB Variations
Color information
#EC5835 (or 0xEC5835) is known color: Outrageous Orange. HEX triplet: EC, 58 and 35. RGB value is (236,88,53). Sum of RGB (Red+Green+Blue) = 236+88+53=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 53 (21.09% from 255 or 14.06% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5835 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5835 is #13A7CA. Grayscale: #808080. Windows color (decimal): -1288139 or 3496172. OLE color: 3496172.
HSL color Cylindrical-coordinate representation of color #EC5835: hue angle of 11.48º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC5835 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 53 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.07 |
| HSL | 11.48º | 0.83% | 0.57% | - |
| HSV(B) | 11.48º | 0.78% | 0.93% | - |
| XYZ | 38.72 | 25.07 | 6.17 | - |
| YUV | 128.26 | 85.53 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 53 | 0 | 0.63 | 0.78 | 0.07 | 11.48 | 0.83 | 0.57 |
| Hex | EC | 58 | 35 | 0 | 3F | 4E | 7 | B | 53 | 39 |
| Octal | 354 | 130 | 65 | 0 | 77 | 116 | 7 | 13 | 123 | 71 |
| Binary | 11101100 | 1011000 | 110101 | 0 | 111111 | 1001110 | 111 | 1011 | 1010011 | 111001 |
Color Harmonies of #EC5835
Complementary color
Monochromatic Colors of #EC5835
Black with #EC5835
Text Example
Text Example
White with #EC5835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5835; }
p { color: rgb(236,88,53); }
H1.HeaderClassName
{
color: #EC5835;
}
.AnyTagClassName
{
color: #EC5835;
}
</style>
background-color css
<style>
a { background-color: #EC5835; }
a { background-color: rgb(236,88,53); }
div.DivClassName
{
background-color: #EC5835;
}
.BgClassName
{
background-color: #EC5835;
}
</style>
border-color css
<style>
span { border-color: #EC5835; }
span { border-color: rgb(236,88,53); }
td.TdClassName
{
border-color: #EC5835;
}
.TagClassName
{
border-color: #EC5835;
}
</style>