Shades of Outrageous Orange #EF5D2E
Tints of Outrageous Orange #EF5D2E
RGB
CMYK
RGB Variations
Color information
#EF5D2E (or 0xEF5D2E) is known color: Outrageous Orange. HEX triplet: EF, 5D and 2E. RGB value is (239,93,46). Sum of RGB (Red+Green+Blue) = 239+93+46=378 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.23% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 46 (18.36% from 255 or 12.17% from 378); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5D2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5D2E is #10A2D1. Grayscale: #838383. Windows color (decimal): -1090258 or 3038703. OLE color: 3038703.
HSL color Cylindrical-coordinate representation of color #EF5D2E: hue angle of 14.61º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF5D2E is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 93 | 46 | - |
| CMYK | 0 | 0.61 | 0.81 | 0.06 |
| HSL | 14.61º | 0.86% | 0.56% | - |
| HSV(B) | 14.61º | 0.81% | 0.94% | - |
| XYZ | 40 | 26.38 | 5.57 | - |
| YUV | 131.3 | 79.87 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 93 | 46 | 0 | 0.61 | 0.81 | 0.06 | 14.61 | 0.86 | 0.56 |
| Hex | EF | 5D | 2E | 0 | 3D | 51 | 6 | F | 56 | 38 |
| Octal | 357 | 135 | 56 | 0 | 75 | 121 | 6 | 17 | 126 | 70 |
| Binary | 11101111 | 1011101 | 101110 | 0 | 111101 | 1010001 | 110 | 1111 | 1010110 | 111000 |
Color Harmonies of #EF5D2E
Complementary color
Monochromatic Colors of #EF5D2E
Black with #EF5D2E
Text Example
Text Example
White with #EF5D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5D2E; }
p { color: rgb(239,93,46); }
H1.HeaderClassName
{
color: #EF5D2E;
}
.AnyTagClassName
{
color: #EF5D2E;
}
</style>
background-color css
<style>
a { background-color: #EF5D2E; }
a { background-color: rgb(239,93,46); }
div.DivClassName
{
background-color: #EF5D2E;
}
.BgClassName
{
background-color: #EF5D2E;
}
</style>
border-color css
<style>
span { border-color: #EF5D2E; }
span { border-color: rgb(239,93,46); }
td.TdClassName
{
border-color: #EF5D2E;
}
.TagClassName
{
border-color: #EF5D2E;
}
</style>