Shades of Outrageous Orange #EE603C
Tints of Outrageous Orange #EE603C
RGB
CMYK
RGB Variations
Color information
#EE603C (or 0xEE603C) is known color: Outrageous Orange. HEX triplet: EE, 60 and 3C. RGB value is (238,96,60). Sum of RGB (Red+Green+Blue) = 238+96+60=394 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.41% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 238 - color contains mainly: red. Hex color #EE603C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE603C is #119FC3. Grayscale: #868686. Windows color (decimal): -1155012 or 3956974. OLE color: 3956974.
HSL color Cylindrical-coordinate representation of color #EE603C: hue angle of 12.13º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EE603C is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 96 | 60 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.07 |
| HSL | 12.13º | 0.84% | 0.58% | - |
| HSV(B) | 12.13º | 0.75% | 0.93% | - |
| XYZ | 40.26 | 26.87 | 7.34 | - |
| YUV | 134.35 | 86.04 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 96 | 60 | 0 | 0.60 | 0.75 | 0.07 | 12.13 | 0.84 | 0.58 |
| Hex | EE | 60 | 3C | 0 | 3C | 4B | 7 | C | 54 | 3A |
| Octal | 356 | 140 | 74 | 0 | 74 | 113 | 7 | 14 | 124 | 72 |
| Binary | 11101110 | 1100000 | 111100 | 0 | 111100 | 1001011 | 111 | 1100 | 1010100 | 111010 |
Color Harmonies of #EE603C
Complementary color
Monochromatic Colors of #EE603C
Black with #EE603C
Text Example
Text Example
White with #EE603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE603C; }
p { color: rgb(238,96,60); }
H1.HeaderClassName
{
color: #EE603C;
}
.AnyTagClassName
{
color: #EE603C;
}
</style>
background-color css
<style>
a { background-color: #EE603C; }
a { background-color: rgb(238,96,60); }
div.DivClassName
{
background-color: #EE603C;
}
.BgClassName
{
background-color: #EE603C;
}
</style>
border-color css
<style>
span { border-color: #EE603C; }
span { border-color: rgb(238,96,60); }
td.TdClassName
{
border-color: #EE603C;
}
.TagClassName
{
border-color: #EE603C;
}
</style>