Shades of Sunset Orange #EF5242
Tints of Sunset Orange #EF5242
RGB
CMYK
RGB Variations
Color information
#EF5242 (or 0xEF5242) is known color: Sunset Orange. HEX triplet: EF, 52 and 42. RGB value is (239,82,66). Sum of RGB (Red+Green+Blue) = 239+82+66=387 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.76% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5242 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5242 is #10ADBD. Grayscale: #7F7F7F. Windows color (decimal): -1093054 or 4346607. OLE color: 4346607.
HSL color Cylindrical-coordinate representation of color #EF5242: hue angle of 5.55º 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 #EF5242 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 66 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.06 |
| HSL | 5.55º | 0.84% | 0.6% | - |
| HSV(B) | 5.55º | 0.72% | 0.94% | - |
| XYZ | 39.6 | 24.78 | 7.85 | - |
| YUV | 127.12 | 93.51 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 66 | 0 | 0.66 | 0.72 | 0.06 | 5.55 | 0.84 | 0.6 |
| Hex | EF | 52 | 42 | 0 | 42 | 48 | 6 | 6 | 54 | 3C |
| Octal | 357 | 122 | 102 | 0 | 102 | 110 | 6 | 6 | 124 | 74 |
| Binary | 11101111 | 1010010 | 1000010 | 0 | 1000010 | 1001000 | 110 | 110 | 1010100 | 111100 |
Color Harmonies of #EF5242
Complementary color
Monochromatic Colors of #EF5242
Black with #EF5242
Text Example
Text Example
White with #EF5242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5242; }
p { color: rgb(239,82,66); }
H1.HeaderClassName
{
color: #EF5242;
}
.AnyTagClassName
{
color: #EF5242;
}
</style>
background-color css
<style>
a { background-color: #EF5242; }
a { background-color: rgb(239,82,66); }
div.DivClassName
{
background-color: #EF5242;
}
.BgClassName
{
background-color: #EF5242;
}
</style>
border-color css
<style>
span { border-color: #EF5242; }
span { border-color: rgb(239,82,66); }
td.TdClassName
{
border-color: #EF5242;
}
.TagClassName
{
border-color: #EF5242;
}
</style>