Shades of Outrageous Orange #EF6031
Tints of Outrageous Orange #EF6031
RGB
CMYK
RGB Variations
Color information
#EF6031 (or 0xEF6031) is known color: Outrageous Orange. HEX triplet: EF, 60 and 31. RGB value is (239,96,49). Sum of RGB (Red+Green+Blue) = 239+96+49=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 49 (19.53% from 255 or 12.76% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6031 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6031 is #109FCE. Grayscale: #858585. Windows color (decimal): -1089487 or 3236079. OLE color: 3236079.
HSL color Cylindrical-coordinate representation of color #EF6031: hue angle of 14.84º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF6031 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 96 | 49 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.06 |
| HSL | 14.84º | 0.86% | 0.56% | - |
| HSV(B) | 14.84º | 0.79% | 0.94% | - |
| XYZ | 40.33 | 26.94 | 5.98 | - |
| YUV | 133.4 | 80.38 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 96 | 49 | 0 | 0.60 | 0.79 | 0.06 | 14.84 | 0.86 | 0.56 |
| Hex | EF | 60 | 31 | 0 | 3C | 4F | 6 | F | 56 | 38 |
| Octal | 357 | 140 | 61 | 0 | 74 | 117 | 6 | 17 | 126 | 70 |
| Binary | 11101111 | 1100000 | 110001 | 0 | 111100 | 1001111 | 110 | 1111 | 1010110 | 111000 |
Color Harmonies of #EF6031
Complementary color
Monochromatic Colors of #EF6031
Black with #EF6031
Text Example
Text Example
White with #EF6031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6031; }
p { color: rgb(239,96,49); }
H1.HeaderClassName
{
color: #EF6031;
}
.AnyTagClassName
{
color: #EF6031;
}
</style>
background-color css
<style>
a { background-color: #EF6031; }
a { background-color: rgb(239,96,49); }
div.DivClassName
{
background-color: #EF6031;
}
.BgClassName
{
background-color: #EF6031;
}
</style>
border-color css
<style>
span { border-color: #EF6031; }
span { border-color: rgb(239,96,49); }
td.TdClassName
{
border-color: #EF6031;
}
.TagClassName
{
border-color: #EF6031;
}
</style>