Shades of Outrageous Orange #EF5D3C
Tints of Outrageous Orange #EF5D3C
RGB
CMYK
RGB Variations
Color information
#EF5D3C (or 0xEF5D3C) is known color: Outrageous Orange. HEX triplet: EF, 5D and 3C. RGB value is (239,93,60). Sum of RGB (Red+Green+Blue) = 239+93+60=392 (51% of max value = 765). Red value is 239 (93.75% from 255 or 60.97% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 60 (23.83% from 255 or 15.31% from 392); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5D3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5D3C is #10A2C3. Grayscale: #858585. Windows color (decimal): -1090244 or 3956207. OLE color: 3956207.
HSL color Cylindrical-coordinate representation of color #EF5D3C: hue angle of 11.06º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF5D3C is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 93 | 60 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.06 |
| HSL | 11.06º | 0.85% | 0.59% | - |
| HSV(B) | 11.06º | 0.75% | 0.94% | - |
| XYZ | 40.33 | 26.51 | 7.27 | - |
| YUV | 132.89 | 86.87 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 93 | 60 | 0 | 0.61 | 0.75 | 0.06 | 11.06 | 0.85 | 0.59 |
| Hex | EF | 5D | 3C | 0 | 3D | 4B | 6 | B | 55 | 3B |
| Octal | 357 | 135 | 74 | 0 | 75 | 113 | 6 | 13 | 125 | 73 |
| Binary | 11101111 | 1011101 | 111100 | 0 | 111101 | 1001011 | 110 | 1011 | 1010101 | 111011 |
Color Harmonies of #EF5D3C
Complementary color
Monochromatic Colors of #EF5D3C
Black with #EF5D3C
Text Example
Text Example
White with #EF5D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5D3C; }
p { color: rgb(239,93,60); }
H1.HeaderClassName
{
color: #EF5D3C;
}
.AnyTagClassName
{
color: #EF5D3C;
}
</style>
background-color css
<style>
a { background-color: #EF5D3C; }
a { background-color: rgb(239,93,60); }
div.DivClassName
{
background-color: #EF5D3C;
}
.BgClassName
{
background-color: #EF5D3C;
}
</style>
border-color css
<style>
span { border-color: #EF5D3C; }
span { border-color: rgb(239,93,60); }
td.TdClassName
{
border-color: #EF5D3C;
}
.TagClassName
{
border-color: #EF5D3C;
}
</style>