Shades of Outrageous Orange #EC5F2F
Tints of Outrageous Orange #EC5F2F
RGB
CMYK
RGB Variations
Color information
#EC5F2F (or 0xEC5F2F) is known color: Outrageous Orange. HEX triplet: EC, 5F and 2F. RGB value is (236,95,47). Sum of RGB (Red+Green+Blue) = 236+95+47=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5F2F is #13A0D0. Grayscale: #848484. Windows color (decimal): -1286353 or 3104748. OLE color: 3104748.
HSL color Cylindrical-coordinate representation of color #EC5F2F: hue angle of 15.24º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC5F2F is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 95 | 47 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.07 |
| HSL | 15.24º | 0.83% | 0.55% | - |
| HSV(B) | 15.24º | 0.8% | 0.93% | - |
| XYZ | 39.2 | 26.22 | 5.68 | - |
| YUV | 131.69 | 80.21 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 95 | 47 | 0 | 0.60 | 0.80 | 0.07 | 15.24 | 0.83 | 0.55 |
| Hex | EC | 5F | 2F | 0 | 3C | 50 | 7 | F | 53 | 37 |
| Octal | 354 | 137 | 57 | 0 | 74 | 120 | 7 | 17 | 123 | 67 |
| Binary | 11101100 | 1011111 | 101111 | 0 | 111100 | 1010000 | 111 | 1111 | 1010011 | 110111 |
Color Harmonies of #EC5F2F
Complementary color
Monochromatic Colors of #EC5F2F
Black with #EC5F2F
Text Example
Text Example
White with #EC5F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5F2F; }
p { color: rgb(236,95,47); }
H1.HeaderClassName
{
color: #EC5F2F;
}
.AnyTagClassName
{
color: #EC5F2F;
}
</style>
background-color css
<style>
a { background-color: #EC5F2F; }
a { background-color: rgb(236,95,47); }
div.DivClassName
{
background-color: #EC5F2F;
}
.BgClassName
{
background-color: #EC5F2F;
}
</style>
border-color css
<style>
span { border-color: #EC5F2F; }
span { border-color: rgb(236,95,47); }
td.TdClassName
{
border-color: #EC5F2F;
}
.TagClassName
{
border-color: #EC5F2F;
}
</style>