Shades of Outrageous Orange #EE6031
Tints of Outrageous Orange #EE6031
RGB
CMYK
RGB Variations
Color information
#EE6031 (or 0xEE6031) is known color: Outrageous Orange. HEX triplet: EE, 60 and 31. RGB value is (238,96,49). Sum of RGB (Red+Green+Blue) = 238+96+49=383 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.14% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 49 (19.53% from 255 or 12.79% from 383); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6031 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE6031 is #119FCE. Grayscale: #858585. Windows color (decimal): -1155023 or 3236078. OLE color: 3236078.
HSL color Cylindrical-coordinate representation of color #EE6031: hue angle of 14.92º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE6031 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 96 | 49 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.07 |
| HSL | 14.92º | 0.85% | 0.56% | - |
| HSV(B) | 14.92º | 0.79% | 0.93% | - |
| XYZ | 40 | 26.76 | 5.96 | - |
| YUV | 133.1 | 80.54 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 96 | 49 | 0 | 0.60 | 0.79 | 0.07 | 14.92 | 0.85 | 0.56 |
| Hex | EE | 60 | 31 | 0 | 3C | 4F | 7 | F | 55 | 38 |
| Octal | 356 | 140 | 61 | 0 | 74 | 117 | 7 | 17 | 125 | 70 |
| Binary | 11101110 | 1100000 | 110001 | 0 | 111100 | 1001111 | 111 | 1111 | 1010101 | 111000 |
Color Harmonies of #EE6031
Complementary color
Monochromatic Colors of #EE6031
Black with #EE6031
Text Example
Text Example
White with #EE6031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6031; }
p { color: rgb(238,96,49); }
H1.HeaderClassName
{
color: #EE6031;
}
.AnyTagClassName
{
color: #EE6031;
}
</style>
background-color css
<style>
a { background-color: #EE6031; }
a { background-color: rgb(238,96,49); }
div.DivClassName
{
background-color: #EE6031;
}
.BgClassName
{
background-color: #EE6031;
}
</style>
border-color css
<style>
span { border-color: #EE6031; }
span { border-color: rgb(238,96,49); }
td.TdClassName
{
border-color: #EE6031;
}
.TagClassName
{
border-color: #EE6031;
}
</style>