Shades of Outrageous Orange #EE6028
Tints of Outrageous Orange #EE6028
RGB
CMYK
RGB Variations
Color information
#EE6028 (or 0xEE6028) is known color: Outrageous Orange. HEX triplet: EE, 60 and 28. RGB value is (238,96,40). Sum of RGB (Red+Green+Blue) = 238+96+40=374 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.64% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 40 (16.02% from 255 or 10.70% from 374); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6028 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE6028 is #119FD7. Grayscale: #848484. Windows color (decimal): -1155032 or 2646254. OLE color: 2646254.
HSL color Cylindrical-coordinate representation of color #EE6028: hue angle of 16.97º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE6028 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 96 | 40 | - |
| CMYK | 0 | 0.60 | 0.83 | 0.07 |
| HSL | 16.97º | 0.85% | 0.55% | - |
| HSV(B) | 16.97º | 0.83% | 0.93% | - |
| XYZ | 39.83 | 26.7 | 5.06 | - |
| YUV | 132.07 | 76.04 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 96 | 40 | 0 | 0.60 | 0.83 | 0.07 | 16.97 | 0.85 | 0.55 |
| Hex | EE | 60 | 28 | 0 | 3C | 53 | 7 | 11 | 55 | 37 |
| Octal | 356 | 140 | 50 | 0 | 74 | 123 | 7 | 21 | 125 | 67 |
| Binary | 11101110 | 1100000 | 101000 | 0 | 111100 | 1010011 | 111 | 10001 | 1010101 | 110111 |
Color Harmonies of #EE6028
Complementary color
Monochromatic Colors of #EE6028
Black with #EE6028
Text Example
Text Example
White with #EE6028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6028; }
p { color: rgb(238,96,40); }
H1.HeaderClassName
{
color: #EE6028;
}
.AnyTagClassName
{
color: #EE6028;
}
</style>
background-color css
<style>
a { background-color: #EE6028; }
a { background-color: rgb(238,96,40); }
div.DivClassName
{
background-color: #EE6028;
}
.BgClassName
{
background-color: #EE6028;
}
</style>
border-color css
<style>
span { border-color: #EE6028; }
span { border-color: rgb(238,96,40); }
td.TdClassName
{
border-color: #EE6028;
}
.TagClassName
{
border-color: #EE6028;
}
</style>