Shades of Outrageous Orange #EE663F
Tints of Outrageous Orange #EE663F
RGB
CMYK
RGB Variations
Color information
#EE663F (or 0xEE663F) is known color: Outrageous Orange. HEX triplet: EE, 66 and 3F. RGB value is (238,102,63). Sum of RGB (Red+Green+Blue) = 238+102+63=403 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.06% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 63 (25% from 255 or 15.63% from 403); Max value from RGB is 238 - color contains mainly: red. Hex color #EE663F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE663F is #1199C0. Grayscale: #8A8A8A. Windows color (decimal): -1153473 or 4155118. OLE color: 4155118.
HSL color Cylindrical-coordinate representation of color #EE663F: hue angle of 13.37º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE663F is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 102 | 63 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.07 |
| HSL | 13.37º | 0.84% | 0.59% | - |
| HSV(B) | 13.37º | 0.74% | 0.93% | - |
| XYZ | 40.91 | 28.04 | 7.96 | - |
| YUV | 138.22 | 85.56 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 102 | 63 | 0 | 0.57 | 0.74 | 0.07 | 13.37 | 0.84 | 0.59 |
| Hex | EE | 66 | 3F | 0 | 39 | 4A | 7 | D | 54 | 3B |
| Octal | 356 | 146 | 77 | 0 | 71 | 112 | 7 | 15 | 124 | 73 |
| Binary | 11101110 | 1100110 | 111111 | 0 | 111001 | 1001010 | 111 | 1101 | 1010100 | 111011 |
Color Harmonies of #EE663F
Complementary color
Monochromatic Colors of #EE663F
Black with #EE663F
Text Example
Text Example
White with #EE663F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE663F; }
p { color: rgb(238,102,63); }
H1.HeaderClassName
{
color: #EE663F;
}
.AnyTagClassName
{
color: #EE663F;
}
</style>
background-color css
<style>
a { background-color: #EE663F; }
a { background-color: rgb(238,102,63); }
div.DivClassName
{
background-color: #EE663F;
}
.BgClassName
{
background-color: #EE663F;
}
</style>
border-color css
<style>
span { border-color: #EE663F; }
span { border-color: rgb(238,102,63); }
td.TdClassName
{
border-color: #EE663F;
}
.TagClassName
{
border-color: #EE663F;
}
</style>