Shades of Outrageous Orange #EF5B38
Tints of Outrageous Orange #EF5B38
RGB
CMYK
RGB Variations
Color information
#EF5B38 (or 0xEF5B38) is known color: Outrageous Orange. HEX triplet: EF, 5B and 38. RGB value is (239,91,56). Sum of RGB (Red+Green+Blue) = 239+91+56=386 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.92% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 56 (22.27% from 255 or 14.51% from 386); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5B38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5B38 is #10A4C7. Grayscale: #838383. Windows color (decimal): -1090760 or 3693551. OLE color: 3693551.
HSL color Cylindrical-coordinate representation of color #EF5B38: hue angle of 11.48º 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 #EF5B38 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 91 | 56 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.06 |
| HSL | 11.48º | 0.85% | 0.58% | - |
| HSV(B) | 11.48º | 0.77% | 0.94% | - |
| XYZ | 40.05 | 26.12 | 6.67 | - |
| YUV | 131.26 | 85.53 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 91 | 56 | 0 | 0.62 | 0.77 | 0.06 | 11.48 | 0.85 | 0.58 |
| Hex | EF | 5B | 38 | 0 | 3E | 4D | 6 | B | 55 | 3A |
| Octal | 357 | 133 | 70 | 0 | 76 | 115 | 6 | 13 | 125 | 72 |
| Binary | 11101111 | 1011011 | 111000 | 0 | 111110 | 1001101 | 110 | 1011 | 1010101 | 111010 |
Color Harmonies of #EF5B38
Complementary color
Monochromatic Colors of #EF5B38
Black with #EF5B38
Text Example
Text Example
White with #EF5B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5B38; }
p { color: rgb(239,91,56); }
H1.HeaderClassName
{
color: #EF5B38;
}
.AnyTagClassName
{
color: #EF5B38;
}
</style>
background-color css
<style>
a { background-color: #EF5B38; }
a { background-color: rgb(239,91,56); }
div.DivClassName
{
background-color: #EF5B38;
}
.BgClassName
{
background-color: #EF5B38;
}
</style>
border-color css
<style>
span { border-color: #EF5B38; }
span { border-color: rgb(239,91,56); }
td.TdClassName
{
border-color: #EF5B38;
}
.TagClassName
{
border-color: #EF5B38;
}
</style>