Shades of Outrageous Orange #ED583B
Tints of Outrageous Orange #ED583B
RGB
CMYK
RGB Variations
Color information
#ED583B (or 0xED583B) is known color: Outrageous Orange. HEX triplet: ED, 58 and 3B. RGB value is (237,88,59). Sum of RGB (Red+Green+Blue) = 237+88+59=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 59 (23.44% from 255 or 15.36% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED583B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED583B is #12A7C4. Grayscale: #818181. Windows color (decimal): -1222597 or 3889389. OLE color: 3889389.
HSL color Cylindrical-coordinate representation of color #ED583B: hue angle of 9.78º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ED583B is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 88 | 59 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.07 |
| HSL | 9.78º | 0.83% | 0.58% | - |
| HSV(B) | 9.78º | 0.75% | 0.93% | - |
| XYZ | 39.2 | 25.3 | 6.95 | - |
| YUV | 129.25 | 88.36 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 59 | 0 | 0.63 | 0.75 | 0.07 | 9.78 | 0.83 | 0.58 |
| Hex | ED | 58 | 3B | 0 | 3F | 4B | 7 | A | 53 | 3A |
| Octal | 355 | 130 | 73 | 0 | 77 | 113 | 7 | 12 | 123 | 72 |
| Binary | 11101101 | 1011000 | 111011 | 0 | 111111 | 1001011 | 111 | 1010 | 1010011 | 111010 |
Color Harmonies of #ED583B
Complementary color
Monochromatic Colors of #ED583B
Black with #ED583B
Text Example
Text Example
White with #ED583B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED583B; }
p { color: rgb(237,88,59); }
H1.HeaderClassName
{
color: #ED583B;
}
.AnyTagClassName
{
color: #ED583B;
}
</style>
background-color css
<style>
a { background-color: #ED583B; }
a { background-color: rgb(237,88,59); }
div.DivClassName
{
background-color: #ED583B;
}
.BgClassName
{
background-color: #ED583B;
}
</style>
border-color css
<style>
span { border-color: #ED583B; }
span { border-color: rgb(237,88,59); }
td.TdClassName
{
border-color: #ED583B;
}
.TagClassName
{
border-color: #ED583B;
}
</style>