Shades of Outrageous Orange #EF5421
Tints of Outrageous Orange #EF5421
RGB
CMYK
RGB Variations
Color information
#EF5421 (or 0xEF5421) is known color: Outrageous Orange. HEX triplet: EF, 54 and 21. RGB value is (239,84,33). Sum of RGB (Red+Green+Blue) = 239+84+33=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5421 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5421 is #10ABDE. Grayscale: #7C7C7C. Windows color (decimal): -1092575 or 2184431. OLE color: 2184431.
HSL color Cylindrical-coordinate representation of color #EF5421: hue angle of 14.85º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF5421 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 84 | 33 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.06 |
| HSL | 14.85º | 0.87% | 0.53% | - |
| HSV(B) | 14.85º | 0.86% | 0.94% | - |
| XYZ | 39.04 | 24.8 | 4.17 | - |
| YUV | 124.53 | 76.35 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 84 | 33 | 0 | 0.65 | 0.86 | 0.06 | 14.85 | 0.87 | 0.53 |
| Hex | EF | 54 | 21 | 0 | 41 | 56 | 6 | F | 57 | 35 |
| Octal | 357 | 124 | 41 | 0 | 101 | 126 | 6 | 17 | 127 | 65 |
| Binary | 11101111 | 1010100 | 100001 | 0 | 1000001 | 1010110 | 110 | 1111 | 1010111 | 110101 |
Color Harmonies of #EF5421
Complementary color
Monochromatic Colors of #EF5421
Black with #EF5421
Text Example
Text Example
White with #EF5421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5421; }
p { color: rgb(239,84,33); }
H1.HeaderClassName
{
color: #EF5421;
}
.AnyTagClassName
{
color: #EF5421;
}
</style>
background-color css
<style>
a { background-color: #EF5421; }
a { background-color: rgb(239,84,33); }
div.DivClassName
{
background-color: #EF5421;
}
.BgClassName
{
background-color: #EF5421;
}
</style>
border-color css
<style>
span { border-color: #EF5421; }
span { border-color: rgb(239,84,33); }
td.TdClassName
{
border-color: #EF5421;
}
.TagClassName
{
border-color: #EF5421;
}
</style>