Shades of Outrageous Orange #EE552B
Tints of Outrageous Orange #EE552B
RGB
CMYK
RGB Variations
Color information
#EE552B (or 0xEE552B) is known color: Outrageous Orange. HEX triplet: EE, 55 and 2B. RGB value is (238,85,43). Sum of RGB (Red+Green+Blue) = 238+85+43=366 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.03% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 43 (17.19% from 255 or 11.75% from 366); Max value from RGB is 238 - color contains mainly: red. Hex color #EE552B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE552B is #11AAD4. Grayscale: #7E7E7E. Windows color (decimal): -1157845 or 2840046. OLE color: 2840046.
HSL color Cylindrical-coordinate representation of color #EE552B: hue angle of 12.92º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE552B is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 85 | 43 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.07 |
| HSL | 12.92º | 0.85% | 0.55% | - |
| HSV(B) | 12.92º | 0.82% | 0.93% | - |
| XYZ | 38.94 | 24.85 | 5.03 | - |
| YUV | 125.96 | 81.19 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 85 | 43 | 0 | 0.64 | 0.82 | 0.07 | 12.92 | 0.85 | 0.55 |
| Hex | EE | 55 | 2B | 0 | 40 | 52 | 7 | D | 55 | 37 |
| Octal | 356 | 125 | 53 | 0 | 100 | 122 | 7 | 15 | 125 | 67 |
| Binary | 11101110 | 1010101 | 101011 | 0 | 1000000 | 1010010 | 111 | 1101 | 1010101 | 110111 |
Color Harmonies of #EE552B
Complementary color
Monochromatic Colors of #EE552B
Black with #EE552B
Text Example
Text Example
White with #EE552B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE552B; }
p { color: rgb(238,85,43); }
H1.HeaderClassName
{
color: #EE552B;
}
.AnyTagClassName
{
color: #EE552B;
}
</style>
background-color css
<style>
a { background-color: #EE552B; }
a { background-color: rgb(238,85,43); }
div.DivClassName
{
background-color: #EE552B;
}
.BgClassName
{
background-color: #EE552B;
}
</style>
border-color css
<style>
span { border-color: #EE552B; }
span { border-color: rgb(238,85,43); }
td.TdClassName
{
border-color: #EE552B;
}
.TagClassName
{
border-color: #EE552B;
}
</style>