Shades of Outrageous Orange #EF5A39
Tints of Outrageous Orange #EF5A39
RGB
CMYK
RGB Variations
Color information
#EF5A39 (or 0xEF5A39) is known color: Outrageous Orange. HEX triplet: EF, 5A and 39. RGB value is (239,90,57). Sum of RGB (Red+Green+Blue) = 239+90+57=386 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.92% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 57 (22.66% from 255 or 14.77% from 386); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A39 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5A39 is #10A5C6. Grayscale: #838383. Windows color (decimal): -1091015 or 3758831. OLE color: 3758831.
HSL color Cylindrical-coordinate representation of color #EF5A39: hue angle of 10.88º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF5A39 is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 90 | 57 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.06 |
| HSL | 10.88º | 0.85% | 0.58% | - |
| HSV(B) | 10.88º | 0.76% | 0.94% | - |
| XYZ | 39.99 | 25.96 | 6.77 | - |
| YUV | 130.79 | 86.36 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 90 | 57 | 0 | 0.62 | 0.76 | 0.06 | 10.88 | 0.85 | 0.58 |
| Hex | EF | 5A | 39 | 0 | 3E | 4C | 6 | B | 55 | 3A |
| Octal | 357 | 132 | 71 | 0 | 76 | 114 | 6 | 13 | 125 | 72 |
| Binary | 11101111 | 1011010 | 111001 | 0 | 111110 | 1001100 | 110 | 1011 | 1010101 | 111010 |
Color Harmonies of #EF5A39
Complementary color
Monochromatic Colors of #EF5A39
Black with #EF5A39
Text Example
Text Example
White with #EF5A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5A39; }
p { color: rgb(239,90,57); }
H1.HeaderClassName
{
color: #EF5A39;
}
.AnyTagClassName
{
color: #EF5A39;
}
</style>
background-color css
<style>
a { background-color: #EF5A39; }
a { background-color: rgb(239,90,57); }
div.DivClassName
{
background-color: #EF5A39;
}
.BgClassName
{
background-color: #EF5A39;
}
</style>
border-color css
<style>
span { border-color: #EF5A39; }
span { border-color: rgb(239,90,57); }
td.TdClassName
{
border-color: #EF5A39;
}
.TagClassName
{
border-color: #EF5A39;
}
</style>