Shades of Outrageous Orange #EC5832
Tints of Outrageous Orange #EC5832
RGB
CMYK
RGB Variations
Color information
#EC5832 (or 0xEC5832) is known color: Outrageous Orange. HEX triplet: EC, 58 and 32. RGB value is (236,88,50). Sum of RGB (Red+Green+Blue) = 236+88+50=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5832 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5832 is #13A7CD. Grayscale: #808080. Windows color (decimal): -1288142 or 3299564. OLE color: 3299564.
HSL color Cylindrical-coordinate representation of color #EC5832: hue angle of 12.26º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC5832 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 50 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.07 |
| HSL | 12.26º | 0.83% | 0.56% | - |
| HSV(B) | 12.26º | 0.79% | 0.93% | - |
| XYZ | 38.66 | 25.04 | 5.81 | - |
| YUV | 127.92 | 84.03 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 50 | 0 | 0.63 | 0.79 | 0.07 | 12.26 | 0.83 | 0.56 |
| Hex | EC | 58 | 32 | 0 | 3F | 4F | 7 | C | 53 | 38 |
| Octal | 354 | 130 | 62 | 0 | 77 | 117 | 7 | 14 | 123 | 70 |
| Binary | 11101100 | 1011000 | 110010 | 0 | 111111 | 1001111 | 111 | 1100 | 1010011 | 111000 |
Color Harmonies of #EC5832
Complementary color
Monochromatic Colors of #EC5832
Black with #EC5832
Text Example
Text Example
White with #EC5832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5832; }
p { color: rgb(236,88,50); }
H1.HeaderClassName
{
color: #EC5832;
}
.AnyTagClassName
{
color: #EC5832;
}
</style>
background-color css
<style>
a { background-color: #EC5832; }
a { background-color: rgb(236,88,50); }
div.DivClassName
{
background-color: #EC5832;
}
.BgClassName
{
background-color: #EC5832;
}
</style>
border-color css
<style>
span { border-color: #EC5832; }
span { border-color: rgb(236,88,50); }
td.TdClassName
{
border-color: #EC5832;
}
.TagClassName
{
border-color: #EC5832;
}
</style>