Shades of Outrageous Orange #EF5A37
Tints of Outrageous Orange #EF5A37
RGB
CMYK
RGB Variations
Color information
#EF5A37 (or 0xEF5A37) is known color: Outrageous Orange. HEX triplet: EF, 5A and 37. RGB value is (239,90,55). Sum of RGB (Red+Green+Blue) = 239+90+55=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 55 (21.88% from 255 or 14.32% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5A37 is #10A5C8. Grayscale: #828282. Windows color (decimal): -1091017 or 3627759. OLE color: 3627759.
HSL color Cylindrical-coordinate representation of color #EF5A37: hue angle of 11.41º 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 #EF5A37 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 90 | 55 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.06 |
| HSL | 11.41º | 0.85% | 0.58% | - |
| HSV(B) | 11.41º | 0.77% | 0.94% | - |
| XYZ | 39.94 | 25.94 | 6.52 | - |
| YUV | 130.56 | 85.36 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 90 | 55 | 0 | 0.62 | 0.77 | 0.06 | 11.41 | 0.85 | 0.58 |
| Hex | EF | 5A | 37 | 0 | 3E | 4D | 6 | B | 55 | 3A |
| Octal | 357 | 132 | 67 | 0 | 76 | 115 | 6 | 13 | 125 | 72 |
| Binary | 11101111 | 1011010 | 110111 | 0 | 111110 | 1001101 | 110 | 1011 | 1010101 | 111010 |
Color Harmonies of #EF5A37
Complementary color
Monochromatic Colors of #EF5A37
Black with #EF5A37
Text Example
Text Example
White with #EF5A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5A37; }
p { color: rgb(239,90,55); }
H1.HeaderClassName
{
color: #EF5A37;
}
.AnyTagClassName
{
color: #EF5A37;
}
</style>
background-color css
<style>
a { background-color: #EF5A37; }
a { background-color: rgb(239,90,55); }
div.DivClassName
{
background-color: #EF5A37;
}
.BgClassName
{
background-color: #EF5A37;
}
</style>
border-color css
<style>
span { border-color: #EF5A37; }
span { border-color: rgb(239,90,55); }
td.TdClassName
{
border-color: #EF5A37;
}
.TagClassName
{
border-color: #EF5A37;
}
</style>