Shades of Outrageous Orange #EF5536
Tints of Outrageous Orange #EF5536
RGB
CMYK
RGB Variations
Color information
#EF5536 (or 0xEF5536) is known color: Outrageous Orange. HEX triplet: EF, 55 and 36. RGB value is (239,85,54). Sum of RGB (Red+Green+Blue) = 239+85+54=378 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.23% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 54 (21.48% from 255 or 14.29% from 378); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5536 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5536 is #10AAC9. Grayscale: #7F7F7F. Windows color (decimal): -1092298 or 3560943. OLE color: 3560943.
HSL color Cylindrical-coordinate representation of color #EF5536: hue angle of 10.05º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF5536 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 54 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.06 |
| HSL | 10.05º | 0.85% | 0.57% | - |
| HSV(B) | 10.05º | 0.77% | 0.94% | - |
| XYZ | 39.51 | 25.11 | 6.26 | - |
| YUV | 127.51 | 86.52 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 54 | 0 | 0.64 | 0.77 | 0.06 | 10.05 | 0.85 | 0.57 |
| Hex | EF | 55 | 36 | 0 | 40 | 4D | 6 | A | 55 | 39 |
| Octal | 357 | 125 | 66 | 0 | 100 | 115 | 6 | 12 | 125 | 71 |
| Binary | 11101111 | 1010101 | 110110 | 0 | 1000000 | 1001101 | 110 | 1010 | 1010101 | 111001 |
Color Harmonies of #EF5536
Complementary color
Monochromatic Colors of #EF5536
Black with #EF5536
Text Example
Text Example
White with #EF5536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5536; }
p { color: rgb(239,85,54); }
H1.HeaderClassName
{
color: #EF5536;
}
.AnyTagClassName
{
color: #EF5536;
}
</style>
background-color css
<style>
a { background-color: #EF5536; }
a { background-color: rgb(239,85,54); }
div.DivClassName
{
background-color: #EF5536;
}
.BgClassName
{
background-color: #EF5536;
}
</style>
border-color css
<style>
span { border-color: #EF5536; }
span { border-color: rgb(239,85,54); }
td.TdClassName
{
border-color: #EF5536;
}
.TagClassName
{
border-color: #EF5536;
}
</style>