Shades of Outrageous Orange #EF5E1F
Tints of Outrageous Orange #EF5E1F
RGB
CMYK
RGB Variations
Color information
#EF5E1F (or 0xEF5E1F) is known color: Outrageous Orange. HEX triplet: EF, 5E and 1F. RGB value is (239,94,31). Sum of RGB (Red+Green+Blue) = 239+94+31=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 31 (12.5% from 255 or 8.52% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5E1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5E1F is #10A1E0. Grayscale: #828282. Windows color (decimal): -1090017 or 2055919. OLE color: 2055919.
HSL color Cylindrical-coordinate representation of color #EF5E1F: hue angle of 18.17º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF5E1F is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 94 | 31 | - |
CMYK | 0 | 0.61 | 0.87 | 0.06 |
HSL | 18.17º | 0.87% | 0.53% | - |
HSV(B) | 18.17º | 0.87% | 0.94% | - |
XYZ | 39.85 | 26.46 | 4.3 | - |
YUV | 130.17 | 72.04 | 205.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 94 | 31 | 0 | 0.61 | 0.87 | 0.06 | 18.17 | 0.87 | 0.53 |
Hex | EF | 5E | 1F | 0 | 3D | 57 | 6 | 12 | 57 | 35 |
Octal | 357 | 136 | 37 | 0 | 75 | 127 | 6 | 22 | 127 | 65 |
Binary | 11101111 | 1011110 | 11111 | 0 | 111101 | 1010111 | 110 | 10010 | 1010111 | 110101 |
Color Harmonies of #EF5E1F
Complementary color
Monochromatic Colors of #EF5E1F
Black with #EF5E1F
Text Example
Text Example
White with #EF5E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5E1F; }
p { color: rgb(239,94,31); }
H1.HeaderClassName
{
color: #EF5E1F;
}
.AnyTagClassName
{
color: #EF5E1F;
}
</style>
background-color css
<style>
a { background-color: #EF5E1F; }
a { background-color: rgb(239,94,31); }
div.DivClassName
{
background-color: #EF5E1F;
}
.BgClassName
{
background-color: #EF5E1F;
}
</style>
border-color css
<style>
span { border-color: #EF5E1F; }
span { border-color: rgb(239,94,31); }
td.TdClassName
{
border-color: #EF5E1F;
}
.TagClassName
{
border-color: #EF5E1F;
}
</style>