Shades of Outrageous Orange #ED5535
Tints of Outrageous Orange #ED5535
RGB
CMYK
RGB Variations
Color information
#ED5535 (or 0xED5535) is known color: Outrageous Orange. HEX triplet: ED, 55 and 35. RGB value is (237,85,53). Sum of RGB (Red+Green+Blue) = 237+85+53=375 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.2% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 53 (21.09% from 255 or 14.13% from 375); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5535 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5535 is #12AACA. Grayscale: #7F7F7F. Windows color (decimal): -1223371 or 3495405. OLE color: 3495405.
HSL color Cylindrical-coordinate representation of color #ED5535: hue angle of 10.43º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED5535 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 85 | 53 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.07 |
| HSL | 10.43º | 0.84% | 0.57% | - |
| HSV(B) | 10.43º | 0.78% | 0.93% | - |
| XYZ | 38.82 | 24.76 | 6.1 | - |
| YUV | 126.8 | 86.36 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 85 | 53 | 0 | 0.64 | 0.78 | 0.07 | 10.43 | 0.84 | 0.57 |
| Hex | ED | 55 | 35 | 0 | 40 | 4E | 7 | A | 54 | 39 |
| Octal | 355 | 125 | 65 | 0 | 100 | 116 | 7 | 12 | 124 | 71 |
| Binary | 11101101 | 1010101 | 110101 | 0 | 1000000 | 1001110 | 111 | 1010 | 1010100 | 111001 |
Color Harmonies of #ED5535
Complementary color
Monochromatic Colors of #ED5535
Black with #ED5535
Text Example
Text Example
White with #ED5535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5535; }
p { color: rgb(237,85,53); }
H1.HeaderClassName
{
color: #ED5535;
}
.AnyTagClassName
{
color: #ED5535;
}
</style>
background-color css
<style>
a { background-color: #ED5535; }
a { background-color: rgb(237,85,53); }
div.DivClassName
{
background-color: #ED5535;
}
.BgClassName
{
background-color: #ED5535;
}
</style>
border-color css
<style>
span { border-color: #ED5535; }
span { border-color: rgb(237,85,53); }
td.TdClassName
{
border-color: #ED5535;
}
.TagClassName
{
border-color: #ED5535;
}
</style>