Shades of Outrageous Orange #ED582F
Tints of Outrageous Orange #ED582F
RGB
CMYK
RGB Variations
Color information
#ED582F (or 0xED582F) is known color: Outrageous Orange. HEX triplet: ED, 58 and 2F. RGB value is (237,88,47). Sum of RGB (Red+Green+Blue) = 237+88+47=372 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.71% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 47 (18.75% from 255 or 12.63% from 372); Max value from RGB is 237 - color contains mainly: red. Hex color #ED582F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED582F is #12A7D0. Grayscale: #808080. Windows color (decimal): -1222609 or 3102957. OLE color: 3102957.
HSL color Cylindrical-coordinate representation of color #ED582F: hue angle of 12.95º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED582F is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 88 | 47 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.07 |
| HSL | 12.95º | 0.84% | 0.56% | - |
| HSV(B) | 12.95º | 0.8% | 0.93% | - |
| XYZ | 38.93 | 25.19 | 5.5 | - |
| YUV | 127.88 | 82.36 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 47 | 0 | 0.63 | 0.80 | 0.07 | 12.95 | 0.84 | 0.56 |
| Hex | ED | 58 | 2F | 0 | 3F | 50 | 7 | D | 54 | 38 |
| Octal | 355 | 130 | 57 | 0 | 77 | 120 | 7 | 15 | 124 | 70 |
| Binary | 11101101 | 1011000 | 101111 | 0 | 111111 | 1010000 | 111 | 1101 | 1010100 | 111000 |
Color Harmonies of #ED582F
Complementary color
Monochromatic Colors of #ED582F
Black with #ED582F
Text Example
Text Example
White with #ED582F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED582F; }
p { color: rgb(237,88,47); }
H1.HeaderClassName
{
color: #ED582F;
}
.AnyTagClassName
{
color: #ED582F;
}
</style>
background-color css
<style>
a { background-color: #ED582F; }
a { background-color: rgb(237,88,47); }
div.DivClassName
{
background-color: #ED582F;
}
.BgClassName
{
background-color: #ED582F;
}
</style>
border-color css
<style>
span { border-color: #ED582F; }
span { border-color: rgb(237,88,47); }
td.TdClassName
{
border-color: #ED582F;
}
.TagClassName
{
border-color: #ED582F;
}
</style>