Shades of Outrageous Orange #ED5829
Tints of Outrageous Orange #ED5829
RGB
CMYK
RGB Variations
Color information
#ED5829 (or 0xED5829) is known color: Outrageous Orange. HEX triplet: ED, 58 and 29. RGB value is (237,88,41). Sum of RGB (Red+Green+Blue) = 237+88+41=366 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.75% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 41 (16.41% from 255 or 11.20% from 366); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5829 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5829 is #12A7D6. Grayscale: #7F7F7F. Windows color (decimal): -1222615 or 2709741. OLE color: 2709741.
HSL color Cylindrical-coordinate representation of color #ED5829: hue angle of 14.39º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED5829 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 88 | 41 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.07 |
| HSL | 14.39º | 0.84% | 0.55% | - |
| HSV(B) | 14.39º | 0.83% | 0.93% | - |
| XYZ | 38.82 | 25.14 | 4.91 | - |
| YUV | 127.19 | 79.36 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 88 | 41 | 0 | 0.63 | 0.83 | 0.07 | 14.39 | 0.84 | 0.55 |
| Hex | ED | 58 | 29 | 0 | 3F | 53 | 7 | E | 54 | 37 |
| Octal | 355 | 130 | 51 | 0 | 77 | 123 | 7 | 16 | 124 | 67 |
| Binary | 11101101 | 1011000 | 101001 | 0 | 111111 | 1010011 | 111 | 1110 | 1010100 | 110111 |
Color Harmonies of #ED5829
Complementary color
Monochromatic Colors of #ED5829
Black with #ED5829
Text Example
Text Example
White with #ED5829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5829; }
p { color: rgb(237,88,41); }
H1.HeaderClassName
{
color: #ED5829;
}
.AnyTagClassName
{
color: #ED5829;
}
</style>
background-color css
<style>
a { background-color: #ED5829; }
a { background-color: rgb(237,88,41); }
div.DivClassName
{
background-color: #ED5829;
}
.BgClassName
{
background-color: #ED5829;
}
</style>
border-color css
<style>
span { border-color: #ED5829; }
span { border-color: rgb(237,88,41); }
td.TdClassName
{
border-color: #ED5829;
}
.TagClassName
{
border-color: #ED5829;
}
</style>