Shades of Outrageous Orange #EF6531
Tints of Outrageous Orange #EF6531
RGB
CMYK
RGB Variations
Color information
#EF6531 (or 0xEF6531) is known color: Outrageous Orange. HEX triplet: EF, 65 and 31. RGB value is (239,101,49). Sum of RGB (Red+Green+Blue) = 239+101+49=389 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.44% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 49 (19.53% from 255 or 12.60% from 389); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6531 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF6531 is #109ACE. Grayscale: #888888. Windows color (decimal): -1088207 or 3237359. OLE color: 3237359.
HSL color Cylindrical-coordinate representation of color #EF6531: hue angle of 16.42º 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 #EF6531 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 49 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.06 |
| HSL | 16.42º | 0.86% | 0.56% | - |
| HSV(B) | 16.42º | 0.79% | 0.94% | - |
| XYZ | 40.8 | 27.88 | 6.14 | - |
| YUV | 136.33 | 78.72 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 49 | 0 | 0.58 | 0.79 | 0.06 | 16.42 | 0.86 | 0.56 |
| Hex | EF | 65 | 31 | 0 | 3A | 4F | 6 | 10 | 56 | 38 |
| Octal | 357 | 145 | 61 | 0 | 72 | 117 | 6 | 20 | 126 | 70 |
| Binary | 11101111 | 1100101 | 110001 | 0 | 111010 | 1001111 | 110 | 10000 | 1010110 | 111000 |
Color Harmonies of #EF6531
Complementary color
Monochromatic Colors of #EF6531
Black with #EF6531
Text Example
Text Example
White with #EF6531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6531; }
p { color: rgb(239,101,49); }
H1.HeaderClassName
{
color: #EF6531;
}
.AnyTagClassName
{
color: #EF6531;
}
</style>
background-color css
<style>
a { background-color: #EF6531; }
a { background-color: rgb(239,101,49); }
div.DivClassName
{
background-color: #EF6531;
}
.BgClassName
{
background-color: #EF6531;
}
</style>
border-color css
<style>
span { border-color: #EF6531; }
span { border-color: rgb(239,101,49); }
td.TdClassName
{
border-color: #EF6531;
}
.TagClassName
{
border-color: #EF6531;
}
</style>