Shades of Outrageous Orange #ED5D3F
Tints of Outrageous Orange #ED5D3F
RGB
CMYK
RGB Variations
Color information
#ED5D3F (or 0xED5D3F) is known color: Outrageous Orange. HEX triplet: ED, 5D and 3F. RGB value is (237,93,63). Sum of RGB (Red+Green+Blue) = 237+93+63=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5D3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5D3F is #12A2C0. Grayscale: #848484. Windows color (decimal): -1221313 or 4152813. OLE color: 4152813.
HSL color Cylindrical-coordinate representation of color #ED5D3F: hue angle of 10.34º 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 #ED5D3F is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 93 | 63 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.07 |
| HSL | 10.34º | 0.83% | 0.59% | - |
| HSV(B) | 10.34º | 0.73% | 0.93% | - |
| XYZ | 39.74 | 26.19 | 7.66 | - |
| YUV | 132.64 | 88.71 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 93 | 63 | 0 | 0.61 | 0.73 | 0.07 | 10.34 | 0.83 | 0.59 |
| Hex | ED | 5D | 3F | 0 | 3D | 49 | 7 | A | 53 | 3B |
| Octal | 355 | 135 | 77 | 0 | 75 | 111 | 7 | 12 | 123 | 73 |
| Binary | 11101101 | 1011101 | 111111 | 0 | 111101 | 1001001 | 111 | 1010 | 1010011 | 111011 |
Color Harmonies of #ED5D3F
Complementary color
Monochromatic Colors of #ED5D3F
Black with #ED5D3F
Text Example
Text Example
White with #ED5D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5D3F; }
p { color: rgb(237,93,63); }
H1.HeaderClassName
{
color: #ED5D3F;
}
.AnyTagClassName
{
color: #ED5D3F;
}
</style>
background-color css
<style>
a { background-color: #ED5D3F; }
a { background-color: rgb(237,93,63); }
div.DivClassName
{
background-color: #ED5D3F;
}
.BgClassName
{
background-color: #ED5D3F;
}
</style>
border-color css
<style>
span { border-color: #ED5D3F; }
span { border-color: rgb(237,93,63); }
td.TdClassName
{
border-color: #ED5D3F;
}
.TagClassName
{
border-color: #ED5D3F;
}
</style>