Shades of Outrageous Orange #EC5D25
Tints of Outrageous Orange #EC5D25
RGB
CMYK
RGB Variations
Color information
#EC5D25 (or 0xEC5D25) is known color: Outrageous Orange. HEX triplet: EC, 5D and 25. RGB value is (236,93,37). Sum of RGB (Red+Green+Blue) = 236+93+37=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 37 (14.84% from 255 or 10.11% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5D25 is #13A2DA. Grayscale: #818181. Windows color (decimal): -1286875 or 2448876. OLE color: 2448876.
HSL color Cylindrical-coordinate representation of color #EC5D25: hue angle of 16.88º 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 #EC5D25 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 93 | 37 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.07 |
| HSL | 16.88º | 0.84% | 0.54% | - |
| HSV(B) | 16.88º | 0.84% | 0.93% | - |
| XYZ | 38.84 | 25.8 | 4.68 | - |
| YUV | 129.37 | 75.88 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 93 | 37 | 0 | 0.61 | 0.84 | 0.07 | 16.88 | 0.84 | 0.54 |
| Hex | EC | 5D | 25 | 0 | 3D | 54 | 7 | 11 | 54 | 36 |
| Octal | 354 | 135 | 45 | 0 | 75 | 124 | 7 | 21 | 124 | 66 |
| Binary | 11101100 | 1011101 | 100101 | 0 | 111101 | 1010100 | 111 | 10001 | 1010100 | 110110 |
Color Harmonies of #EC5D25
Complementary color
Monochromatic Colors of #EC5D25
Black with #EC5D25
Text Example
Text Example
White with #EC5D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5D25; }
p { color: rgb(236,93,37); }
H1.HeaderClassName
{
color: #EC5D25;
}
.AnyTagClassName
{
color: #EC5D25;
}
</style>
background-color css
<style>
a { background-color: #EC5D25; }
a { background-color: rgb(236,93,37); }
div.DivClassName
{
background-color: #EC5D25;
}
.BgClassName
{
background-color: #EC5D25;
}
</style>
border-color css
<style>
span { border-color: #EC5D25; }
span { border-color: rgb(236,93,37); }
td.TdClassName
{
border-color: #EC5D25;
}
.TagClassName
{
border-color: #EC5D25;
}
</style>