Shades of Outrageous Orange #EE632A
Tints of Outrageous Orange #EE632A
RGB
CMYK
RGB Variations
Color information
#EE632A (or 0xEE632A) is known color: Outrageous Orange. HEX triplet: EE, 63 and 2A. RGB value is (238,99,42). Sum of RGB (Red+Green+Blue) = 238+99+42=379 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.80% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 42 (16.80% from 255 or 11.08% from 379); Max value from RGB is 238 - color contains mainly: red. Hex color #EE632A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE632A is #119CD5. Grayscale: #868686. Windows color (decimal): -1154262 or 2778094. OLE color: 2778094.
HSL color Cylindrical-coordinate representation of color #EE632A: hue angle of 17.45º 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 #EE632A is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 99 | 42 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.07 |
| HSL | 17.45º | 0.85% | 0.55% | - |
| HSV(B) | 17.45º | 0.82% | 0.93% | - |
| XYZ | 40.14 | 27.27 | 5.34 | - |
| YUV | 134.06 | 76.05 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 99 | 42 | 0 | 0.58 | 0.82 | 0.07 | 17.45 | 0.85 | 0.55 |
| Hex | EE | 63 | 2A | 0 | 3A | 52 | 7 | 11 | 55 | 37 |
| Octal | 356 | 143 | 52 | 0 | 72 | 122 | 7 | 21 | 125 | 67 |
| Binary | 11101110 | 1100011 | 101010 | 0 | 111010 | 1010010 | 111 | 10001 | 1010101 | 110111 |
Color Harmonies of #EE632A
Complementary color
Monochromatic Colors of #EE632A
Black with #EE632A
Text Example
Text Example
White with #EE632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE632A; }
p { color: rgb(238,99,42); }
H1.HeaderClassName
{
color: #EE632A;
}
.AnyTagClassName
{
color: #EE632A;
}
</style>
background-color css
<style>
a { background-color: #EE632A; }
a { background-color: rgb(238,99,42); }
div.DivClassName
{
background-color: #EE632A;
}
.BgClassName
{
background-color: #EE632A;
}
</style>
border-color css
<style>
span { border-color: #EE632A; }
span { border-color: rgb(238,99,42); }
td.TdClassName
{
border-color: #EE632A;
}
.TagClassName
{
border-color: #EE632A;
}
</style>