Shades of Outrageous Orange #ED583F
Tints of Outrageous Orange #ED583F
RGB
CMYK
RGB Variations
Color information
#ED583F (or 0xED583F) is known color: Outrageous Orange. HEX triplet: ED, 58 and 3F. RGB value is (237,88,63). Sum of RGB (Red+Green+Blue) = 237+88+63=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 88 (34.77% from 255 or 22.68% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED583F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED583F is #12A7C0. Grayscale: #818181. Windows color (decimal): -1222593 or 4151533. OLE color: 4151533.
HSL color Cylindrical-coordinate representation of color #ED583F: hue angle of 8.62º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED583F is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 88 | 63 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.07 |
| HSL | 8.62º | 0.83% | 0.59% | - |
| HSV(B) | 8.62º | 0.73% | 0.93% | - |
| XYZ | 39.31 | 25.34 | 7.52 | - |
| YUV | 129.7 | 90.36 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 63 | 0 | 0.63 | 0.73 | 0.07 | 8.62 | 0.83 | 0.59 |
| Hex | ED | 58 | 3F | 0 | 3F | 49 | 7 | 9 | 53 | 3B |
| Octal | 355 | 130 | 77 | 0 | 77 | 111 | 7 | 11 | 123 | 73 |
| Binary | 11101101 | 1011000 | 111111 | 0 | 111111 | 1001001 | 111 | 1001 | 1010011 | 111011 |
Color Harmonies of #ED583F
Complementary color
Monochromatic Colors of #ED583F
Black with #ED583F
Text Example
Text Example
White with #ED583F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED583F; }
p { color: rgb(237,88,63); }
H1.HeaderClassName
{
color: #ED583F;
}
.AnyTagClassName
{
color: #ED583F;
}
</style>
background-color css
<style>
a { background-color: #ED583F; }
a { background-color: rgb(237,88,63); }
div.DivClassName
{
background-color: #ED583F;
}
.BgClassName
{
background-color: #ED583F;
}
</style>
border-color css
<style>
span { border-color: #ED583F; }
span { border-color: rgb(237,88,63); }
td.TdClassName
{
border-color: #ED583F;
}
.TagClassName
{
border-color: #ED583F;
}
</style>