Shades of Outrageous Orange #EF5A20
Tints of Outrageous Orange #EF5A20
RGB
CMYK
RGB Variations
Color information
#EF5A20 (or 0xEF5A20) is known color: Outrageous Orange. HEX triplet: EF, 5A and 20. RGB value is (239,90,32). Sum of RGB (Red+Green+Blue) = 239+90+32=361 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.20% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5A20 is #10A5DF. Grayscale: #808080. Windows color (decimal): -1091040 or 2120431. OLE color: 2120431.
HSL color Cylindrical-coordinate representation of color #EF5A20: hue angle of 16.81º 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 #EF5A20 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 90 | 32 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.06 |
| HSL | 16.81º | 0.87% | 0.53% | - |
| HSV(B) | 16.81º | 0.87% | 0.94% | - |
| XYZ | 39.51 | 25.77 | 4.26 | - |
| YUV | 127.94 | 73.86 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 90 | 32 | 0 | 0.62 | 0.87 | 0.06 | 16.81 | 0.87 | 0.53 |
| Hex | EF | 5A | 20 | 0 | 3E | 57 | 6 | 11 | 57 | 35 |
| Octal | 357 | 132 | 40 | 0 | 76 | 127 | 6 | 21 | 127 | 65 |
| Binary | 11101111 | 1011010 | 100000 | 0 | 111110 | 1010111 | 110 | 10001 | 1010111 | 110101 |
Color Harmonies of #EF5A20
Complementary color
Monochromatic Colors of #EF5A20
Black with #EF5A20
Text Example
Text Example
White with #EF5A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5A20; }
p { color: rgb(239,90,32); }
H1.HeaderClassName
{
color: #EF5A20;
}
.AnyTagClassName
{
color: #EF5A20;
}
</style>
background-color css
<style>
a { background-color: #EF5A20; }
a { background-color: rgb(239,90,32); }
div.DivClassName
{
background-color: #EF5A20;
}
.BgClassName
{
background-color: #EF5A20;
}
</style>
border-color css
<style>
span { border-color: #EF5A20; }
span { border-color: rgb(239,90,32); }
td.TdClassName
{
border-color: #EF5A20;
}
.TagClassName
{
border-color: #EF5A20;
}
</style>