Shades of Outrageous Orange #EE6030
Tints of Outrageous Orange #EE6030
RGB
CMYK
RGB Variations
Color information
#EE6030 (or 0xEE6030) is known color: Outrageous Orange. HEX triplet: EE, 60 and 30. RGB value is (238,96,48). Sum of RGB (Red+Green+Blue) = 238+96+48=382 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.30% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6030 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE6030 is #119FCF. Grayscale: #858585. Windows color (decimal): -1155024 or 3170542. OLE color: 3170542.
HSL color Cylindrical-coordinate representation of color #EE6030: hue angle of 15.16º 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 #EE6030 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 96 | 48 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.07 |
| HSL | 15.16º | 0.85% | 0.56% | - |
| HSV(B) | 15.16º | 0.8% | 0.93% | - |
| XYZ | 39.98 | 26.76 | 5.85 | - |
| YUV | 132.99 | 80.04 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 96 | 48 | 0 | 0.60 | 0.80 | 0.07 | 15.16 | 0.85 | 0.56 |
| Hex | EE | 60 | 30 | 0 | 3C | 50 | 7 | F | 55 | 38 |
| Octal | 356 | 140 | 60 | 0 | 74 | 120 | 7 | 17 | 125 | 70 |
| Binary | 11101110 | 1100000 | 110000 | 0 | 111100 | 1010000 | 111 | 1111 | 1010101 | 111000 |
Color Harmonies of #EE6030
Complementary color
Monochromatic Colors of #EE6030
Black with #EE6030
Text Example
Text Example
White with #EE6030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6030; }
p { color: rgb(238,96,48); }
H1.HeaderClassName
{
color: #EE6030;
}
.AnyTagClassName
{
color: #EE6030;
}
</style>
background-color css
<style>
a { background-color: #EE6030; }
a { background-color: rgb(238,96,48); }
div.DivClassName
{
background-color: #EE6030;
}
.BgClassName
{
background-color: #EE6030;
}
</style>
border-color css
<style>
span { border-color: #EE6030; }
span { border-color: rgb(238,96,48); }
td.TdClassName
{
border-color: #EE6030;
}
.TagClassName
{
border-color: #EE6030;
}
</style>