Shades of Outrageous Orange #EE562E
Tints of Outrageous Orange #EE562E
RGB
CMYK
RGB Variations
Color information
#EE562E (or 0xEE562E) is known color: Outrageous Orange. HEX triplet: EE, 56 and 2E. RGB value is (238,86,46). Sum of RGB (Red+Green+Blue) = 238+86+46=370 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.32% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 46 (18.36% from 255 or 12.43% from 370); Max value from RGB is 238 - color contains mainly: red. Hex color #EE562E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE562E is #11A9D1. Grayscale: #7F7F7F. Windows color (decimal): -1157586 or 3036910. OLE color: 3036910.
HSL color Cylindrical-coordinate representation of color #EE562E: hue angle of 12.5º 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 #EE562E is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 86 | 46 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.07 |
| HSL | 12.5º | 0.85% | 0.56% | - |
| HSV(B) | 12.5º | 0.81% | 0.93% | - |
| XYZ | 39.08 | 25.03 | 5.36 | - |
| YUV | 126.89 | 82.36 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 86 | 46 | 0 | 0.64 | 0.81 | 0.07 | 12.5 | 0.85 | 0.56 |
| Hex | EE | 56 | 2E | 0 | 40 | 51 | 7 | C | 55 | 38 |
| Octal | 356 | 126 | 56 | 0 | 100 | 121 | 7 | 14 | 125 | 70 |
| Binary | 11101110 | 1010110 | 101110 | 0 | 1000000 | 1010001 | 111 | 1100 | 1010101 | 111000 |
Color Harmonies of #EE562E
Complementary color
Monochromatic Colors of #EE562E
Black with #EE562E
Text Example
Text Example
White with #EE562E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE562E; }
p { color: rgb(238,86,46); }
H1.HeaderClassName
{
color: #EE562E;
}
.AnyTagClassName
{
color: #EE562E;
}
</style>
background-color css
<style>
a { background-color: #EE562E; }
a { background-color: rgb(238,86,46); }
div.DivClassName
{
background-color: #EE562E;
}
.BgClassName
{
background-color: #EE562E;
}
</style>
border-color css
<style>
span { border-color: #EE562E; }
span { border-color: rgb(238,86,46); }
td.TdClassName
{
border-color: #EE562E;
}
.TagClassName
{
border-color: #EE562E;
}
</style>