Shades of Outrageous Orange #EF5C1E
Tints of Outrageous Orange #EF5C1E
RGB
CMYK
RGB Variations
Color information
#EF5C1E (or 0xEF5C1E) is known color: Outrageous Orange. HEX triplet: EF, 5C and 1E. RGB value is (239,92,30). Sum of RGB (Red+Green+Blue) = 239+92+30=361 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.20% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5C1E is #10A3E1. Grayscale: #818181. Windows color (decimal): -1090530 or 1989871. OLE color: 1989871.
HSL color Cylindrical-coordinate representation of color #EF5C1E: hue angle of 17.8º 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 #EF5C1E is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 92 | 30 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.06 |
| HSL | 17.8º | 0.87% | 0.53% | - |
| HSV(B) | 17.8º | 0.87% | 0.94% | - |
| XYZ | 39.66 | 26.1 | 4.18 | - |
| YUV | 128.89 | 72.2 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 92 | 30 | 0 | 0.62 | 0.87 | 0.06 | 17.8 | 0.87 | 0.53 |
| Hex | EF | 5C | 1E | 0 | 3E | 57 | 6 | 12 | 57 | 35 |
| Octal | 357 | 134 | 36 | 0 | 76 | 127 | 6 | 22 | 127 | 65 |
| Binary | 11101111 | 1011100 | 11110 | 0 | 111110 | 1010111 | 110 | 10010 | 1010111 | 110101 |
Color Harmonies of #EF5C1E
Complementary color
Monochromatic Colors of #EF5C1E
Black with #EF5C1E
Text Example
Text Example
White with #EF5C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5C1E; }
p { color: rgb(239,92,30); }
H1.HeaderClassName
{
color: #EF5C1E;
}
.AnyTagClassName
{
color: #EF5C1E;
}
</style>
background-color css
<style>
a { background-color: #EF5C1E; }
a { background-color: rgb(239,92,30); }
div.DivClassName
{
background-color: #EF5C1E;
}
.BgClassName
{
background-color: #EF5C1E;
}
</style>
border-color css
<style>
span { border-color: #EF5C1E; }
span { border-color: rgb(239,92,30); }
td.TdClassName
{
border-color: #EF5C1E;
}
.TagClassName
{
border-color: #EF5C1E;
}
</style>