Shades of Outrageous Orange #ED5A20
Tints of Outrageous Orange #ED5A20
RGB
CMYK
RGB Variations
Color information
#ED5A20 (or 0xED5A20) is known color: Outrageous Orange. HEX triplet: ED, 5A and 20. RGB value is (237,90,32). Sum of RGB (Red+Green+Blue) = 237+90+32=359 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.02% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 32 (12.89% from 255 or 8.91% from 359); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5A20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5A20 is #12A5DF. Grayscale: #7F7F7F. Windows color (decimal): -1222112 or 2120429. OLE color: 2120429.
HSL color Cylindrical-coordinate representation of color #ED5A20: hue angle of 16.98º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED5A20 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 90 | 32 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.07 |
| HSL | 16.98º | 0.85% | 0.53% | - |
| HSV(B) | 16.98º | 0.86% | 0.93% | - |
| XYZ | 38.84 | 25.42 | 4.23 | - |
| YUV | 127.34 | 74.2 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 90 | 32 | 0 | 0.62 | 0.86 | 0.07 | 16.98 | 0.85 | 0.53 |
| Hex | ED | 5A | 20 | 0 | 3E | 56 | 7 | 11 | 55 | 35 |
| Octal | 355 | 132 | 40 | 0 | 76 | 126 | 7 | 21 | 125 | 65 |
| Binary | 11101101 | 1011010 | 100000 | 0 | 111110 | 1010110 | 111 | 10001 | 1010101 | 110101 |
Color Harmonies of #ED5A20
Complementary color
Monochromatic Colors of #ED5A20
Black with #ED5A20
Text Example
Text Example
White with #ED5A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5A20; }
p { color: rgb(237,90,32); }
H1.HeaderClassName
{
color: #ED5A20;
}
.AnyTagClassName
{
color: #ED5A20;
}
</style>
background-color css
<style>
a { background-color: #ED5A20; }
a { background-color: rgb(237,90,32); }
div.DivClassName
{
background-color: #ED5A20;
}
.BgClassName
{
background-color: #ED5A20;
}
</style>
border-color css
<style>
span { border-color: #ED5A20; }
span { border-color: rgb(237,90,32); }
td.TdClassName
{
border-color: #ED5A20;
}
.TagClassName
{
border-color: #ED5A20;
}
</style>