Shades of Outrageous Orange #EE582D
Tints of Outrageous Orange #EE582D
RGB
CMYK
RGB Variations
Color information
#EE582D (or 0xEE582D) is known color: Outrageous Orange. HEX triplet: EE, 58 and 2D. RGB value is (238,88,45). Sum of RGB (Red+Green+Blue) = 238+88+45=371 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.15% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 238 - color contains mainly: red. Hex color #EE582D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE582D is #11A7D2. Grayscale: #808080. Windows color (decimal): -1157075 or 2971886. OLE color: 2971886.
HSL color Cylindrical-coordinate representation of color #EE582D: hue angle of 13.37º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE582D is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 88 | 45 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.07 |
| HSL | 13.37º | 0.85% | 0.55% | - |
| HSV(B) | 13.37º | 0.81% | 0.93% | - |
| XYZ | 39.22 | 25.35 | 5.31 | - |
| YUV | 127.95 | 81.2 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 88 | 45 | 0 | 0.63 | 0.81 | 0.07 | 13.37 | 0.85 | 0.55 |
| Hex | EE | 58 | 2D | 0 | 3F | 51 | 7 | D | 55 | 37 |
| Octal | 356 | 130 | 55 | 0 | 77 | 121 | 7 | 15 | 125 | 67 |
| Binary | 11101110 | 1011000 | 101101 | 0 | 111111 | 1010001 | 111 | 1101 | 1010101 | 110111 |
Color Harmonies of #EE582D
Complementary color
Monochromatic Colors of #EE582D
Black with #EE582D
Text Example
Text Example
White with #EE582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE582D; }
p { color: rgb(238,88,45); }
H1.HeaderClassName
{
color: #EE582D;
}
.AnyTagClassName
{
color: #EE582D;
}
</style>
background-color css
<style>
a { background-color: #EE582D; }
a { background-color: rgb(238,88,45); }
div.DivClassName
{
background-color: #EE582D;
}
.BgClassName
{
background-color: #EE582D;
}
</style>
border-color css
<style>
span { border-color: #EE582D; }
span { border-color: rgb(238,88,45); }
td.TdClassName
{
border-color: #EE582D;
}
.TagClassName
{
border-color: #EE582D;
}
</style>