Shades of Outrageous Orange #ED5732
Tints of Outrageous Orange #ED5732
RGB
CMYK
RGB Variations
Color information
#ED5732 (or 0xED5732) is known color: Outrageous Orange. HEX triplet: ED, 57 and 32. RGB value is (237,87,50). Sum of RGB (Red+Green+Blue) = 237+87+50=374 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.37% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5732 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5732 is #12A8CD. Grayscale: #7F7F7F. Windows color (decimal): -1222862 or 3299309. OLE color: 3299309.
HSL color Cylindrical-coordinate representation of color #ED5732: hue angle of 11.87º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ED5732 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 87 | 50 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.07 |
| HSL | 11.87º | 0.84% | 0.56% | - |
| HSV(B) | 11.87º | 0.79% | 0.93% | - |
| XYZ | 38.91 | 25.05 | 5.8 | - |
| YUV | 127.63 | 84.2 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 87 | 50 | 0 | 0.63 | 0.79 | 0.07 | 11.87 | 0.84 | 0.56 |
| Hex | ED | 57 | 32 | 0 | 3F | 4F | 7 | C | 54 | 38 |
| Octal | 355 | 127 | 62 | 0 | 77 | 117 | 7 | 14 | 124 | 70 |
| Binary | 11101101 | 1010111 | 110010 | 0 | 111111 | 1001111 | 111 | 1100 | 1010100 | 111000 |
Color Harmonies of #ED5732
Complementary color
Monochromatic Colors of #ED5732
Black with #ED5732
Text Example
Text Example
White with #ED5732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5732; }
p { color: rgb(237,87,50); }
H1.HeaderClassName
{
color: #ED5732;
}
.AnyTagClassName
{
color: #ED5732;
}
</style>
background-color css
<style>
a { background-color: #ED5732; }
a { background-color: rgb(237,87,50); }
div.DivClassName
{
background-color: #ED5732;
}
.BgClassName
{
background-color: #ED5732;
}
</style>
border-color css
<style>
span { border-color: #ED5732; }
span { border-color: rgb(237,87,50); }
td.TdClassName
{
border-color: #ED5732;
}
.TagClassName
{
border-color: #ED5732;
}
</style>