Shades of Outrageous Orange #EF613B
Tints of Outrageous Orange #EF613B
RGB
CMYK
RGB Variations
Color information
#EF613B (or 0xEF613B) is known color: Outrageous Orange. HEX triplet: EF, 61 and 3B. RGB value is (239,97,59). Sum of RGB (Red+Green+Blue) = 239+97+59=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 59 (23.44% from 255 or 14.94% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF613B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF613B is #109EC4. Grayscale: #878787. Windows color (decimal): -1089221 or 3891695. OLE color: 3891695.
HSL color Cylindrical-coordinate representation of color #EF613B: hue angle of 12.67º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF613B is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 97 | 59 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.06 |
| HSL | 12.67º | 0.85% | 0.58% | - |
| HSV(B) | 12.67º | 0.75% | 0.94% | - |
| XYZ | 40.66 | 27.22 | 7.25 | - |
| YUV | 135.13 | 85.04 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 97 | 59 | 0 | 0.59 | 0.75 | 0.06 | 12.67 | 0.85 | 0.58 |
| Hex | EF | 61 | 3B | 0 | 3B | 4B | 6 | D | 55 | 3A |
| Octal | 357 | 141 | 73 | 0 | 73 | 113 | 6 | 15 | 125 | 72 |
| Binary | 11101111 | 1100001 | 111011 | 0 | 111011 | 1001011 | 110 | 1101 | 1010101 | 111010 |
Color Harmonies of #EF613B
Complementary color
Monochromatic Colors of #EF613B
Black with #EF613B
Text Example
Text Example
White with #EF613B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF613B; }
p { color: rgb(239,97,59); }
H1.HeaderClassName
{
color: #EF613B;
}
.AnyTagClassName
{
color: #EF613B;
}
</style>
background-color css
<style>
a { background-color: #EF613B; }
a { background-color: rgb(239,97,59); }
div.DivClassName
{
background-color: #EF613B;
}
.BgClassName
{
background-color: #EF613B;
}
</style>
border-color css
<style>
span { border-color: #EF613B; }
span { border-color: rgb(239,97,59); }
td.TdClassName
{
border-color: #EF613B;
}
.TagClassName
{
border-color: #EF613B;
}
</style>