Shades of Outrageous Orange #ED5434
Tints of Outrageous Orange #ED5434
RGB
CMYK
RGB Variations
Color information
#ED5434 (or 0xED5434) is known color: Outrageous Orange. HEX triplet: ED, 54 and 34. RGB value is (237,84,52). Sum of RGB (Red+Green+Blue) = 237+84+52=373 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.54% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5434 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5434 is #12ABCB. Grayscale: #7E7E7E. Windows color (decimal): -1223628 or 3429613. OLE color: 3429613.
HSL color Cylindrical-coordinate representation of color #ED5434: hue angle of 10.38º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED5434 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 84 | 52 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.07 |
| HSL | 10.38º | 0.84% | 0.57% | - |
| HSV(B) | 10.38º | 0.78% | 0.93% | - |
| XYZ | 38.72 | 24.59 | 5.96 | - |
| YUV | 126.1 | 86.19 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 84 | 52 | 0 | 0.65 | 0.78 | 0.07 | 10.38 | 0.84 | 0.57 |
| Hex | ED | 54 | 34 | 0 | 41 | 4E | 7 | A | 54 | 39 |
| Octal | 355 | 124 | 64 | 0 | 101 | 116 | 7 | 12 | 124 | 71 |
| Binary | 11101101 | 1010100 | 110100 | 0 | 1000001 | 1001110 | 111 | 1010 | 1010100 | 111001 |
Color Harmonies of #ED5434
Complementary color
Monochromatic Colors of #ED5434
Black with #ED5434
Text Example
Text Example
White with #ED5434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED5434; }
p { color: rgb(237,84,52); }
H1.HeaderClassName
{
color: #ED5434;
}
.AnyTagClassName
{
color: #ED5434;
}
</style>
background-color css
<style>
a { background-color: #ED5434; }
a { background-color: rgb(237,84,52); }
div.DivClassName
{
background-color: #ED5434;
}
.BgClassName
{
background-color: #ED5434;
}
</style>
border-color css
<style>
span { border-color: #ED5434; }
span { border-color: rgb(237,84,52); }
td.TdClassName
{
border-color: #ED5434;
}
.TagClassName
{
border-color: #ED5434;
}
</style>