Shades of Outrageous Orange #EE6227
Tints of Outrageous Orange #EE6227
RGB
CMYK
RGB Variations
Color information
#EE6227 (or 0xEE6227) is known color: Outrageous Orange. HEX triplet: EE, 62 and 27. RGB value is (238,98,39). Sum of RGB (Red+Green+Blue) = 238+98+39=375 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.47% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 39 (15.62% from 255 or 10.4% from 375); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6227 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE6227 is #119DD8. Grayscale: #858585. Windows color (decimal): -1154521 or 2581230. OLE color: 2581230.
HSL color Cylindrical-coordinate representation of color #EE6227: hue angle of 17.79º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE6227 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 98 | 39 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.07 |
| HSL | 17.79º | 0.85% | 0.54% | - |
| HSV(B) | 17.79º | 0.84% | 0.93% | - |
| XYZ | 39.99 | 27.06 | 5.03 | - |
| YUV | 133.13 | 74.88 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 98 | 39 | 0 | 0.59 | 0.84 | 0.07 | 17.79 | 0.85 | 0.54 |
| Hex | EE | 62 | 27 | 0 | 3B | 54 | 7 | 12 | 55 | 36 |
| Octal | 356 | 142 | 47 | 0 | 73 | 124 | 7 | 22 | 125 | 66 |
| Binary | 11101110 | 1100010 | 100111 | 0 | 111011 | 1010100 | 111 | 10010 | 1010101 | 110110 |
Color Harmonies of #EE6227
Complementary color
Monochromatic Colors of #EE6227
Black with #EE6227
Text Example
Text Example
White with #EE6227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6227; }
p { color: rgb(238,98,39); }
H1.HeaderClassName
{
color: #EE6227;
}
.AnyTagClassName
{
color: #EE6227;
}
</style>
background-color css
<style>
a { background-color: #EE6227; }
a { background-color: rgb(238,98,39); }
div.DivClassName
{
background-color: #EE6227;
}
.BgClassName
{
background-color: #EE6227;
}
</style>
border-color css
<style>
span { border-color: #EE6227; }
span { border-color: rgb(238,98,39); }
td.TdClassName
{
border-color: #EE6227;
}
.TagClassName
{
border-color: #EE6227;
}
</style>