Shades of Outrageous Orange #EF592F
Tints of Outrageous Orange #EF592F
RGB
CMYK
RGB Variations
Color information
#EF592F (or 0xEF592F) is known color: Outrageous Orange. HEX triplet: EF, 59 and 2F. RGB value is (239,89,47). Sum of RGB (Red+Green+Blue) = 239+89+47=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF592F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF592F is #10A6D0. Grayscale: #818181. Windows color (decimal): -1091281 or 3103215. OLE color: 3103215.
HSL color Cylindrical-coordinate representation of color #EF592F: hue angle of 13.12º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF592F is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 89 | 47 | - |
| CMYK | 0 | 0.63 | 0.80 | 0.06 |
| HSL | 13.13º | 0.86% | 0.56% | - |
| HSV(B) | 13.13º | 0.8% | 0.94% | - |
| XYZ | 39.68 | 25.7 | 5.56 | - |
| YUV | 129.06 | 81.7 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 89 | 47 | 0 | 0.63 | 0.80 | 0.06 | 13.13 | 0.86 | 0.56 |
| Hex | EF | 59 | 2F | 0 | 3F | 50 | 6 | D | 56 | 38 |
| Octal | 357 | 131 | 57 | 0 | 77 | 120 | 6 | 15 | 126 | 70 |
| Binary | 11101111 | 1011001 | 101111 | 0 | 111111 | 1010000 | 110 | 1101 | 1010110 | 111000 |
Color Harmonies of #EF592F
Complementary color
Monochromatic Colors of #EF592F
Black with #EF592F
Text Example
Text Example
White with #EF592F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF592F; }
p { color: rgb(239,89,47); }
H1.HeaderClassName
{
color: #EF592F;
}
.AnyTagClassName
{
color: #EF592F;
}
</style>
background-color css
<style>
a { background-color: #EF592F; }
a { background-color: rgb(239,89,47); }
div.DivClassName
{
background-color: #EF592F;
}
.BgClassName
{
background-color: #EF592F;
}
</style>
border-color css
<style>
span { border-color: #EF592F; }
span { border-color: rgb(239,89,47); }
td.TdClassName
{
border-color: #EF592F;
}
.TagClassName
{
border-color: #EF592F;
}
</style>