Shades of Sunset Orange #EF4942
Tints of Sunset Orange #EF4942
RGB
CMYK
RGB Variations
Color information
#EF4942 (or 0xEF4942) is known color: Sunset Orange. HEX triplet: EF, 49 and 42. RGB value is (239,73,66). Sum of RGB (Red+Green+Blue) = 239+73+66=378 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.23% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4942 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF4942 is #10B6BD. Grayscale: #7A7A7A. Windows color (decimal): -1095358 or 4344303. OLE color: 4344303.
HSL color Cylindrical-coordinate representation of color #EF4942: hue angle of 2.43º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF4942 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 73 | 66 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.06 |
| HSL | 2.43º | 0.84% | 0.6% | - |
| HSV(B) | 2.43º | 0.72% | 0.94% | - |
| XYZ | 38.96 | 23.51 | 7.64 | - |
| YUV | 121.84 | 96.5 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 73 | 66 | 0 | 0.69 | 0.72 | 0.06 | 2.43 | 0.84 | 0.6 |
| Hex | EF | 49 | 42 | 0 | 45 | 48 | 6 | 2 | 54 | 3C |
| Octal | 357 | 111 | 102 | 0 | 105 | 110 | 6 | 2 | 124 | 74 |
| Binary | 11101111 | 1001001 | 1000010 | 0 | 1000101 | 1001000 | 110 | 10 | 1010100 | 111100 |
Color Harmonies of #EF4942
Complementary color
Monochromatic Colors of #EF4942
Black with #EF4942
Text Example
Text Example
White with #EF4942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4942; }
p { color: rgb(239,73,66); }
H1.HeaderClassName
{
color: #EF4942;
}
.AnyTagClassName
{
color: #EF4942;
}
</style>
background-color css
<style>
a { background-color: #EF4942; }
a { background-color: rgb(239,73,66); }
div.DivClassName
{
background-color: #EF4942;
}
.BgClassName
{
background-color: #EF4942;
}
</style>
border-color css
<style>
span { border-color: #EF4942; }
span { border-color: rgb(239,73,66); }
td.TdClassName
{
border-color: #EF4942;
}
.TagClassName
{
border-color: #EF4942;
}
</style>