Shades of Outrageous Orange #EC5635
Tints of Outrageous Orange #EC5635
RGB
CMYK
RGB Variations
Color information
#EC5635 (or 0xEC5635) is known color: Outrageous Orange. HEX triplet: EC, 56 and 35. RGB value is (236,86,53). Sum of RGB (Red+Green+Blue) = 236+86+53=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 53 (21.09% from 255 or 14.13% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5635 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5635 is #13A9CA. Grayscale: #7F7F7F. Windows color (decimal): -1288651 or 3495660. OLE color: 3495660.
HSL color Cylindrical-coordinate representation of color #EC5635: hue angle of 10.82º 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 #EC5635 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 53 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.07 |
| HSL | 10.82º | 0.83% | 0.57% | - |
| HSV(B) | 10.82º | 0.78% | 0.93% | - |
| XYZ | 38.56 | 24.75 | 6.11 | - |
| YUV | 127.09 | 86.2 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 53 | 0 | 0.64 | 0.78 | 0.07 | 10.82 | 0.83 | 0.57 |
| Hex | EC | 56 | 35 | 0 | 40 | 4E | 7 | B | 53 | 39 |
| Octal | 354 | 126 | 65 | 0 | 100 | 116 | 7 | 13 | 123 | 71 |
| Binary | 11101100 | 1010110 | 110101 | 0 | 1000000 | 1001110 | 111 | 1011 | 1010011 | 111001 |
Color Harmonies of #EC5635
Complementary color
Monochromatic Colors of #EC5635
Black with #EC5635
Text Example
Text Example
White with #EC5635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5635; }
p { color: rgb(236,86,53); }
H1.HeaderClassName
{
color: #EC5635;
}
.AnyTagClassName
{
color: #EC5635;
}
</style>
background-color css
<style>
a { background-color: #EC5635; }
a { background-color: rgb(236,86,53); }
div.DivClassName
{
background-color: #EC5635;
}
.BgClassName
{
background-color: #EC5635;
}
</style>
border-color css
<style>
span { border-color: #EC5635; }
span { border-color: rgb(236,86,53); }
td.TdClassName
{
border-color: #EC5635;
}
.TagClassName
{
border-color: #EC5635;
}
</style>