Shades of Outrageous Orange #EF5B20
Tints of Outrageous Orange #EF5B20
RGB
CMYK
RGB Variations
Color information
#EF5B20 (or 0xEF5B20) is known color: Outrageous Orange. HEX triplet: EF, 5B and 20. RGB value is (239,91,32). Sum of RGB (Red+Green+Blue) = 239+91+32=362 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.02% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5B20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5B20 is #10A4DF. Grayscale: #808080. Windows color (decimal): -1090784 or 2120687. OLE color: 2120687.
HSL color Cylindrical-coordinate representation of color #EF5B20: hue angle of 17.1º 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 #EF5B20 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 91 | 32 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.06 |
| HSL | 17.1º | 0.87% | 0.53% | - |
| HSV(B) | 17.1º | 0.87% | 0.94% | - |
| XYZ | 39.6 | 25.94 | 4.29 | - |
| YUV | 128.53 | 73.53 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 91 | 32 | 0 | 0.62 | 0.87 | 0.06 | 17.1 | 0.87 | 0.53 |
| Hex | EF | 5B | 20 | 0 | 3E | 57 | 6 | 11 | 57 | 35 |
| Octal | 357 | 133 | 40 | 0 | 76 | 127 | 6 | 21 | 127 | 65 |
| Binary | 11101111 | 1011011 | 100000 | 0 | 111110 | 1010111 | 110 | 10001 | 1010111 | 110101 |
Color Harmonies of #EF5B20
Complementary color
Monochromatic Colors of #EF5B20
Black with #EF5B20
Text Example
Text Example
White with #EF5B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5B20; }
p { color: rgb(239,91,32); }
H1.HeaderClassName
{
color: #EF5B20;
}
.AnyTagClassName
{
color: #EF5B20;
}
</style>
background-color css
<style>
a { background-color: #EF5B20; }
a { background-color: rgb(239,91,32); }
div.DivClassName
{
background-color: #EF5B20;
}
.BgClassName
{
background-color: #EF5B20;
}
</style>
border-color css
<style>
span { border-color: #EF5B20; }
span { border-color: rgb(239,91,32); }
td.TdClassName
{
border-color: #EF5B20;
}
.TagClassName
{
border-color: #EF5B20;
}
</style>