Shades of Outrageous Orange #EF663C
Tints of Outrageous Orange #EF663C
RGB
CMYK
RGB Variations
Color information
#EF663C (or 0xEF663C) is known color: Outrageous Orange. HEX triplet: EF, 66 and 3C. RGB value is (239,102,60). Sum of RGB (Red+Green+Blue) = 239+102+60=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF663C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF663C is #1099C3. Grayscale: #8A8A8A. Windows color (decimal): -1087940 or 3958511. OLE color: 3958511.
HSL color Cylindrical-coordinate representation of color #EF663C: hue angle of 14.08º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF663C is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 60 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.06 |
| HSL | 14.08º | 0.85% | 0.59% | - |
| HSV(B) | 14.08º | 0.75% | 0.94% | - |
| XYZ | 41.16 | 28.18 | 7.54 | - |
| YUV | 138.18 | 83.89 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 60 | 0 | 0.57 | 0.75 | 0.06 | 14.08 | 0.85 | 0.59 |
| Hex | EF | 66 | 3C | 0 | 39 | 4B | 6 | E | 55 | 3B |
| Octal | 357 | 146 | 74 | 0 | 71 | 113 | 6 | 16 | 125 | 73 |
| Binary | 11101111 | 1100110 | 111100 | 0 | 111001 | 1001011 | 110 | 1110 | 1010101 | 111011 |
Color Harmonies of #EF663C
Complementary color
Monochromatic Colors of #EF663C
Black with #EF663C
Text Example
Text Example
White with #EF663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF663C; }
p { color: rgb(239,102,60); }
H1.HeaderClassName
{
color: #EF663C;
}
.AnyTagClassName
{
color: #EF663C;
}
</style>
background-color css
<style>
a { background-color: #EF663C; }
a { background-color: rgb(239,102,60); }
div.DivClassName
{
background-color: #EF663C;
}
.BgClassName
{
background-color: #EF663C;
}
</style>
border-color css
<style>
span { border-color: #EF663C; }
span { border-color: rgb(239,102,60); }
td.TdClassName
{
border-color: #EF663C;
}
.TagClassName
{
border-color: #EF663C;
}
</style>