Shades of Sunset Orange #EF5240
Tints of Sunset Orange #EF5240
RGB
CMYK
RGB Variations
Color information
#EF5240 (or 0xEF5240) is known color: Sunset Orange. HEX triplet: EF, 52 and 40. RGB value is (239,82,64). Sum of RGB (Red+Green+Blue) = 239+82+64=385 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.08% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5240 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5240 is #10ADBF. Grayscale: #7F7F7F. Windows color (decimal): -1093056 or 4215535. OLE color: 4215535.
HSL color Cylindrical-coordinate representation of color #EF5240: hue angle of 6.17º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF5240 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 64 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.06 |
| HSL | 6.17º | 0.85% | 0.59% | - |
| HSV(B) | 6.17º | 0.73% | 0.94% | - |
| XYZ | 39.54 | 24.76 | 7.54 | - |
| YUV | 126.89 | 92.51 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 64 | 0 | 0.66 | 0.73 | 0.06 | 6.17 | 0.85 | 0.59 |
| Hex | EF | 52 | 40 | 0 | 42 | 49 | 6 | 6 | 55 | 3B |
| Octal | 357 | 122 | 100 | 0 | 102 | 111 | 6 | 6 | 125 | 73 |
| Binary | 11101111 | 1010010 | 1000000 | 0 | 1000010 | 1001001 | 110 | 110 | 1010101 | 111011 |
Color Harmonies of #EF5240
Complementary color
Monochromatic Colors of #EF5240
Black with #EF5240
Text Example
Text Example
White with #EF5240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5240; }
p { color: rgb(239,82,64); }
H1.HeaderClassName
{
color: #EF5240;
}
.AnyTagClassName
{
color: #EF5240;
}
</style>
background-color css
<style>
a { background-color: #EF5240; }
a { background-color: rgb(239,82,64); }
div.DivClassName
{
background-color: #EF5240;
}
.BgClassName
{
background-color: #EF5240;
}
</style>
border-color css
<style>
span { border-color: #EF5240; }
span { border-color: rgb(239,82,64); }
td.TdClassName
{
border-color: #EF5240;
}
.TagClassName
{
border-color: #EF5240;
}
</style>