Shades of Outrageous Orange #EE6131
Tints of Outrageous Orange #EE6131
RGB
CMYK
RGB Variations
Color information
#EE6131 (or 0xEE6131) is known color: Outrageous Orange. HEX triplet: EE, 61 and 31. RGB value is (238,97,49). Sum of RGB (Red+Green+Blue) = 238+97+49=384 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.98% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 49 (19.53% from 255 or 12.76% from 384); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6131 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE6131 is #119ECE. Grayscale: #868686. Windows color (decimal): -1154767 or 3236334. OLE color: 3236334.
HSL color Cylindrical-coordinate representation of color #EE6131: hue angle of 15.24º 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 #EE6131 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 97 | 49 | - |
| CMYK | 0 | 0.59 | 0.79 | 0.07 |
| HSL | 15.24º | 0.85% | 0.56% | - |
| HSV(B) | 15.24º | 0.79% | 0.93% | - |
| XYZ | 40.09 | 26.95 | 5.99 | - |
| YUV | 133.69 | 80.21 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 97 | 49 | 0 | 0.59 | 0.79 | 0.07 | 15.24 | 0.85 | 0.56 |
| Hex | EE | 61 | 31 | 0 | 3B | 4F | 7 | F | 55 | 38 |
| Octal | 356 | 141 | 61 | 0 | 73 | 117 | 7 | 17 | 125 | 70 |
| Binary | 11101110 | 1100001 | 110001 | 0 | 111011 | 1001111 | 111 | 1111 | 1010101 | 111000 |
Color Harmonies of #EE6131
Complementary color
Monochromatic Colors of #EE6131
Black with #EE6131
Text Example
Text Example
White with #EE6131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6131; }
p { color: rgb(238,97,49); }
H1.HeaderClassName
{
color: #EE6131;
}
.AnyTagClassName
{
color: #EE6131;
}
</style>
background-color css
<style>
a { background-color: #EE6131; }
a { background-color: rgb(238,97,49); }
div.DivClassName
{
background-color: #EE6131;
}
.BgClassName
{
background-color: #EE6131;
}
</style>
border-color css
<style>
span { border-color: #EE6131; }
span { border-color: rgb(238,97,49); }
td.TdClassName
{
border-color: #EE6131;
}
.TagClassName
{
border-color: #EE6131;
}
</style>