Shades of Outrageous Orange #EC582C
Tints of Outrageous Orange #EC582C
RGB
CMYK
RGB Variations
Color information
#EC582C (or 0xEC582C) is known color: Outrageous Orange. HEX triplet: EC, 58 and 2C. RGB value is (236,88,44). Sum of RGB (Red+Green+Blue) = 236+88+44=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC582C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC582C is #13A7D3. Grayscale: #7F7F7F. Windows color (decimal): -1288148 or 2906348. OLE color: 2906348.
HSL color Cylindrical-coordinate representation of color #EC582C: hue angle of 13.75º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC582C is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 44 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.07 |
| HSL | 13.75º | 0.83% | 0.55% | - |
| HSV(B) | 13.75º | 0.81% | 0.93% | - |
| XYZ | 38.54 | 24.99 | 5.18 | - |
| YUV | 127.24 | 81.03 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 44 | 0 | 0.63 | 0.81 | 0.07 | 13.75 | 0.83 | 0.55 |
| Hex | EC | 58 | 2C | 0 | 3F | 51 | 7 | E | 53 | 37 |
| Octal | 354 | 130 | 54 | 0 | 77 | 121 | 7 | 16 | 123 | 67 |
| Binary | 11101100 | 1011000 | 101100 | 0 | 111111 | 1010001 | 111 | 1110 | 1010011 | 110111 |
Color Harmonies of #EC582C
Complementary color
Monochromatic Colors of #EC582C
Black with #EC582C
Text Example
Text Example
White with #EC582C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC582C; }
p { color: rgb(236,88,44); }
H1.HeaderClassName
{
color: #EC582C;
}
.AnyTagClassName
{
color: #EC582C;
}
</style>
background-color css
<style>
a { background-color: #EC582C; }
a { background-color: rgb(236,88,44); }
div.DivClassName
{
background-color: #EC582C;
}
.BgClassName
{
background-color: #EC582C;
}
</style>
border-color css
<style>
span { border-color: #EC582C; }
span { border-color: rgb(236,88,44); }
td.TdClassName
{
border-color: #EC582C;
}
.TagClassName
{
border-color: #EC582C;
}
</style>