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