Shades of Outrageous Orange #EC552B
Tints of Outrageous Orange #EC552B
RGB
CMYK
RGB Variations
Color information
#EC552B (or 0xEC552B) is known color: Outrageous Orange. HEX triplet: EC, 55 and 2B. RGB value is (236,85,43). Sum of RGB (Red+Green+Blue) = 236+85+43=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC552B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC552B is #13AAD4. Grayscale: #7D7D7D. Windows color (decimal): -1288917 or 2840044. OLE color: 2840044.
HSL color Cylindrical-coordinate representation of color #EC552B: hue angle of 13.06º 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 #EC552B is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 43 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.07 |
| HSL | 13.06º | 0.84% | 0.55% | - |
| HSV(B) | 13.06º | 0.82% | 0.93% | - |
| XYZ | 38.28 | 24.5 | 5 | - |
| YUV | 125.36 | 81.53 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 43 | 0 | 0.64 | 0.82 | 0.07 | 13.06 | 0.84 | 0.55 |
| Hex | EC | 55 | 2B | 0 | 40 | 52 | 7 | D | 54 | 37 |
| Octal | 354 | 125 | 53 | 0 | 100 | 122 | 7 | 15 | 124 | 67 |
| Binary | 11101100 | 1010101 | 101011 | 0 | 1000000 | 1010010 | 111 | 1101 | 1010100 | 110111 |
Color Harmonies of #EC552B
Complementary color
Monochromatic Colors of #EC552B
Black with #EC552B
Text Example
Text Example
White with #EC552B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC552B; }
p { color: rgb(236,85,43); }
H1.HeaderClassName
{
color: #EC552B;
}
.AnyTagClassName
{
color: #EC552B;
}
</style>
background-color css
<style>
a { background-color: #EC552B; }
a { background-color: rgb(236,85,43); }
div.DivClassName
{
background-color: #EC552B;
}
.BgClassName
{
background-color: #EC552B;
}
</style>
border-color css
<style>
span { border-color: #EC552B; }
span { border-color: rgb(236,85,43); }
td.TdClassName
{
border-color: #EC552B;
}
.TagClassName
{
border-color: #EC552B;
}
</style>