Shades of Outrageous Orange #EF5E3E
Tints of Outrageous Orange #EF5E3E
RGB
CMYK
RGB Variations
Color information
#EF5E3E (or 0xEF5E3E) is known color: Outrageous Orange. HEX triplet: EF, 5E and 3E. RGB value is (239,94,62). Sum of RGB (Red+Green+Blue) = 239+94+62=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5E3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5E3E is #10A1C1. Grayscale: #858585. Windows color (decimal): -1089986 or 4087535. OLE color: 4087535.
HSL color Cylindrical-coordinate representation of color #EF5E3E: hue angle of 10.85º 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 #EF5E3E is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 94 | 62 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.06 |
| HSL | 10.85º | 0.85% | 0.59% | - |
| HSV(B) | 10.85º | 0.74% | 0.94% | - |
| XYZ | 40.47 | 26.7 | 7.58 | - |
| YUV | 133.71 | 87.54 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 94 | 62 | 0 | 0.61 | 0.74 | 0.06 | 10.85 | 0.85 | 0.59 |
| Hex | EF | 5E | 3E | 0 | 3D | 4A | 6 | B | 55 | 3B |
| Octal | 357 | 136 | 76 | 0 | 75 | 112 | 6 | 13 | 125 | 73 |
| Binary | 11101111 | 1011110 | 111110 | 0 | 111101 | 1001010 | 110 | 1011 | 1010101 | 111011 |
Color Harmonies of #EF5E3E
Complementary color
Monochromatic Colors of #EF5E3E
Black with #EF5E3E
Text Example
Text Example
White with #EF5E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5E3E; }
p { color: rgb(239,94,62); }
H1.HeaderClassName
{
color: #EF5E3E;
}
.AnyTagClassName
{
color: #EF5E3E;
}
</style>
background-color css
<style>
a { background-color: #EF5E3E; }
a { background-color: rgb(239,94,62); }
div.DivClassName
{
background-color: #EF5E3E;
}
.BgClassName
{
background-color: #EF5E3E;
}
</style>
border-color css
<style>
span { border-color: #EF5E3E; }
span { border-color: rgb(239,94,62); }
td.TdClassName
{
border-color: #EF5E3E;
}
.TagClassName
{
border-color: #EF5E3E;
}
</style>