Shades of Outrageous Orange #EC5C2B
Tints of Outrageous Orange #EC5C2B
RGB
CMYK
RGB Variations
Color information
#EC5C2B (or 0xEC5C2B) is known color: Outrageous Orange. HEX triplet: EC, 5C and 2B. RGB value is (236,92,43). Sum of RGB (Red+Green+Blue) = 236+92+43=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5C2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5C2B is #13A3D4. Grayscale: #818181. Windows color (decimal): -1287125 or 2841836. OLE color: 2841836.
HSL color Cylindrical-coordinate representation of color #EC5C2B: hue angle of 15.23º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC5C2B is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 43 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.07 |
| HSL | 15.23º | 0.84% | 0.55% | - |
| HSV(B) | 15.23º | 0.82% | 0.93% | - |
| XYZ | 38.86 | 25.66 | 5.19 | - |
| YUV | 129.47 | 79.21 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 43 | 0 | 0.61 | 0.82 | 0.07 | 15.23 | 0.84 | 0.55 |
| Hex | EC | 5C | 2B | 0 | 3D | 52 | 7 | F | 54 | 37 |
| Octal | 354 | 134 | 53 | 0 | 75 | 122 | 7 | 17 | 124 | 67 |
| Binary | 11101100 | 1011100 | 101011 | 0 | 111101 | 1010010 | 111 | 1111 | 1010100 | 110111 |
Color Harmonies of #EC5C2B
Complementary color
Monochromatic Colors of #EC5C2B
Black with #EC5C2B
Text Example
Text Example
White with #EC5C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5C2B; }
p { color: rgb(236,92,43); }
H1.HeaderClassName
{
color: #EC5C2B;
}
.AnyTagClassName
{
color: #EC5C2B;
}
</style>
background-color css
<style>
a { background-color: #EC5C2B; }
a { background-color: rgb(236,92,43); }
div.DivClassName
{
background-color: #EC5C2B;
}
.BgClassName
{
background-color: #EC5C2B;
}
</style>
border-color css
<style>
span { border-color: #EC5C2B; }
span { border-color: rgb(236,92,43); }
td.TdClassName
{
border-color: #EC5C2B;
}
.TagClassName
{
border-color: #EC5C2B;
}
</style>