Shades of Outrageous Orange #EC5D28
Tints of Outrageous Orange #EC5D28
RGB
CMYK
RGB Variations
Color information
#EC5D28 (or 0xEC5D28) is known color: Outrageous Orange. HEX triplet: EC, 5D and 28. RGB value is (236,93,40). Sum of RGB (Red+Green+Blue) = 236+93+40=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 40 (16.02% from 255 or 10.84% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5D28 is #13A2D7. Grayscale: #828282. Windows color (decimal): -1286872 or 2645484. OLE color: 2645484.
HSL color Cylindrical-coordinate representation of color #EC5D28: hue angle of 16.22º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC5D28 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 93 | 40 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.07 |
| HSL | 16.22º | 0.84% | 0.54% | - |
| HSV(B) | 16.22º | 0.83% | 0.93% | - |
| XYZ | 38.89 | 25.81 | 4.94 | - |
| YUV | 129.72 | 77.38 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 93 | 40 | 0 | 0.61 | 0.83 | 0.07 | 16.22 | 0.84 | 0.54 |
| Hex | EC | 5D | 28 | 0 | 3D | 53 | 7 | 10 | 54 | 36 |
| Octal | 354 | 135 | 50 | 0 | 75 | 123 | 7 | 20 | 124 | 66 |
| Binary | 11101100 | 1011101 | 101000 | 0 | 111101 | 1010011 | 111 | 10000 | 1010100 | 110110 |
Color Harmonies of #EC5D28
Complementary color
Monochromatic Colors of #EC5D28
Black with #EC5D28
Text Example
Text Example
White with #EC5D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5D28; }
p { color: rgb(236,93,40); }
H1.HeaderClassName
{
color: #EC5D28;
}
.AnyTagClassName
{
color: #EC5D28;
}
</style>
background-color css
<style>
a { background-color: #EC5D28; }
a { background-color: rgb(236,93,40); }
div.DivClassName
{
background-color: #EC5D28;
}
.BgClassName
{
background-color: #EC5D28;
}
</style>
border-color css
<style>
span { border-color: #EC5D28; }
span { border-color: rgb(236,93,40); }
td.TdClassName
{
border-color: #EC5D28;
}
.TagClassName
{
border-color: #EC5D28;
}
</style>