Shades of Outrageous Orange #EC5722
Tints of Outrageous Orange #EC5722
RGB
CMYK
RGB Variations
Color information
#EC5722 (or 0xEC5722) is known color: Outrageous Orange. HEX triplet: EC, 57 and 22. RGB value is (236,87,34). Sum of RGB (Red+Green+Blue) = 236+87+34=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 34 (13.67% from 255 or 9.52% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5722 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5722 is #13A8DD. Grayscale: #7D7D7D. Windows color (decimal): -1288414 or 2250732. OLE color: 2250732.
HSL color Cylindrical-coordinate representation of color #EC5722: hue angle of 15.74º 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 #EC5722 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 34 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.07 |
| HSL | 15.74º | 0.84% | 0.53% | - |
| HSV(B) | 15.74º | 0.86% | 0.93% | - |
| XYZ | 38.29 | 24.76 | 4.28 | - |
| YUV | 125.51 | 76.36 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 34 | 0 | 0.63 | 0.86 | 0.07 | 15.74 | 0.84 | 0.53 |
| Hex | EC | 57 | 22 | 0 | 3F | 56 | 7 | 10 | 54 | 35 |
| Octal | 354 | 127 | 42 | 0 | 77 | 126 | 7 | 20 | 124 | 65 |
| Binary | 11101100 | 1010111 | 100010 | 0 | 111111 | 1010110 | 111 | 10000 | 1010100 | 110101 |
Color Harmonies of #EC5722
Complementary color
Monochromatic Colors of #EC5722
Black with #EC5722
Text Example
Text Example
White with #EC5722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5722; }
p { color: rgb(236,87,34); }
H1.HeaderClassName
{
color: #EC5722;
}
.AnyTagClassName
{
color: #EC5722;
}
</style>
background-color css
<style>
a { background-color: #EC5722; }
a { background-color: rgb(236,87,34); }
div.DivClassName
{
background-color: #EC5722;
}
.BgClassName
{
background-color: #EC5722;
}
</style>
border-color css
<style>
span { border-color: #EC5722; }
span { border-color: rgb(236,87,34); }
td.TdClassName
{
border-color: #EC5722;
}
.TagClassName
{
border-color: #EC5722;
}
</style>