Shades of Outrageous Orange #EE603A
Tints of Outrageous Orange #EE603A
RGB
CMYK
RGB Variations
Color information
#EE603A (or 0xEE603A) is known color: Outrageous Orange. HEX triplet: EE, 60 and 3A. RGB value is (238,96,58). Sum of RGB (Red+Green+Blue) = 238+96+58=392 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.71% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 58 (23.05% from 255 or 14.80% from 392); Max value from RGB is 238 - color contains mainly: red. Hex color #EE603A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE603A is #119FC5. Grayscale: #868686. Windows color (decimal): -1155014 or 3825902. OLE color: 3825902.
HSL color Cylindrical-coordinate representation of color #EE603A: hue angle of 12.67º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE603A is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 96 | 58 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.07 |
| HSL | 12.67º | 0.84% | 0.58% | - |
| HSV(B) | 12.67º | 0.76% | 0.93% | - |
| XYZ | 40.21 | 26.85 | 7.07 | - |
| YUV | 134.13 | 85.04 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 96 | 58 | 0 | 0.60 | 0.76 | 0.07 | 12.67 | 0.84 | 0.58 |
| Hex | EE | 60 | 3A | 0 | 3C | 4C | 7 | D | 54 | 3A |
| Octal | 356 | 140 | 72 | 0 | 74 | 114 | 7 | 15 | 124 | 72 |
| Binary | 11101110 | 1100000 | 111010 | 0 | 111100 | 1001100 | 111 | 1101 | 1010100 | 111010 |
Color Harmonies of #EE603A
Complementary color
Monochromatic Colors of #EE603A
Black with #EE603A
Text Example
Text Example
White with #EE603A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE603A; }
p { color: rgb(238,96,58); }
H1.HeaderClassName
{
color: #EE603A;
}
.AnyTagClassName
{
color: #EE603A;
}
</style>
background-color css
<style>
a { background-color: #EE603A; }
a { background-color: rgb(238,96,58); }
div.DivClassName
{
background-color: #EE603A;
}
.BgClassName
{
background-color: #EE603A;
}
</style>
border-color css
<style>
span { border-color: #EE603A; }
span { border-color: rgb(238,96,58); }
td.TdClassName
{
border-color: #EE603A;
}
.TagClassName
{
border-color: #EE603A;
}
</style>