Shades of Outrageous Orange #EF642D
Tints of Outrageous Orange #EF642D
RGB
CMYK
RGB Variations
Color information
#EF642D (or 0xEF642D) is known color: Outrageous Orange. HEX triplet: EF, 64 and 2D. RGB value is (239,100,45). Sum of RGB (Red+Green+Blue) = 239+100+45=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF642D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF642D is #109BD2. Grayscale: #878787. Windows color (decimal): -1088467 or 2974959. OLE color: 2974959.
HSL color Cylindrical-coordinate representation of color #EF642D: hue angle of 17.01º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF642D is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 45 | - |
| CMYK | 0 | 0.58 | 0.81 | 0.06 |
| HSL | 17.01º | 0.86% | 0.56% | - |
| HSV(B) | 17.01º | 0.81% | 0.94% | - |
| XYZ | 40.63 | 27.65 | 5.68 | - |
| YUV | 135.29 | 77.05 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 45 | 0 | 0.58 | 0.81 | 0.06 | 17.01 | 0.86 | 0.56 |
| Hex | EF | 64 | 2D | 0 | 3A | 51 | 6 | 11 | 56 | 38 |
| Octal | 357 | 144 | 55 | 0 | 72 | 121 | 6 | 21 | 126 | 70 |
| Binary | 11101111 | 1100100 | 101101 | 0 | 111010 | 1010001 | 110 | 10001 | 1010110 | 111000 |
Color Harmonies of #EF642D
Complementary color
Monochromatic Colors of #EF642D
Black with #EF642D
Text Example
Text Example
White with #EF642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF642D; }
p { color: rgb(239,100,45); }
H1.HeaderClassName
{
color: #EF642D;
}
.AnyTagClassName
{
color: #EF642D;
}
</style>
background-color css
<style>
a { background-color: #EF642D; }
a { background-color: rgb(239,100,45); }
div.DivClassName
{
background-color: #EF642D;
}
.BgClassName
{
background-color: #EF642D;
}
</style>
border-color css
<style>
span { border-color: #EF642D; }
span { border-color: rgb(239,100,45); }
td.TdClassName
{
border-color: #EF642D;
}
.TagClassName
{
border-color: #EF642D;
}
</style>