Shades of Outrageous Orange #ED593F
Tints of Outrageous Orange #ED593F
RGB
CMYK
RGB Variations
Color information
#ED593F (or 0xED593F) is known color: Outrageous Orange. HEX triplet: ED, 59 and 3F. RGB value is (237,89,63). Sum of RGB (Red+Green+Blue) = 237+89+63=389 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.93% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 63 (25% from 255 or 16.20% from 389); Max value from RGB is 237 - color contains mainly: red. Hex color #ED593F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED593F is #12A6C0. Grayscale: #828282. Windows color (decimal): -1222337 or 4151789. OLE color: 4151789.
HSL color Cylindrical-coordinate representation of color #ED593F: hue angle of 8.97º 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 #ED593F is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 89 | 63 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.07 |
| HSL | 8.97º | 0.83% | 0.59% | - |
| HSV(B) | 8.97º | 0.73% | 0.93% | - |
| XYZ | 39.39 | 25.51 | 7.55 | - |
| YUV | 130.29 | 90.03 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 89 | 63 | 0 | 0.62 | 0.73 | 0.07 | 8.97 | 0.83 | 0.59 |
| Hex | ED | 59 | 3F | 0 | 3E | 49 | 7 | 9 | 53 | 3B |
| Octal | 355 | 131 | 77 | 0 | 76 | 111 | 7 | 11 | 123 | 73 |
| Binary | 11101101 | 1011001 | 111111 | 0 | 111110 | 1001001 | 111 | 1001 | 1010011 | 111011 |
Color Harmonies of #ED593F
Complementary color
Monochromatic Colors of #ED593F
Black with #ED593F
Text Example
Text Example
White with #ED593F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED593F; }
p { color: rgb(237,89,63); }
H1.HeaderClassName
{
color: #ED593F;
}
.AnyTagClassName
{
color: #ED593F;
}
</style>
background-color css
<style>
a { background-color: #ED593F; }
a { background-color: rgb(237,89,63); }
div.DivClassName
{
background-color: #ED593F;
}
.BgClassName
{
background-color: #ED593F;
}
</style>
border-color css
<style>
span { border-color: #ED593F; }
span { border-color: rgb(237,89,63); }
td.TdClassName
{
border-color: #ED593F;
}
.TagClassName
{
border-color: #ED593F;
}
</style>