Shades of Outrageous Orange #ED5D3C
Tints of Outrageous Orange #ED5D3C
RGB
CMYK
RGB Variations
Color information
#ED5D3C (or 0xED5D3C) is known color: Outrageous Orange. HEX triplet: ED, 5D and 3C. RGB value is (237,93,60). Sum of RGB (Red+Green+Blue) = 237+93+60=390 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.77% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 60 (23.83% from 255 or 15.38% from 390); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5D3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5D3C is #12A2C3. Grayscale: #848484. Windows color (decimal): -1221316 or 3956205. OLE color: 3956205.
HSL color Cylindrical-coordinate representation of color #ED5D3C: hue angle of 11.19º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ED5D3C is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 93 | 60 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.07 |
| HSL | 11.19º | 0.83% | 0.58% | - |
| HSV(B) | 11.19º | 0.75% | 0.93% | - |
| XYZ | 39.66 | 26.16 | 7.23 | - |
| YUV | 132.29 | 87.21 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 93 | 60 | 0 | 0.61 | 0.75 | 0.07 | 11.19 | 0.83 | 0.58 |
| Hex | ED | 5D | 3C | 0 | 3D | 4B | 7 | B | 53 | 3A |
| Octal | 355 | 135 | 74 | 0 | 75 | 113 | 7 | 13 | 123 | 72 |
| Binary | 11101101 | 1011101 | 111100 | 0 | 111101 | 1001011 | 111 | 1011 | 1010011 | 111010 |
Color Harmonies of #ED5D3C
Complementary color
Monochromatic Colors of #ED5D3C
Black with #ED5D3C
Text Example
Text Example
White with #ED5D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5D3C; }
p { color: rgb(237,93,60); }
H1.HeaderClassName
{
color: #ED5D3C;
}
.AnyTagClassName
{
color: #ED5D3C;
}
</style>
background-color css
<style>
a { background-color: #ED5D3C; }
a { background-color: rgb(237,93,60); }
div.DivClassName
{
background-color: #ED5D3C;
}
.BgClassName
{
background-color: #ED5D3C;
}
</style>
border-color css
<style>
span { border-color: #ED5D3C; }
span { border-color: rgb(237,93,60); }
td.TdClassName
{
border-color: #ED5D3C;
}
.TagClassName
{
border-color: #ED5D3C;
}
</style>