Shades of Outrageous Orange #ED5424
Tints of Outrageous Orange #ED5424
RGB
CMYK
RGB Variations
Color information
#ED5424 (or 0xED5424) is known color: Outrageous Orange. HEX triplet: ED, 54 and 24. RGB value is (237,84,36). Sum of RGB (Red+Green+Blue) = 237+84+36=357 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.39% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 36 (14.45% from 255 or 10.08% from 357); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5424 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5424 is #12ABDB. Grayscale: #7C7C7C. Windows color (decimal): -1223644 or 2381037. OLE color: 2381037.
HSL color Cylindrical-coordinate representation of color #ED5424: hue angle of 14.33º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED5424 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 84 | 36 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.07 |
| HSL | 14.33º | 0.85% | 0.54% | - |
| HSV(B) | 14.33º | 0.85% | 0.93% | - |
| XYZ | 38.41 | 24.47 | 4.37 | - |
| YUV | 124.28 | 78.19 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 84 | 36 | 0 | 0.65 | 0.85 | 0.07 | 14.33 | 0.85 | 0.54 |
| Hex | ED | 54 | 24 | 0 | 41 | 55 | 7 | E | 55 | 36 |
| Octal | 355 | 124 | 44 | 0 | 101 | 125 | 7 | 16 | 125 | 66 |
| Binary | 11101101 | 1010100 | 100100 | 0 | 1000001 | 1010101 | 111 | 1110 | 1010101 | 110110 |
Color Harmonies of #ED5424
Complementary color
Monochromatic Colors of #ED5424
Black with #ED5424
Text Example
Text Example
White with #ED5424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5424; }
p { color: rgb(237,84,36); }
H1.HeaderClassName
{
color: #ED5424;
}
.AnyTagClassName
{
color: #ED5424;
}
</style>
background-color css
<style>
a { background-color: #ED5424; }
a { background-color: rgb(237,84,36); }
div.DivClassName
{
background-color: #ED5424;
}
.BgClassName
{
background-color: #ED5424;
}
</style>
border-color css
<style>
span { border-color: #ED5424; }
span { border-color: rgb(237,84,36); }
td.TdClassName
{
border-color: #ED5424;
}
.TagClassName
{
border-color: #ED5424;
}
</style>