Shades of Outrageous Orange #EE622D
Tints of Outrageous Orange #EE622D
RGB
CMYK
RGB Variations
Color information
#EE622D (or 0xEE622D) is known color: Outrageous Orange. HEX triplet: EE, 62 and 2D. RGB value is (238,98,45). Sum of RGB (Red+Green+Blue) = 238+98+45=381 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.47% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 45 (17.97% from 255 or 11.81% from 381); Max value from RGB is 238 - color contains mainly: red. Hex color #EE622D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE622D is #119DD2. Grayscale: #868686. Windows color (decimal): -1154515 or 2974446. OLE color: 2974446.
HSL color Cylindrical-coordinate representation of color #EE622D: hue angle of 16.48º 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 #EE622D is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 98 | 45 | - |
| CMYK | 0 | 0.59 | 0.81 | 0.07 |
| HSL | 16.48º | 0.85% | 0.55% | - |
| HSV(B) | 16.48º | 0.81% | 0.93% | - |
| XYZ | 40.1 | 27.1 | 5.6 | - |
| YUV | 133.82 | 77.88 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 98 | 45 | 0 | 0.59 | 0.81 | 0.07 | 16.48 | 0.85 | 0.55 |
| Hex | EE | 62 | 2D | 0 | 3B | 51 | 7 | 10 | 55 | 37 |
| Octal | 356 | 142 | 55 | 0 | 73 | 121 | 7 | 20 | 125 | 67 |
| Binary | 11101110 | 1100010 | 101101 | 0 | 111011 | 1010001 | 111 | 10000 | 1010101 | 110111 |
Color Harmonies of #EE622D
Complementary color
Monochromatic Colors of #EE622D
Black with #EE622D
Text Example
Text Example
White with #EE622D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE622D; }
p { color: rgb(238,98,45); }
H1.HeaderClassName
{
color: #EE622D;
}
.AnyTagClassName
{
color: #EE622D;
}
</style>
background-color css
<style>
a { background-color: #EE622D; }
a { background-color: rgb(238,98,45); }
div.DivClassName
{
background-color: #EE622D;
}
.BgClassName
{
background-color: #EE622D;
}
</style>
border-color css
<style>
span { border-color: #EE622D; }
span { border-color: rgb(238,98,45); }
td.TdClassName
{
border-color: #EE622D;
}
.TagClassName
{
border-color: #EE622D;
}
</style>