Shades of Outrageous Orange #EE551F
Tints of Outrageous Orange #EE551F
RGB
CMYK
RGB Variations
Color information
#EE551F (or 0xEE551F) is known color: Outrageous Orange. HEX triplet: EE, 55 and 1F. RGB value is (238,85,31). Sum of RGB (Red+Green+Blue) = 238+85+31=354 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.23% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 238 - color contains mainly: red. Hex color #EE551F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE551F is #11AAE0. Grayscale: #7C7C7C. Windows color (decimal): -1157857 or 2053614. OLE color: 2053614.
HSL color Cylindrical-coordinate representation of color #EE551F: hue angle of 15.65º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE551F is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 85 | 31 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.07 |
| HSL | 15.65º | 0.86% | 0.53% | - |
| HSV(B) | 15.65º | 0.87% | 0.93% | - |
| XYZ | 38.76 | 24.77 | 4.04 | - |
| YUV | 124.59 | 75.19 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 85 | 31 | 0 | 0.64 | 0.87 | 0.07 | 15.65 | 0.86 | 0.53 |
| Hex | EE | 55 | 1F | 0 | 40 | 57 | 7 | 10 | 56 | 35 |
| Octal | 356 | 125 | 37 | 0 | 100 | 127 | 7 | 20 | 126 | 65 |
| Binary | 11101110 | 1010101 | 11111 | 0 | 1000000 | 1010111 | 111 | 10000 | 1010110 | 110101 |
Color Harmonies of #EE551F
Complementary color
Monochromatic Colors of #EE551F
Black with #EE551F
Text Example
Text Example
White with #EE551F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE551F; }
p { color: rgb(238,85,31); }
H1.HeaderClassName
{
color: #EE551F;
}
.AnyTagClassName
{
color: #EE551F;
}
</style>
background-color css
<style>
a { background-color: #EE551F; }
a { background-color: rgb(238,85,31); }
div.DivClassName
{
background-color: #EE551F;
}
.BgClassName
{
background-color: #EE551F;
}
</style>
border-color css
<style>
span { border-color: #EE551F; }
span { border-color: rgb(238,85,31); }
td.TdClassName
{
border-color: #EE551F;
}
.TagClassName
{
border-color: #EE551F;
}
</style>