Shades of Outrageous Orange #ED5D36
Tints of Outrageous Orange #ED5D36
RGB
CMYK
RGB Variations
Color information
#ED5D36 (or 0xED5D36) is known color: Outrageous Orange. HEX triplet: ED, 5D and 36. RGB value is (237,93,54). Sum of RGB (Red+Green+Blue) = 237+93+54=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 54 (21.48% from 255 or 14.06% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5D36 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5D36 is #12A2C9. Grayscale: #838383. Windows color (decimal): -1221322 or 3562989. OLE color: 3562989.
HSL color Cylindrical-coordinate representation of color #ED5D36: hue angle of 12.79º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ED5D36 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 93 | 54 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.07 |
| HSL | 12.79º | 0.84% | 0.57% | - |
| HSV(B) | 12.79º | 0.77% | 0.93% | - |
| XYZ | 39.51 | 26.1 | 6.45 | - |
| YUV | 131.61 | 84.21 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 93 | 54 | 0 | 0.61 | 0.77 | 0.07 | 12.79 | 0.84 | 0.57 |
| Hex | ED | 5D | 36 | 0 | 3D | 4D | 7 | D | 54 | 39 |
| Octal | 355 | 135 | 66 | 0 | 75 | 115 | 7 | 15 | 124 | 71 |
| Binary | 11101101 | 1011101 | 110110 | 0 | 111101 | 1001101 | 111 | 1101 | 1010100 | 111001 |
Color Harmonies of #ED5D36
Complementary color
Monochromatic Colors of #ED5D36
Black with #ED5D36
Text Example
Text Example
White with #ED5D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5D36; }
p { color: rgb(237,93,54); }
H1.HeaderClassName
{
color: #ED5D36;
}
.AnyTagClassName
{
color: #ED5D36;
}
</style>
background-color css
<style>
a { background-color: #ED5D36; }
a { background-color: rgb(237,93,54); }
div.DivClassName
{
background-color: #ED5D36;
}
.BgClassName
{
background-color: #ED5D36;
}
</style>
border-color css
<style>
span { border-color: #ED5D36; }
span { border-color: rgb(237,93,54); }
td.TdClassName
{
border-color: #ED5D36;
}
.TagClassName
{
border-color: #ED5D36;
}
</style>