Shades of Outrageous Orange #EE582F
Tints of Outrageous Orange #EE582F
RGB
CMYK
RGB Variations
Color information
#EE582F (or 0xEE582F) is known color: Outrageous Orange. HEX triplet: EE, 58 and 2F. RGB value is (238,88,47). Sum of RGB (Red+Green+Blue) = 238+88+47=373 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.81% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 238 - color contains mainly: red. Hex color #EE582F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE582F is #11A7D0. Grayscale: #808080. Windows color (decimal): -1157073 or 3102958. OLE color: 3102958.
HSL color Cylindrical-coordinate representation of color #EE582F: hue angle of 12.88º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE582F is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 88 | 47 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.07 |
| HSL | 12.88º | 0.85% | 0.56% | - |
| HSV(B) | 12.88º | 0.8% | 0.93% | - |
| XYZ | 39.26 | 25.36 | 5.52 | - |
| YUV | 128.18 | 82.2 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 88 | 47 | 0 | 0.63 | 0.80 | 0.07 | 12.88 | 0.85 | 0.56 |
| Hex | EE | 58 | 2F | 0 | 3F | 50 | 7 | D | 55 | 38 |
| Octal | 356 | 130 | 57 | 0 | 77 | 120 | 7 | 15 | 125 | 70 |
| Binary | 11101110 | 1011000 | 101111 | 0 | 111111 | 1010000 | 111 | 1101 | 1010101 | 111000 |
Color Harmonies of #EE582F
Complementary color
Monochromatic Colors of #EE582F
Black with #EE582F
Text Example
Text Example
White with #EE582F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE582F; }
p { color: rgb(238,88,47); }
H1.HeaderClassName
{
color: #EE582F;
}
.AnyTagClassName
{
color: #EE582F;
}
</style>
background-color css
<style>
a { background-color: #EE582F; }
a { background-color: rgb(238,88,47); }
div.DivClassName
{
background-color: #EE582F;
}
.BgClassName
{
background-color: #EE582F;
}
</style>
border-color css
<style>
span { border-color: #EE582F; }
span { border-color: rgb(238,88,47); }
td.TdClassName
{
border-color: #EE582F;
}
.TagClassName
{
border-color: #EE582F;
}
</style>