Shades of Outrageous Orange #ED6237
Tints of Outrageous Orange #ED6237
RGB
CMYK
RGB Variations
Color information
#ED6237 (or 0xED6237) is known color: Outrageous Orange. HEX triplet: ED, 62 and 37. RGB value is (237,98,55). Sum of RGB (Red+Green+Blue) = 237+98+55=390 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.77% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 55 (21.88% from 255 or 14.10% from 390); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6237 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6237 is #129DC8. Grayscale: #868686. Windows color (decimal): -1220041 or 3629805. OLE color: 3629805.
HSL color Cylindrical-coordinate representation of color #ED6237: hue angle of 14.18º degrees, saturation: 0.83, 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 #ED6237 is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 98 | 55 | - |
| CMYK | 0 | 0.59 | 0.77 | 0.07 |
| HSL | 14.18º | 0.83% | 0.57% | - |
| HSV(B) | 14.18º | 0.77% | 0.93% | - |
| XYZ | 39.98 | 27.02 | 6.72 | - |
| YUV | 134.66 | 83.05 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 98 | 55 | 0 | 0.59 | 0.77 | 0.07 | 14.18 | 0.83 | 0.57 |
| Hex | ED | 62 | 37 | 0 | 3B | 4D | 7 | E | 53 | 39 |
| Octal | 355 | 142 | 67 | 0 | 73 | 115 | 7 | 16 | 123 | 71 |
| Binary | 11101101 | 1100010 | 110111 | 0 | 111011 | 1001101 | 111 | 1110 | 1010011 | 111001 |
Color Harmonies of #ED6237
Complementary color
Monochromatic Colors of #ED6237
Black with #ED6237
Text Example
Text Example
White with #ED6237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6237; }
p { color: rgb(237,98,55); }
H1.HeaderClassName
{
color: #ED6237;
}
.AnyTagClassName
{
color: #ED6237;
}
</style>
background-color css
<style>
a { background-color: #ED6237; }
a { background-color: rgb(237,98,55); }
div.DivClassName
{
background-color: #ED6237;
}
.BgClassName
{
background-color: #ED6237;
}
</style>
border-color css
<style>
span { border-color: #ED6237; }
span { border-color: rgb(237,98,55); }
td.TdClassName
{
border-color: #ED6237;
}
.TagClassName
{
border-color: #ED6237;
}
</style>