Shades of Outrageous Orange #EC5822
Tints of Outrageous Orange #EC5822
RGB
CMYK
RGB Variations
Color information
#EC5822 (or 0xEC5822) is known color: Outrageous Orange. HEX triplet: EC, 58 and 22. RGB value is (236,88,34). Sum of RGB (Red+Green+Blue) = 236+88+34=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 34 (13.67% from 255 or 9.50% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5822 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5822 is #13A7DD. Grayscale: #7E7E7E. Windows color (decimal): -1288158 or 2250988. OLE color: 2250988.
HSL color Cylindrical-coordinate representation of color #EC5822: hue angle of 16.04º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC5822 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 34 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.07 |
| HSL | 16.04º | 0.84% | 0.53% | - |
| HSV(B) | 16.04º | 0.86% | 0.93% | - |
| XYZ | 38.37 | 24.93 | 4.3 | - |
| YUV | 126.1 | 76.03 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 34 | 0 | 0.63 | 0.86 | 0.07 | 16.04 | 0.84 | 0.53 |
| Hex | EC | 58 | 22 | 0 | 3F | 56 | 7 | 10 | 54 | 35 |
| Octal | 354 | 130 | 42 | 0 | 77 | 126 | 7 | 20 | 124 | 65 |
| Binary | 11101100 | 1011000 | 100010 | 0 | 111111 | 1010110 | 111 | 10000 | 1010100 | 110101 |
Color Harmonies of #EC5822
Complementary color
Monochromatic Colors of #EC5822
Black with #EC5822
Text Example
Text Example
White with #EC5822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5822; }
p { color: rgb(236,88,34); }
H1.HeaderClassName
{
color: #EC5822;
}
.AnyTagClassName
{
color: #EC5822;
}
</style>
background-color css
<style>
a { background-color: #EC5822; }
a { background-color: rgb(236,88,34); }
div.DivClassName
{
background-color: #EC5822;
}
.BgClassName
{
background-color: #EC5822;
}
</style>
border-color css
<style>
span { border-color: #EC5822; }
span { border-color: rgb(236,88,34); }
td.TdClassName
{
border-color: #EC5822;
}
.TagClassName
{
border-color: #EC5822;
}
</style>