Shades of Outrageous Orange #EC5C26
Tints of Outrageous Orange #EC5C26
RGB
CMYK
RGB Variations
Color information
#EC5C26 (or 0xEC5C26) is known color: Outrageous Orange. HEX triplet: EC, 5C and 26. RGB value is (236,92,38). Sum of RGB (Red+Green+Blue) = 236+92+38=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 38 (15.23% from 255 or 10.38% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5C26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5C26 is #13A3D9. Grayscale: #818181. Windows color (decimal): -1287130 or 2514156. OLE color: 2514156.
HSL color Cylindrical-coordinate representation of color #EC5C26: hue angle of 16.36º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC5C26 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 38 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.07 |
| HSL | 16.36º | 0.84% | 0.54% | - |
| HSV(B) | 16.36º | 0.84% | 0.93% | - |
| XYZ | 38.77 | 25.63 | 4.74 | - |
| YUV | 128.9 | 76.71 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 38 | 0 | 0.61 | 0.84 | 0.07 | 16.36 | 0.84 | 0.54 |
| Hex | EC | 5C | 26 | 0 | 3D | 54 | 7 | 10 | 54 | 36 |
| Octal | 354 | 134 | 46 | 0 | 75 | 124 | 7 | 20 | 124 | 66 |
| Binary | 11101100 | 1011100 | 100110 | 0 | 111101 | 1010100 | 111 | 10000 | 1010100 | 110110 |
Color Harmonies of #EC5C26
Complementary color
Monochromatic Colors of #EC5C26
Black with #EC5C26
Text Example
Text Example
White with #EC5C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5C26; }
p { color: rgb(236,92,38); }
H1.HeaderClassName
{
color: #EC5C26;
}
.AnyTagClassName
{
color: #EC5C26;
}
</style>
background-color css
<style>
a { background-color: #EC5C26; }
a { background-color: rgb(236,92,38); }
div.DivClassName
{
background-color: #EC5C26;
}
.BgClassName
{
background-color: #EC5C26;
}
</style>
border-color css
<style>
span { border-color: #EC5C26; }
span { border-color: rgb(236,92,38); }
td.TdClassName
{
border-color: #EC5C26;
}
.TagClassName
{
border-color: #EC5C26;
}
</style>