Shades of Outrageous Orange #ED593E
Tints of Outrageous Orange #ED593E
RGB
CMYK
RGB Variations
Color information
#ED593E (or 0xED593E) is known color: Outrageous Orange. HEX triplet: ED, 59 and 3E. RGB value is (237,89,62). Sum of RGB (Red+Green+Blue) = 237+89+62=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED593E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED593E is #12A6C1. Grayscale: #828282. Windows color (decimal): -1222338 or 4086253. OLE color: 4086253.
HSL color Cylindrical-coordinate representation of color #ED593E: hue angle of 9.26º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED593E is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 89 | 62 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.07 |
| HSL | 9.26º | 0.83% | 0.59% | - |
| HSV(B) | 9.26º | 0.74% | 0.93% | - |
| XYZ | 39.37 | 25.5 | 7.4 | - |
| YUV | 130.17 | 89.53 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 89 | 62 | 0 | 0.62 | 0.74 | 0.07 | 9.26 | 0.83 | 0.59 |
| Hex | ED | 59 | 3E | 0 | 3E | 4A | 7 | 9 | 53 | 3B |
| Octal | 355 | 131 | 76 | 0 | 76 | 112 | 7 | 11 | 123 | 73 |
| Binary | 11101101 | 1011001 | 111110 | 0 | 111110 | 1001010 | 111 | 1001 | 1010011 | 111011 |
Color Harmonies of #ED593E
Complementary color
Monochromatic Colors of #ED593E
Black with #ED593E
Text Example
Text Example
White with #ED593E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED593E; }
p { color: rgb(237,89,62); }
H1.HeaderClassName
{
color: #ED593E;
}
.AnyTagClassName
{
color: #ED593E;
}
</style>
background-color css
<style>
a { background-color: #ED593E; }
a { background-color: rgb(237,89,62); }
div.DivClassName
{
background-color: #ED593E;
}
.BgClassName
{
background-color: #ED593E;
}
</style>
border-color css
<style>
span { border-color: #ED593E; }
span { border-color: rgb(237,89,62); }
td.TdClassName
{
border-color: #ED593E;
}
.TagClassName
{
border-color: #ED593E;
}
</style>