Shades of Outrageous Orange #ED5536
Tints of Outrageous Orange #ED5536
RGB
CMYK
RGB Variations
Color information
#ED5536 (or 0xED5536) is known color: Outrageous Orange. HEX triplet: ED, 55 and 36. RGB value is (237,85,54). Sum of RGB (Red+Green+Blue) = 237+85+54=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 54 (21.48% from 255 or 14.36% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5536 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5536 is #12AAC9. Grayscale: #7F7F7F. Windows color (decimal): -1223370 or 3560941. OLE color: 3560941.
HSL color Cylindrical-coordinate representation of color #ED5536: hue angle of 10.16º degrees, saturation: 0.84, 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 #ED5536 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 85 | 54 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.07 |
| HSL | 10.16º | 0.84% | 0.57% | - |
| HSV(B) | 10.16º | 0.77% | 0.93% | - |
| XYZ | 38.84 | 24.77 | 6.22 | - |
| YUV | 126.91 | 86.86 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 85 | 54 | 0 | 0.64 | 0.77 | 0.07 | 10.16 | 0.84 | 0.57 |
| Hex | ED | 55 | 36 | 0 | 40 | 4D | 7 | A | 54 | 39 |
| Octal | 355 | 125 | 66 | 0 | 100 | 115 | 7 | 12 | 124 | 71 |
| Binary | 11101101 | 1010101 | 110110 | 0 | 1000000 | 1001101 | 111 | 1010 | 1010100 | 111001 |
Color Harmonies of #ED5536
Complementary color
Monochromatic Colors of #ED5536
Black with #ED5536
Text Example
Text Example
White with #ED5536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5536; }
p { color: rgb(237,85,54); }
H1.HeaderClassName
{
color: #ED5536;
}
.AnyTagClassName
{
color: #ED5536;
}
</style>
background-color css
<style>
a { background-color: #ED5536; }
a { background-color: rgb(237,85,54); }
div.DivClassName
{
background-color: #ED5536;
}
.BgClassName
{
background-color: #ED5536;
}
</style>
border-color css
<style>
span { border-color: #ED5536; }
span { border-color: rgb(237,85,54); }
td.TdClassName
{
border-color: #ED5536;
}
.TagClassName
{
border-color: #ED5536;
}
</style>