Shades of Outrageous Orange #EE593A
Tints of Outrageous Orange #EE593A
RGB
CMYK
RGB Variations
Color information
#EE593A (or 0xEE593A) is known color: Outrageous Orange. HEX triplet: EE, 59 and 3A. RGB value is (238,89,58). Sum of RGB (Red+Green+Blue) = 238+89+58=385 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.82% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 58 (23.05% from 255 or 15.06% from 385); Max value from RGB is 238 - color contains mainly: red. Hex color #EE593A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE593A is #11A6C5. Grayscale: #828282. Windows color (decimal): -1156806 or 3824110. OLE color: 3824110.
HSL color Cylindrical-coordinate representation of color #EE593A: hue angle of 10.33º 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 #EE593A is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 89 | 58 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.07 |
| HSL | 10.33º | 0.84% | 0.58% | - |
| HSV(B) | 10.33º | 0.76% | 0.93% | - |
| XYZ | 39.6 | 25.63 | 6.86 | - |
| YUV | 130.02 | 87.36 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 89 | 58 | 0 | 0.63 | 0.76 | 0.07 | 10.33 | 0.84 | 0.58 |
| Hex | EE | 59 | 3A | 0 | 3F | 4C | 7 | A | 54 | 3A |
| Octal | 356 | 131 | 72 | 0 | 77 | 114 | 7 | 12 | 124 | 72 |
| Binary | 11101110 | 1011001 | 111010 | 0 | 111111 | 1001100 | 111 | 1010 | 1010100 | 111010 |
Color Harmonies of #EE593A
Complementary color
Monochromatic Colors of #EE593A
Black with #EE593A
Text Example
Text Example
White with #EE593A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE593A; }
p { color: rgb(238,89,58); }
H1.HeaderClassName
{
color: #EE593A;
}
.AnyTagClassName
{
color: #EE593A;
}
</style>
background-color css
<style>
a { background-color: #EE593A; }
a { background-color: rgb(238,89,58); }
div.DivClassName
{
background-color: #EE593A;
}
.BgClassName
{
background-color: #EE593A;
}
</style>
border-color css
<style>
span { border-color: #EE593A; }
span { border-color: rgb(238,89,58); }
td.TdClassName
{
border-color: #EE593A;
}
.TagClassName
{
border-color: #EE593A;
}
</style>