Shades of Outrageous Orange #EE532C
Tints of Outrageous Orange #EE532C
RGB
CMYK
RGB Variations
Color information
#EE532C (or 0xEE532C) is known color: Outrageous Orange. HEX triplet: EE, 53 and 2C. RGB value is (238,83,44). Sum of RGB (Red+Green+Blue) = 238+83+44=365 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.21% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 44 (17.58% from 255 or 12.05% from 365); Max value from RGB is 238 - color contains mainly: red. Hex color #EE532C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE532C is #11ACD3. Grayscale: #7D7D7D. Windows color (decimal): -1158356 or 2905070. OLE color: 2905070.
HSL color Cylindrical-coordinate representation of color #EE532C: hue angle of 12.06º 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 #EE532C is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 83 | 44 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.07 |
| HSL | 12.06º | 0.85% | 0.55% | - |
| HSV(B) | 12.06º | 0.82% | 0.93% | - |
| XYZ | 38.81 | 24.55 | 5.08 | - |
| YUV | 124.9 | 82.35 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 83 | 44 | 0 | 0.65 | 0.82 | 0.07 | 12.06 | 0.85 | 0.55 |
| Hex | EE | 53 | 2C | 0 | 41 | 52 | 7 | C | 55 | 37 |
| Octal | 356 | 123 | 54 | 0 | 101 | 122 | 7 | 14 | 125 | 67 |
| Binary | 11101110 | 1010011 | 101100 | 0 | 1000001 | 1010010 | 111 | 1100 | 1010101 | 110111 |
Color Harmonies of #EE532C
Complementary color
Monochromatic Colors of #EE532C
Black with #EE532C
Text Example
Text Example
White with #EE532C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE532C; }
p { color: rgb(238,83,44); }
H1.HeaderClassName
{
color: #EE532C;
}
.AnyTagClassName
{
color: #EE532C;
}
</style>
background-color css
<style>
a { background-color: #EE532C; }
a { background-color: rgb(238,83,44); }
div.DivClassName
{
background-color: #EE532C;
}
.BgClassName
{
background-color: #EE532C;
}
</style>
border-color css
<style>
span { border-color: #EE532C; }
span { border-color: rgb(238,83,44); }
td.TdClassName
{
border-color: #EE532C;
}
.TagClassName
{
border-color: #EE532C;
}
</style>