Shades of Outrageous Orange #EE5E3F
Tints of Outrageous Orange #EE5E3F
RGB
CMYK
RGB Variations
Color information
#EE5E3F (or 0xEE5E3F) is known color: Outrageous Orange. HEX triplet: EE, 5E and 3F. RGB value is (238,94,63). Sum of RGB (Red+Green+Blue) = 238+94+63=395 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.25% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5E3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE5E3F is #11A1C0. Grayscale: #858585. Windows color (decimal): -1155521 or 4153070. OLE color: 4153070.
HSL color Cylindrical-coordinate representation of color #EE5E3F: hue angle of 10.63º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE5E3F is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 94 | 63 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.07 |
| HSL | 10.63º | 0.84% | 0.59% | - |
| HSV(B) | 10.63º | 0.74% | 0.93% | - |
| XYZ | 40.16 | 26.54 | 7.71 | - |
| YUV | 133.52 | 88.21 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 94 | 63 | 0 | 0.61 | 0.74 | 0.07 | 10.63 | 0.84 | 0.59 |
| Hex | EE | 5E | 3F | 0 | 3D | 4A | 7 | B | 54 | 3B |
| Octal | 356 | 136 | 77 | 0 | 75 | 112 | 7 | 13 | 124 | 73 |
| Binary | 11101110 | 1011110 | 111111 | 0 | 111101 | 1001010 | 111 | 1011 | 1010100 | 111011 |
Color Harmonies of #EE5E3F
Complementary color
Monochromatic Colors of #EE5E3F
Black with #EE5E3F
Text Example
Text Example
White with #EE5E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5E3F; }
p { color: rgb(238,94,63); }
H1.HeaderClassName
{
color: #EE5E3F;
}
.AnyTagClassName
{
color: #EE5E3F;
}
</style>
background-color css
<style>
a { background-color: #EE5E3F; }
a { background-color: rgb(238,94,63); }
div.DivClassName
{
background-color: #EE5E3F;
}
.BgClassName
{
background-color: #EE5E3F;
}
</style>
border-color css
<style>
span { border-color: #EE5E3F; }
span { border-color: rgb(238,94,63); }
td.TdClassName
{
border-color: #EE5E3F;
}
.TagClassName
{
border-color: #EE5E3F;
}
</style>