Shades of Outrageous Orange #EF602C
Tints of Outrageous Orange #EF602C
RGB
CMYK
RGB Variations
Color information
#EF602C (or 0xEF602C) is known color: Outrageous Orange. HEX triplet: EF, 60 and 2C. RGB value is (239,96,44). Sum of RGB (Red+Green+Blue) = 239+96+44=379 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.06% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 239 - color contains mainly: red. Hex color #EF602C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF602C is #109FD3. Grayscale: #858585. Windows color (decimal): -1089492 or 2908399. OLE color: 2908399.
HSL color Cylindrical-coordinate representation of color #EF602C: hue angle of 16º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF602C is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 96 | 44 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.06 |
| HSL | 16º | 0.86% | 0.55% | - |
| HSV(B) | 16º | 0.82% | 0.94% | - |
| XYZ | 40.23 | 26.9 | 5.45 | - |
| YUV | 132.83 | 77.88 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 96 | 44 | 0 | 0.60 | 0.82 | 0.06 | 16 | 0.86 | 0.55 |
| Hex | EF | 60 | 2C | 0 | 3C | 52 | 6 | 10 | 56 | 37 |
| Octal | 357 | 140 | 54 | 0 | 74 | 122 | 6 | 20 | 126 | 67 |
| Binary | 11101111 | 1100000 | 101100 | 0 | 111100 | 1010010 | 110 | 10000 | 1010110 | 110111 |
Color Harmonies of #EF602C
Complementary color
Monochromatic Colors of #EF602C
Black with #EF602C
Text Example
Text Example
White with #EF602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF602C; }
p { color: rgb(239,96,44); }
H1.HeaderClassName
{
color: #EF602C;
}
.AnyTagClassName
{
color: #EF602C;
}
</style>
background-color css
<style>
a { background-color: #EF602C; }
a { background-color: rgb(239,96,44); }
div.DivClassName
{
background-color: #EF602C;
}
.BgClassName
{
background-color: #EF602C;
}
</style>
border-color css
<style>
span { border-color: #EF602C; }
span { border-color: rgb(239,96,44); }
td.TdClassName
{
border-color: #EF602C;
}
.TagClassName
{
border-color: #EF602C;
}
</style>