Shades of Outrageous Orange #EE542E
Tints of Outrageous Orange #EE542E
RGB
CMYK
RGB Variations
Color information
#EE542E (or 0xEE542E) is known color: Outrageous Orange. HEX triplet: EE, 54 and 2E. RGB value is (238,84,46). Sum of RGB (Red+Green+Blue) = 238+84+46=368 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.67% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 46 (18.36% from 255 or 12.5% from 368); Max value from RGB is 238 - color contains mainly: red. Hex color #EE542E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE542E is #11ABD1. Grayscale: #7E7E7E. Windows color (decimal): -1158098 or 3036398. OLE color: 3036398.
HSL color Cylindrical-coordinate representation of color #EE542E: hue angle of 11.88º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE542E is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 84 | 46 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.07 |
| HSL | 11.88º | 0.85% | 0.56% | - |
| HSV(B) | 11.88º | 0.81% | 0.93% | - |
| XYZ | 38.92 | 24.72 | 5.3 | - |
| YUV | 125.71 | 83.02 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 84 | 46 | 0 | 0.65 | 0.81 | 0.07 | 11.88 | 0.85 | 0.56 |
| Hex | EE | 54 | 2E | 0 | 41 | 51 | 7 | C | 55 | 38 |
| Octal | 356 | 124 | 56 | 0 | 101 | 121 | 7 | 14 | 125 | 70 |
| Binary | 11101110 | 1010100 | 101110 | 0 | 1000001 | 1010001 | 111 | 1100 | 1010101 | 111000 |
Color Harmonies of #EE542E
Complementary color
Monochromatic Colors of #EE542E
Black with #EE542E
Text Example
Text Example
White with #EE542E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE542E; }
p { color: rgb(238,84,46); }
H1.HeaderClassName
{
color: #EE542E;
}
.AnyTagClassName
{
color: #EE542E;
}
</style>
background-color css
<style>
a { background-color: #EE542E; }
a { background-color: rgb(238,84,46); }
div.DivClassName
{
background-color: #EE542E;
}
.BgClassName
{
background-color: #EE542E;
}
</style>
border-color css
<style>
span { border-color: #EE542E; }
span { border-color: rgb(238,84,46); }
td.TdClassName
{
border-color: #EE542E;
}
.TagClassName
{
border-color: #EE542E;
}
</style>