Shades of Outrageous Orange #EF603C
Tints of Outrageous Orange #EF603C
RGB
CMYK
RGB Variations
Color information
#EF603C (or 0xEF603C) is known color: Outrageous Orange. HEX triplet: EF, 60 and 3C. RGB value is (239,96,60). Sum of RGB (Red+Green+Blue) = 239+96+60=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 60 (23.83% from 255 or 15.19% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF603C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF603C is #109FC3. Grayscale: #868686. Windows color (decimal): -1089476 or 3956975. OLE color: 3956975.
HSL color Cylindrical-coordinate representation of color #EF603C: hue angle of 12.07º 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 #EF603C is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 96 | 60 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.06 |
| HSL | 12.07º | 0.85% | 0.59% | - |
| HSV(B) | 12.07º | 0.75% | 0.94% | - |
| XYZ | 40.6 | 27.04 | 7.36 | - |
| YUV | 134.65 | 85.88 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 96 | 60 | 0 | 0.60 | 0.75 | 0.06 | 12.07 | 0.85 | 0.59 |
| Hex | EF | 60 | 3C | 0 | 3C | 4B | 6 | C | 55 | 3B |
| Octal | 357 | 140 | 74 | 0 | 74 | 113 | 6 | 14 | 125 | 73 |
| Binary | 11101111 | 1100000 | 111100 | 0 | 111100 | 1001011 | 110 | 1100 | 1010101 | 111011 |
Color Harmonies of #EF603C
Complementary color
Monochromatic Colors of #EF603C
Black with #EF603C
Text Example
Text Example
White with #EF603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF603C; }
p { color: rgb(239,96,60); }
H1.HeaderClassName
{
color: #EF603C;
}
.AnyTagClassName
{
color: #EF603C;
}
</style>
background-color css
<style>
a { background-color: #EF603C; }
a { background-color: rgb(239,96,60); }
div.DivClassName
{
background-color: #EF603C;
}
.BgClassName
{
background-color: #EF603C;
}
</style>
border-color css
<style>
span { border-color: #EF603C; }
span { border-color: rgb(239,96,60); }
td.TdClassName
{
border-color: #EF603C;
}
.TagClassName
{
border-color: #EF603C;
}
</style>