Shades of Outrageous Orange #EF5C21
Tints of Outrageous Orange #EF5C21
RGB
CMYK
RGB Variations
Color information
#EF5C21 (or 0xEF5C21) is known color: Outrageous Orange. HEX triplet: EF, 5C and 21. RGB value is (239,92,33). Sum of RGB (Red+Green+Blue) = 239+92+33=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5C21 is #10A3DE. Grayscale: #818181. Windows color (decimal): -1090527 or 2186479. OLE color: 2186479.
HSL color Cylindrical-coordinate representation of color #EF5C21: hue angle of 17.18º 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 #EF5C21 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 92 | 33 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.06 |
| HSL | 17.18º | 0.87% | 0.53% | - |
| HSV(B) | 17.18º | 0.86% | 0.94% | - |
| XYZ | 39.7 | 26.11 | 4.39 | - |
| YUV | 129.23 | 73.7 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 92 | 33 | 0 | 0.62 | 0.86 | 0.06 | 17.18 | 0.87 | 0.53 |
| Hex | EF | 5C | 21 | 0 | 3E | 56 | 6 | 11 | 57 | 35 |
| Octal | 357 | 134 | 41 | 0 | 76 | 126 | 6 | 21 | 127 | 65 |
| Binary | 11101111 | 1011100 | 100001 | 0 | 111110 | 1010110 | 110 | 10001 | 1010111 | 110101 |
Color Harmonies of #EF5C21
Complementary color
Monochromatic Colors of #EF5C21
Black with #EF5C21
Text Example
Text Example
White with #EF5C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5C21; }
p { color: rgb(239,92,33); }
H1.HeaderClassName
{
color: #EF5C21;
}
.AnyTagClassName
{
color: #EF5C21;
}
</style>
background-color css
<style>
a { background-color: #EF5C21; }
a { background-color: rgb(239,92,33); }
div.DivClassName
{
background-color: #EF5C21;
}
.BgClassName
{
background-color: #EF5C21;
}
</style>
border-color css
<style>
span { border-color: #EF5C21; }
span { border-color: rgb(239,92,33); }
td.TdClassName
{
border-color: #EF5C21;
}
.TagClassName
{
border-color: #EF5C21;
}
</style>