Shades of Outrageous Orange #EF5C20
Tints of Outrageous Orange #EF5C20
RGB
CMYK
RGB Variations
Color information
#EF5C20 (or 0xEF5C20) is known color: Outrageous Orange. HEX triplet: EF, 5C and 20. RGB value is (239,92,32). Sum of RGB (Red+Green+Blue) = 239+92+32=363 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.84% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5C20 is #10A3DF. Grayscale: #818181. Windows color (decimal): -1090528 or 2120943. OLE color: 2120943.
HSL color Cylindrical-coordinate representation of color #EF5C20: hue angle of 17.39º 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 #EF5C20 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 92 | 32 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.06 |
| HSL | 17.39º | 0.87% | 0.53% | - |
| HSV(B) | 17.39º | 0.87% | 0.94% | - |
| XYZ | 39.68 | 26.11 | 4.31 | - |
| YUV | 129.11 | 73.2 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 92 | 32 | 0 | 0.62 | 0.87 | 0.06 | 17.39 | 0.87 | 0.53 |
| Hex | EF | 5C | 20 | 0 | 3E | 57 | 6 | 11 | 57 | 35 |
| Octal | 357 | 134 | 40 | 0 | 76 | 127 | 6 | 21 | 127 | 65 |
| Binary | 11101111 | 1011100 | 100000 | 0 | 111110 | 1010111 | 110 | 10001 | 1010111 | 110101 |
Color Harmonies of #EF5C20
Complementary color
Monochromatic Colors of #EF5C20
Black with #EF5C20
Text Example
Text Example
White with #EF5C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5C20; }
p { color: rgb(239,92,32); }
H1.HeaderClassName
{
color: #EF5C20;
}
.AnyTagClassName
{
color: #EF5C20;
}
</style>
background-color css
<style>
a { background-color: #EF5C20; }
a { background-color: rgb(239,92,32); }
div.DivClassName
{
background-color: #EF5C20;
}
.BgClassName
{
background-color: #EF5C20;
}
</style>
border-color css
<style>
span { border-color: #EF5C20; }
span { border-color: rgb(239,92,32); }
td.TdClassName
{
border-color: #EF5C20;
}
.TagClassName
{
border-color: #EF5C20;
}
</style>