Shades of Outrageous Orange #EF5321
Tints of Outrageous Orange #EF5321
RGB
CMYK
RGB Variations
Color information
#EF5321 (or 0xEF5321) is known color: Outrageous Orange. HEX triplet: EF, 53 and 21. RGB value is (239,83,33). Sum of RGB (Red+Green+Blue) = 239+83+33=355 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.32% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5321 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5321 is #10ACDE. Grayscale: #7C7C7C. Windows color (decimal): -1092831 or 2184175. OLE color: 2184175.
HSL color Cylindrical-coordinate representation of color #EF5321: hue angle of 14.56º 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 #EF5321 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 33 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.06 |
| HSL | 14.56º | 0.87% | 0.53% | - |
| HSV(B) | 14.56º | 0.86% | 0.94% | - |
| XYZ | 38.96 | 24.65 | 4.14 | - |
| YUV | 123.94 | 76.68 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 33 | 0 | 0.65 | 0.86 | 0.06 | 14.56 | 0.87 | 0.53 |
| Hex | EF | 53 | 21 | 0 | 41 | 56 | 6 | F | 57 | 35 |
| Octal | 357 | 123 | 41 | 0 | 101 | 126 | 6 | 17 | 127 | 65 |
| Binary | 11101111 | 1010011 | 100001 | 0 | 1000001 | 1010110 | 110 | 1111 | 1010111 | 110101 |
Color Harmonies of #EF5321
Complementary color
Monochromatic Colors of #EF5321
Black with #EF5321
Text Example
Text Example
White with #EF5321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5321; }
p { color: rgb(239,83,33); }
H1.HeaderClassName
{
color: #EF5321;
}
.AnyTagClassName
{
color: #EF5321;
}
</style>
background-color css
<style>
a { background-color: #EF5321; }
a { background-color: rgb(239,83,33); }
div.DivClassName
{
background-color: #EF5321;
}
.BgClassName
{
background-color: #EF5321;
}
</style>
border-color css
<style>
span { border-color: #EF5321; }
span { border-color: rgb(239,83,33); }
td.TdClassName
{
border-color: #EF5321;
}
.TagClassName
{
border-color: #EF5321;
}
</style>