Shades of Outrageous Orange #EF5D21
Tints of Outrageous Orange #EF5D21
RGB
CMYK
RGB Variations
Color information
#EF5D21 (or 0xEF5D21) is known color: Outrageous Orange. HEX triplet: EF, 5D and 21. RGB value is (239,93,33). Sum of RGB (Red+Green+Blue) = 239+93+33=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 33 (13.28% from 255 or 9.04% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5D21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5D21 is #10A2DE. Grayscale: #828282. Windows color (decimal): -1090271 or 2186735. OLE color: 2186735.
HSL color Cylindrical-coordinate representation of color #EF5D21: hue angle of 17.48º 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 #EF5D21 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 93 | 33 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.06 |
| HSL | 17.48º | 0.87% | 0.53% | - |
| HSV(B) | 17.48º | 0.86% | 0.94% | - |
| XYZ | 39.79 | 26.29 | 4.42 | - |
| YUV | 129.81 | 73.37 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 93 | 33 | 0 | 0.61 | 0.86 | 0.06 | 17.48 | 0.87 | 0.53 |
| Hex | EF | 5D | 21 | 0 | 3D | 56 | 6 | 11 | 57 | 35 |
| Octal | 357 | 135 | 41 | 0 | 75 | 126 | 6 | 21 | 127 | 65 |
| Binary | 11101111 | 1011101 | 100001 | 0 | 111101 | 1010110 | 110 | 10001 | 1010111 | 110101 |
Color Harmonies of #EF5D21
Complementary color
Monochromatic Colors of #EF5D21
Black with #EF5D21
Text Example
Text Example
White with #EF5D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5D21; }
p { color: rgb(239,93,33); }
H1.HeaderClassName
{
color: #EF5D21;
}
.AnyTagClassName
{
color: #EF5D21;
}
</style>
background-color css
<style>
a { background-color: #EF5D21; }
a { background-color: rgb(239,93,33); }
div.DivClassName
{
background-color: #EF5D21;
}
.BgClassName
{
background-color: #EF5D21;
}
</style>
border-color css
<style>
span { border-color: #EF5D21; }
span { border-color: rgb(239,93,33); }
td.TdClassName
{
border-color: #EF5D21;
}
.TagClassName
{
border-color: #EF5D21;
}
</style>