Shades of Outrageous Orange #EF5A1F
Tints of Outrageous Orange #EF5A1F
RGB
CMYK
RGB Variations
Color information
#EF5A1F (or 0xEF5A1F) is known color: Outrageous Orange. HEX triplet: EF, 5A and 1F. RGB value is (239,90,31). Sum of RGB (Red+Green+Blue) = 239+90+31=360 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.39% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 31 (12.5% from 255 or 8.61% from 360); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5A1F is #10A5E0. Grayscale: #808080. Windows color (decimal): -1091041 or 2054895. OLE color: 2054895.
HSL color Cylindrical-coordinate representation of color #EF5A1F: hue angle of 17.02º 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 #EF5A1F is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 90 | 31 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.06 |
| HSL | 17.02º | 0.87% | 0.53% | - |
| HSV(B) | 17.02º | 0.87% | 0.94% | - |
| XYZ | 39.5 | 25.76 | 4.19 | - |
| YUV | 127.83 | 73.36 | 207.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 90 | 31 | 0 | 0.62 | 0.87 | 0.06 | 17.02 | 0.87 | 0.53 |
| Hex | EF | 5A | 1F | 0 | 3E | 57 | 6 | 11 | 57 | 35 |
| Octal | 357 | 132 | 37 | 0 | 76 | 127 | 6 | 21 | 127 | 65 |
| Binary | 11101111 | 1011010 | 11111 | 0 | 111110 | 1010111 | 110 | 10001 | 1010111 | 110101 |
Color Harmonies of #EF5A1F
Complementary color
Monochromatic Colors of #EF5A1F
Black with #EF5A1F
Text Example
Text Example
White with #EF5A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5A1F; }
p { color: rgb(239,90,31); }
H1.HeaderClassName
{
color: #EF5A1F;
}
.AnyTagClassName
{
color: #EF5A1F;
}
</style>
background-color css
<style>
a { background-color: #EF5A1F; }
a { background-color: rgb(239,90,31); }
div.DivClassName
{
background-color: #EF5A1F;
}
.BgClassName
{
background-color: #EF5A1F;
}
</style>
border-color css
<style>
span { border-color: #EF5A1F; }
span { border-color: rgb(239,90,31); }
td.TdClassName
{
border-color: #EF5A1F;
}
.TagClassName
{
border-color: #EF5A1F;
}
</style>