Shades of Outrageous Orange #ED5A23
Tints of Outrageous Orange #ED5A23
RGB
CMYK
RGB Variations
Color information
#ED5A23 (or 0xED5A23) is known color: Outrageous Orange. HEX triplet: ED, 5A and 23. RGB value is (237,90,35). Sum of RGB (Red+Green+Blue) = 237+90+35=362 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.47% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 35 (14.06% from 255 or 9.67% from 362); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5A23 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5A23 is #12A5DC. Grayscale: #808080. Windows color (decimal): -1222109 or 2317037. OLE color: 2317037.
HSL color Cylindrical-coordinate representation of color #ED5A23: hue angle of 16.34º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED5A23 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 90 | 35 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.07 |
| HSL | 16.34º | 0.85% | 0.53% | - |
| HSV(B) | 16.34º | 0.85% | 0.93% | - |
| XYZ | 38.88 | 25.44 | 4.45 | - |
| YUV | 127.68 | 75.7 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 90 | 35 | 0 | 0.62 | 0.85 | 0.07 | 16.34 | 0.85 | 0.53 |
| Hex | ED | 5A | 23 | 0 | 3E | 55 | 7 | 10 | 55 | 35 |
| Octal | 355 | 132 | 43 | 0 | 76 | 125 | 7 | 20 | 125 | 65 |
| Binary | 11101101 | 1011010 | 100011 | 0 | 111110 | 1010101 | 111 | 10000 | 1010101 | 110101 |
Color Harmonies of #ED5A23
Complementary color
Monochromatic Colors of #ED5A23
Black with #ED5A23
Text Example
Text Example
White with #ED5A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5A23; }
p { color: rgb(237,90,35); }
H1.HeaderClassName
{
color: #ED5A23;
}
.AnyTagClassName
{
color: #ED5A23;
}
</style>
background-color css
<style>
a { background-color: #ED5A23; }
a { background-color: rgb(237,90,35); }
div.DivClassName
{
background-color: #ED5A23;
}
.BgClassName
{
background-color: #ED5A23;
}
</style>
border-color css
<style>
span { border-color: #ED5A23; }
span { border-color: rgb(237,90,35); }
td.TdClassName
{
border-color: #ED5A23;
}
.TagClassName
{
border-color: #ED5A23;
}
</style>