Shades of Outrageous Orange #EE612E
Tints of Outrageous Orange #EE612E
RGB
CMYK
RGB Variations
Color information
#EE612E (or 0xEE612E) is known color: Outrageous Orange. HEX triplet: EE, 61 and 2E. RGB value is (238,97,46). Sum of RGB (Red+Green+Blue) = 238+97+46=381 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.47% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 46 (18.36% from 255 or 12.07% from 381); Max value from RGB is 238 - color contains mainly: red. Hex color #EE612E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE612E is #119ED1. Grayscale: #858585. Windows color (decimal): -1154770 or 3039726. OLE color: 3039726.
HSL color Cylindrical-coordinate representation of color #EE612E: hue angle of 15.94º 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 #EE612E is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 97 | 46 | - |
| CMYK | 0 | 0.59 | 0.81 | 0.07 |
| HSL | 15.94º | 0.85% | 0.56% | - |
| HSV(B) | 15.94º | 0.81% | 0.93% | - |
| XYZ | 40.03 | 26.92 | 5.67 | - |
| YUV | 133.35 | 78.71 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 97 | 46 | 0 | 0.59 | 0.81 | 0.07 | 15.94 | 0.85 | 0.56 |
| Hex | EE | 61 | 2E | 0 | 3B | 51 | 7 | 10 | 55 | 38 |
| Octal | 356 | 141 | 56 | 0 | 73 | 121 | 7 | 20 | 125 | 70 |
| Binary | 11101110 | 1100001 | 101110 | 0 | 111011 | 1010001 | 111 | 10000 | 1010101 | 111000 |
Color Harmonies of #EE612E
Complementary color
Monochromatic Colors of #EE612E
Black with #EE612E
Text Example
Text Example
White with #EE612E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE612E; }
p { color: rgb(238,97,46); }
H1.HeaderClassName
{
color: #EE612E;
}
.AnyTagClassName
{
color: #EE612E;
}
</style>
background-color css
<style>
a { background-color: #EE612E; }
a { background-color: rgb(238,97,46); }
div.DivClassName
{
background-color: #EE612E;
}
.BgClassName
{
background-color: #EE612E;
}
</style>
border-color css
<style>
span { border-color: #EE612E; }
span { border-color: rgb(238,97,46); }
td.TdClassName
{
border-color: #EE612E;
}
.TagClassName
{
border-color: #EE612E;
}
</style>