Shades of Outrageous Orange #ED542A
Tints of Outrageous Orange #ED542A
RGB
CMYK
RGB Variations
Color information
#ED542A (or 0xED542A) is known color: Outrageous Orange. HEX triplet: ED, 54 and 2A. RGB value is (237,84,42). Sum of RGB (Red+Green+Blue) = 237+84+42=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED542A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED542A is #12ABD5. Grayscale: #7D7D7D. Windows color (decimal): -1223638 or 2774253. OLE color: 2774253.
HSL color Cylindrical-coordinate representation of color #ED542A: hue angle of 12.92º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED542A is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 84 | 42 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.07 |
| HSL | 12.92º | 0.84% | 0.55% | - |
| HSV(B) | 12.92º | 0.82% | 0.93% | - |
| XYZ | 38.51 | 24.51 | 4.89 | - |
| YUV | 124.96 | 81.19 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 84 | 42 | 0 | 0.65 | 0.82 | 0.07 | 12.92 | 0.84 | 0.55 |
| Hex | ED | 54 | 2A | 0 | 41 | 52 | 7 | D | 54 | 37 |
| Octal | 355 | 124 | 52 | 0 | 101 | 122 | 7 | 15 | 124 | 67 |
| Binary | 11101101 | 1010100 | 101010 | 0 | 1000001 | 1010010 | 111 | 1101 | 1010100 | 110111 |
Color Harmonies of #ED542A
Complementary color
Monochromatic Colors of #ED542A
Black with #ED542A
Text Example
Text Example
White with #ED542A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED542A; }
p { color: rgb(237,84,42); }
H1.HeaderClassName
{
color: #ED542A;
}
.AnyTagClassName
{
color: #ED542A;
}
</style>
background-color css
<style>
a { background-color: #ED542A; }
a { background-color: rgb(237,84,42); }
div.DivClassName
{
background-color: #ED542A;
}
.BgClassName
{
background-color: #ED542A;
}
</style>
border-color css
<style>
span { border-color: #ED542A; }
span { border-color: rgb(237,84,42); }
td.TdClassName
{
border-color: #ED542A;
}
.TagClassName
{
border-color: #ED542A;
}
</style>