Shades of Outrageous Orange #ED5925
Tints of Outrageous Orange #ED5925
RGB
CMYK
RGB Variations
Color information
#ED5925 (or 0xED5925) is known color: Outrageous Orange. HEX triplet: ED, 59 and 25. RGB value is (237,89,37). Sum of RGB (Red+Green+Blue) = 237+89+37=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 37 (14.84% from 255 or 10.19% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5925 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5925 is #12A6DA. Grayscale: #7F7F7F. Windows color (decimal): -1222363 or 2447853. OLE color: 2447853.
HSL color Cylindrical-coordinate representation of color #ED5925: hue angle of 15.6º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED5925 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 89 | 37 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.07 |
| HSL | 15.6º | 0.85% | 0.54% | - |
| HSV(B) | 15.6º | 0.84% | 0.93% | - |
| XYZ | 38.83 | 25.28 | 4.58 | - |
| YUV | 127.32 | 77.03 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 89 | 37 | 0 | 0.62 | 0.84 | 0.07 | 15.6 | 0.85 | 0.54 |
| Hex | ED | 59 | 25 | 0 | 3E | 54 | 7 | 10 | 55 | 36 |
| Octal | 355 | 131 | 45 | 0 | 76 | 124 | 7 | 20 | 125 | 66 |
| Binary | 11101101 | 1011001 | 100101 | 0 | 111110 | 1010100 | 111 | 10000 | 1010101 | 110110 |
Color Harmonies of #ED5925
Complementary color
Monochromatic Colors of #ED5925
Black with #ED5925
Text Example
Text Example
White with #ED5925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5925; }
p { color: rgb(237,89,37); }
H1.HeaderClassName
{
color: #ED5925;
}
.AnyTagClassName
{
color: #ED5925;
}
</style>
background-color css
<style>
a { background-color: #ED5925; }
a { background-color: rgb(237,89,37); }
div.DivClassName
{
background-color: #ED5925;
}
.BgClassName
{
background-color: #ED5925;
}
</style>
border-color css
<style>
span { border-color: #ED5925; }
span { border-color: rgb(237,89,37); }
td.TdClassName
{
border-color: #ED5925;
}
.TagClassName
{
border-color: #ED5925;
}
</style>