Shades of Outrageous Orange #EC5634
Tints of Outrageous Orange #EC5634
RGB
CMYK
RGB Variations
Color information
#EC5634 (or 0xEC5634) is known color: Outrageous Orange. HEX triplet: EC, 56 and 34. RGB value is (236,86,52). Sum of RGB (Red+Green+Blue) = 236+86+52=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5634 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5634 is #13A9CB. Grayscale: #7F7F7F. Windows color (decimal): -1288652 or 3430124. OLE color: 3430124.
HSL color Cylindrical-coordinate representation of color #EC5634: hue angle of 11.09º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC5634 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 52 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.07 |
| HSL | 11.09º | 0.83% | 0.56% | - |
| HSV(B) | 11.09º | 0.78% | 0.93% | - |
| XYZ | 38.54 | 24.74 | 5.99 | - |
| YUV | 126.97 | 85.7 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 52 | 0 | 0.64 | 0.78 | 0.07 | 11.09 | 0.83 | 0.56 |
| Hex | EC | 56 | 34 | 0 | 40 | 4E | 7 | B | 53 | 38 |
| Octal | 354 | 126 | 64 | 0 | 100 | 116 | 7 | 13 | 123 | 70 |
| Binary | 11101100 | 1010110 | 110100 | 0 | 1000000 | 1001110 | 111 | 1011 | 1010011 | 111000 |
Color Harmonies of #EC5634
Complementary color
Monochromatic Colors of #EC5634
Black with #EC5634
Text Example
Text Example
White with #EC5634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5634; }
p { color: rgb(236,86,52); }
H1.HeaderClassName
{
color: #EC5634;
}
.AnyTagClassName
{
color: #EC5634;
}
</style>
background-color css
<style>
a { background-color: #EC5634; }
a { background-color: rgb(236,86,52); }
div.DivClassName
{
background-color: #EC5634;
}
.BgClassName
{
background-color: #EC5634;
}
</style>
border-color css
<style>
span { border-color: #EC5634; }
span { border-color: rgb(236,86,52); }
td.TdClassName
{
border-color: #EC5634;
}
.TagClassName
{
border-color: #EC5634;
}
</style>