Shades of Outrageous Orange #ED563A
Tints of Outrageous Orange #ED563A
RGB
CMYK
RGB Variations
Color information
#ED563A (or 0xED563A) is known color: Outrageous Orange. HEX triplet: ED, 56 and 3A. RGB value is (237,86,58). Sum of RGB (Red+Green+Blue) = 237+86+58=381 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.20% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 237 - color contains mainly: red. Hex color #ED563A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED563A is #12A9C5. Grayscale: #808080. Windows color (decimal): -1223110 or 3823341. OLE color: 3823341.
HSL color Cylindrical-coordinate representation of color #ED563A: hue angle of 9.39º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED563A is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 86 | 58 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.07 |
| HSL | 9.39º | 0.83% | 0.58% | - |
| HSV(B) | 9.39º | 0.76% | 0.93% | - |
| XYZ | 39.02 | 24.97 | 6.77 | - |
| YUV | 127.96 | 88.53 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 86 | 58 | 0 | 0.64 | 0.76 | 0.07 | 9.39 | 0.83 | 0.58 |
| Hex | ED | 56 | 3A | 0 | 40 | 4C | 7 | 9 | 53 | 3A |
| Octal | 355 | 126 | 72 | 0 | 100 | 114 | 7 | 11 | 123 | 72 |
| Binary | 11101101 | 1010110 | 111010 | 0 | 1000000 | 1001100 | 111 | 1001 | 1010011 | 111010 |
Color Harmonies of #ED563A
Complementary color
Monochromatic Colors of #ED563A
Black with #ED563A
Text Example
Text Example
White with #ED563A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED563A; }
p { color: rgb(237,86,58); }
H1.HeaderClassName
{
color: #ED563A;
}
.AnyTagClassName
{
color: #ED563A;
}
</style>
background-color css
<style>
a { background-color: #ED563A; }
a { background-color: rgb(237,86,58); }
div.DivClassName
{
background-color: #ED563A;
}
.BgClassName
{
background-color: #ED563A;
}
</style>
border-color css
<style>
span { border-color: #ED563A; }
span { border-color: rgb(237,86,58); }
td.TdClassName
{
border-color: #ED563A;
}
.TagClassName
{
border-color: #ED563A;
}
</style>