Shades of Outrageous Orange #ED5833
Tints of Outrageous Orange #ED5833
RGB
CMYK
RGB Variations
Color information
#ED5833 (or 0xED5833) is known color: Outrageous Orange. HEX triplet: ED, 58 and 33. RGB value is (237,88,51). Sum of RGB (Red+Green+Blue) = 237+88+51=376 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.03% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 51 (20.31% from 255 or 13.56% from 376); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5833 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5833 is #12A7CC. Grayscale: #808080. Windows color (decimal): -1222605 or 3365101. OLE color: 3365101.
HSL color Cylindrical-coordinate representation of color #ED5833: hue angle of 11.94º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED5833 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 88 | 51 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.07 |
| HSL | 11.94º | 0.84% | 0.56% | - |
| HSV(B) | 11.94º | 0.78% | 0.93% | - |
| XYZ | 39.01 | 25.22 | 5.94 | - |
| YUV | 128.33 | 84.36 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 51 | 0 | 0.63 | 0.78 | 0.07 | 11.94 | 0.84 | 0.56 |
| Hex | ED | 58 | 33 | 0 | 3F | 4E | 7 | C | 54 | 38 |
| Octal | 355 | 130 | 63 | 0 | 77 | 116 | 7 | 14 | 124 | 70 |
| Binary | 11101101 | 1011000 | 110011 | 0 | 111111 | 1001110 | 111 | 1100 | 1010100 | 111000 |
Color Harmonies of #ED5833
Complementary color
Monochromatic Colors of #ED5833
Black with #ED5833
Text Example
Text Example
White with #ED5833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5833; }
p { color: rgb(237,88,51); }
H1.HeaderClassName
{
color: #ED5833;
}
.AnyTagClassName
{
color: #ED5833;
}
</style>
background-color css
<style>
a { background-color: #ED5833; }
a { background-color: rgb(237,88,51); }
div.DivClassName
{
background-color: #ED5833;
}
.BgClassName
{
background-color: #ED5833;
}
</style>
border-color css
<style>
span { border-color: #ED5833; }
span { border-color: rgb(237,88,51); }
td.TdClassName
{
border-color: #ED5833;
}
.TagClassName
{
border-color: #ED5833;
}
</style>