Shades of Outrageous Orange #EF5D3F
Tints of Outrageous Orange #EF5D3F
RGB
CMYK
RGB Variations
Color information
#EF5D3F (or 0xEF5D3F) is known color: Outrageous Orange. HEX triplet: EF, 5D and 3F. RGB value is (239,93,63). Sum of RGB (Red+Green+Blue) = 239+93+63=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5D3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5D3F is #10A2C0. Grayscale: #858585. Windows color (decimal): -1090241 or 4152815. OLE color: 4152815.
HSL color Cylindrical-coordinate representation of color #EF5D3F: hue angle of 10.23º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF5D3F is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 93 | 63 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.06 |
| HSL | 10.23º | 0.85% | 0.59% | - |
| HSV(B) | 10.23º | 0.74% | 0.94% | - |
| XYZ | 40.41 | 26.54 | 7.7 | - |
| YUV | 133.23 | 88.37 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 93 | 63 | 0 | 0.61 | 0.74 | 0.06 | 10.23 | 0.85 | 0.59 |
| Hex | EF | 5D | 3F | 0 | 3D | 4A | 6 | A | 55 | 3B |
| Octal | 357 | 135 | 77 | 0 | 75 | 112 | 6 | 12 | 125 | 73 |
| Binary | 11101111 | 1011101 | 111111 | 0 | 111101 | 1001010 | 110 | 1010 | 1010101 | 111011 |
Color Harmonies of #EF5D3F
Complementary color
Monochromatic Colors of #EF5D3F
Black with #EF5D3F
Text Example
Text Example
White with #EF5D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5D3F; }
p { color: rgb(239,93,63); }
H1.HeaderClassName
{
color: #EF5D3F;
}
.AnyTagClassName
{
color: #EF5D3F;
}
</style>
background-color css
<style>
a { background-color: #EF5D3F; }
a { background-color: rgb(239,93,63); }
div.DivClassName
{
background-color: #EF5D3F;
}
.BgClassName
{
background-color: #EF5D3F;
}
</style>
border-color css
<style>
span { border-color: #EF5D3F; }
span { border-color: rgb(239,93,63); }
td.TdClassName
{
border-color: #EF5D3F;
}
.TagClassName
{
border-color: #EF5D3F;
}
</style>