Shades of Outrageous Orange #EC5D38
Tints of Outrageous Orange #EC5D38
RGB
CMYK
RGB Variations
Color information
#EC5D38 (or 0xEC5D38) is known color: Outrageous Orange. HEX triplet: EC, 5D and 38. RGB value is (236,93,56). Sum of RGB (Red+Green+Blue) = 236+93+56=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 56 (22.27% from 255 or 14.55% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5D38 is #13A2C7. Grayscale: #838383. Windows color (decimal): -1286856 or 3694060. OLE color: 3694060.
HSL color Cylindrical-coordinate representation of color #EC5D38: hue angle of 12.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EC5D38 is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 93 | 56 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.07 |
| HSL | 12.33º | 0.83% | 0.57% | - |
| HSV(B) | 12.33º | 0.76% | 0.93% | - |
| XYZ | 39.22 | 25.95 | 6.68 | - |
| YUV | 131.54 | 85.38 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 93 | 56 | 0 | 0.61 | 0.76 | 0.07 | 12.33 | 0.83 | 0.57 |
| Hex | EC | 5D | 38 | 0 | 3D | 4C | 7 | C | 53 | 39 |
| Octal | 354 | 135 | 70 | 0 | 75 | 114 | 7 | 14 | 123 | 71 |
| Binary | 11101100 | 1011101 | 111000 | 0 | 111101 | 1001100 | 111 | 1100 | 1010011 | 111001 |
Color Harmonies of #EC5D38
Complementary color
Monochromatic Colors of #EC5D38
Black with #EC5D38
Text Example
Text Example
White with #EC5D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5D38; }
p { color: rgb(236,93,56); }
H1.HeaderClassName
{
color: #EC5D38;
}
.AnyTagClassName
{
color: #EC5D38;
}
</style>
background-color css
<style>
a { background-color: #EC5D38; }
a { background-color: rgb(236,93,56); }
div.DivClassName
{
background-color: #EC5D38;
}
.BgClassName
{
background-color: #EC5D38;
}
</style>
border-color css
<style>
span { border-color: #EC5D38; }
span { border-color: rgb(236,93,56); }
td.TdClassName
{
border-color: #EC5D38;
}
.TagClassName
{
border-color: #EC5D38;
}
</style>