Shades of Outrageous Orange #EF582A
Tints of Outrageous Orange #EF582A
RGB
CMYK
RGB Variations
Color information
#EF582A (or 0xEF582A) is known color: Outrageous Orange. HEX triplet: EF, 58 and 2A. RGB value is (239,88,42). Sum of RGB (Red+Green+Blue) = 239+88+42=369 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.77% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 42 (16.80% from 255 or 11.38% from 369); Max value from RGB is 239 - color contains mainly: red. Hex color #EF582A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF582A is #10A7D5. Grayscale: #808080. Windows color (decimal): -1091542 or 2775279. OLE color: 2775279.
HSL color Cylindrical-coordinate representation of color #EF582A: hue angle of 14.01º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF582A is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 42 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.06 |
| HSL | 14.01º | 0.86% | 0.55% | - |
| HSV(B) | 14.01º | 0.82% | 0.94% | - |
| XYZ | 39.5 | 25.5 | 5.03 | - |
| YUV | 127.91 | 79.53 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 42 | 0 | 0.63 | 0.82 | 0.06 | 14.01 | 0.86 | 0.55 |
| Hex | EF | 58 | 2A | 0 | 3F | 52 | 6 | E | 56 | 37 |
| Octal | 357 | 130 | 52 | 0 | 77 | 122 | 6 | 16 | 126 | 67 |
| Binary | 11101111 | 1011000 | 101010 | 0 | 111111 | 1010010 | 110 | 1110 | 1010110 | 110111 |
Color Harmonies of #EF582A
Complementary color
Monochromatic Colors of #EF582A
Black with #EF582A
Text Example
Text Example
White with #EF582A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF582A; }
p { color: rgb(239,88,42); }
H1.HeaderClassName
{
color: #EF582A;
}
.AnyTagClassName
{
color: #EF582A;
}
</style>
background-color css
<style>
a { background-color: #EF582A; }
a { background-color: rgb(239,88,42); }
div.DivClassName
{
background-color: #EF582A;
}
.BgClassName
{
background-color: #EF582A;
}
</style>
border-color css
<style>
span { border-color: #EF582A; }
span { border-color: rgb(239,88,42); }
td.TdClassName
{
border-color: #EF582A;
}
.TagClassName
{
border-color: #EF582A;
}
</style>