Shades of Outrageous Orange #EF5E38
Tints of Outrageous Orange #EF5E38
RGB
CMYK
RGB Variations
Color information
#EF5E38 (or 0xEF5E38) is known color: Outrageous Orange. HEX triplet: EF, 5E and 38. RGB value is (239,94,56). Sum of RGB (Red+Green+Blue) = 239+94+56=389 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.44% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 56 (22.27% from 255 or 14.40% from 389); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5E38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5E38 is #10A1C7. Grayscale: #858585. Windows color (decimal): -1089992 or 3694319. OLE color: 3694319.
HSL color Cylindrical-coordinate representation of color #EF5E38: hue angle of 12.46º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF5E38 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 94 | 56 | - |
| CMYK | 0 | 0.61 | 0.77 | 0.06 |
| HSL | 12.46º | 0.85% | 0.58% | - |
| HSV(B) | 12.46º | 0.77% | 0.94% | - |
| XYZ | 40.31 | 26.64 | 6.76 | - |
| YUV | 133.02 | 84.54 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 94 | 56 | 0 | 0.61 | 0.77 | 0.06 | 12.46 | 0.85 | 0.58 |
| Hex | EF | 5E | 38 | 0 | 3D | 4D | 6 | C | 55 | 3A |
| Octal | 357 | 136 | 70 | 0 | 75 | 115 | 6 | 14 | 125 | 72 |
| Binary | 11101111 | 1011110 | 111000 | 0 | 111101 | 1001101 | 110 | 1100 | 1010101 | 111010 |
Color Harmonies of #EF5E38
Complementary color
Monochromatic Colors of #EF5E38
Black with #EF5E38
Text Example
Text Example
White with #EF5E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5E38; }
p { color: rgb(239,94,56); }
H1.HeaderClassName
{
color: #EF5E38;
}
.AnyTagClassName
{
color: #EF5E38;
}
</style>
background-color css
<style>
a { background-color: #EF5E38; }
a { background-color: rgb(239,94,56); }
div.DivClassName
{
background-color: #EF5E38;
}
.BgClassName
{
background-color: #EF5E38;
}
</style>
border-color css
<style>
span { border-color: #EF5E38; }
span { border-color: rgb(239,94,56); }
td.TdClassName
{
border-color: #EF5E38;
}
.TagClassName
{
border-color: #EF5E38;
}
</style>