Shades of Outrageous Orange #EF5322
Tints of Outrageous Orange #EF5322
RGB
CMYK
RGB Variations
Color information
#EF5322 (or 0xEF5322) is known color: Outrageous Orange. HEX triplet: EF, 53 and 22. RGB value is (239,83,34). Sum of RGB (Red+Green+Blue) = 239+83+34=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 34 (13.67% from 255 or 9.55% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5322 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5322 is #10ACDD. Grayscale: #7C7C7C. Windows color (decimal): -1092830 or 2249711. OLE color: 2249711.
HSL color Cylindrical-coordinate representation of color #EF5322: hue angle of 14.34º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF5322 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 34 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.06 |
| HSL | 14.34º | 0.86% | 0.54% | - |
| HSV(B) | 14.34º | 0.86% | 0.94% | - |
| XYZ | 38.98 | 24.65 | 4.22 | - |
| YUV | 124.06 | 77.18 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 34 | 0 | 0.65 | 0.86 | 0.06 | 14.34 | 0.86 | 0.54 |
| Hex | EF | 53 | 22 | 0 | 41 | 56 | 6 | E | 56 | 36 |
| Octal | 357 | 123 | 42 | 0 | 101 | 126 | 6 | 16 | 126 | 66 |
| Binary | 11101111 | 1010011 | 100010 | 0 | 1000001 | 1010110 | 110 | 1110 | 1010110 | 110110 |
Color Harmonies of #EF5322
Complementary color
Monochromatic Colors of #EF5322
Black with #EF5322
Text Example
Text Example
White with #EF5322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5322; }
p { color: rgb(239,83,34); }
H1.HeaderClassName
{
color: #EF5322;
}
.AnyTagClassName
{
color: #EF5322;
}
</style>
background-color css
<style>
a { background-color: #EF5322; }
a { background-color: rgb(239,83,34); }
div.DivClassName
{
background-color: #EF5322;
}
.BgClassName
{
background-color: #EF5322;
}
</style>
border-color css
<style>
span { border-color: #EF5322; }
span { border-color: rgb(239,83,34); }
td.TdClassName
{
border-color: #EF5322;
}
.TagClassName
{
border-color: #EF5322;
}
</style>