Shades of Outrageous Orange #ED582E
Tints of Outrageous Orange #ED582E
RGB
CMYK
RGB Variations
Color information
#ED582E (or 0xED582E) is known color: Outrageous Orange. HEX triplet: ED, 58 and 2E. RGB value is (237,88,46). Sum of RGB (Red+Green+Blue) = 237+88+46=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED582E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED582E is #12A7D1. Grayscale: #808080. Windows color (decimal): -1222610 or 3037421. OLE color: 3037421.
HSL color Cylindrical-coordinate representation of color #ED582E: hue angle of 13.19º degrees, saturation: 0.84, 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 #ED582E is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 88 | 46 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.07 |
| HSL | 13.19º | 0.84% | 0.55% | - |
| HSV(B) | 13.19º | 0.81% | 0.93% | - |
| XYZ | 38.91 | 25.18 | 5.39 | - |
| YUV | 127.76 | 81.86 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 46 | 0 | 0.63 | 0.81 | 0.07 | 13.19 | 0.84 | 0.55 |
| Hex | ED | 58 | 2E | 0 | 3F | 51 | 7 | D | 54 | 37 |
| Octal | 355 | 130 | 56 | 0 | 77 | 121 | 7 | 15 | 124 | 67 |
| Binary | 11101101 | 1011000 | 101110 | 0 | 111111 | 1010001 | 111 | 1101 | 1010100 | 110111 |
Color Harmonies of #ED582E
Complementary color
Monochromatic Colors of #ED582E
Black with #ED582E
Text Example
Text Example
White with #ED582E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED582E; }
p { color: rgb(237,88,46); }
H1.HeaderClassName
{
color: #ED582E;
}
.AnyTagClassName
{
color: #ED582E;
}
</style>
background-color css
<style>
a { background-color: #ED582E; }
a { background-color: rgb(237,88,46); }
div.DivClassName
{
background-color: #ED582E;
}
.BgClassName
{
background-color: #ED582E;
}
</style>
border-color css
<style>
span { border-color: #ED582E; }
span { border-color: rgb(237,88,46); }
td.TdClassName
{
border-color: #ED582E;
}
.TagClassName
{
border-color: #ED582E;
}
</style>