Shades of Outrageous Orange #EE642F
Tints of Outrageous Orange #EE642F
RGB
CMYK
RGB Variations
Color information
#EE642F (or 0xEE642F) is known color: Outrageous Orange. HEX triplet: EE, 64 and 2F. RGB value is (238,100,47). Sum of RGB (Red+Green+Blue) = 238+100+47=385 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.82% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 238 - color contains mainly: red. Hex color #EE642F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE642F is #119BD0. Grayscale: #878787. Windows color (decimal): -1154001 or 3106030. OLE color: 3106030.
HSL color Cylindrical-coordinate representation of color #EE642F: hue angle of 16.65º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE642F is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 100 | 47 | - |
| CMYK | 0 | 0.58 | 0.80 | 0.07 |
| HSL | 16.65º | 0.85% | 0.56% | - |
| HSV(B) | 16.65º | 0.8% | 0.93% | - |
| XYZ | 40.33 | 27.5 | 5.87 | - |
| YUV | 135.22 | 78.22 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 100 | 47 | 0 | 0.58 | 0.80 | 0.07 | 16.65 | 0.85 | 0.56 |
| Hex | EE | 64 | 2F | 0 | 3A | 50 | 7 | 11 | 55 | 38 |
| Octal | 356 | 144 | 57 | 0 | 72 | 120 | 7 | 21 | 125 | 70 |
| Binary | 11101110 | 1100100 | 101111 | 0 | 111010 | 1010000 | 111 | 10001 | 1010101 | 111000 |
Color Harmonies of #EE642F
Complementary color
Monochromatic Colors of #EE642F
Black with #EE642F
Text Example
Text Example
White with #EE642F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE642F; }
p { color: rgb(238,100,47); }
H1.HeaderClassName
{
color: #EE642F;
}
.AnyTagClassName
{
color: #EE642F;
}
</style>
background-color css
<style>
a { background-color: #EE642F; }
a { background-color: rgb(238,100,47); }
div.DivClassName
{
background-color: #EE642F;
}
.BgClassName
{
background-color: #EE642F;
}
</style>
border-color css
<style>
span { border-color: #EE642F; }
span { border-color: rgb(238,100,47); }
td.TdClassName
{
border-color: #EE642F;
}
.TagClassName
{
border-color: #EE642F;
}
</style>