Shades of Sunset Orange #EF503E
Tints of Sunset Orange #EF503E
RGB
CMYK
RGB Variations
Color information
#EF503E (or 0xEF503E) is known color: Sunset Orange. HEX triplet: EF, 50 and 3E. RGB value is (239,80,62). Sum of RGB (Red+Green+Blue) = 239+80+62=381 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.73% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 62 (24.61% from 255 or 16.27% from 381); Max value from RGB is 239 - color contains mainly: red. Hex color #EF503E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF503E is #10AFC1. Grayscale: #7D7D7D. Windows color (decimal): -1093570 or 4083951. OLE color: 4083951.
HSL color Cylindrical-coordinate representation of color #EF503E: hue angle of 6.1º 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 #EF503E is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 62 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.06 |
| HSL | 6.1º | 0.85% | 0.59% | - |
| HSV(B) | 6.1º | 0.74% | 0.94% | - |
| XYZ | 39.33 | 24.44 | 7.2 | - |
| YUV | 125.49 | 92.18 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 62 | 0 | 0.67 | 0.74 | 0.06 | 6.1 | 0.85 | 0.59 |
| Hex | EF | 50 | 3E | 0 | 43 | 4A | 6 | 6 | 55 | 3B |
| Octal | 357 | 120 | 76 | 0 | 103 | 112 | 6 | 6 | 125 | 73 |
| Binary | 11101111 | 1010000 | 111110 | 0 | 1000011 | 1001010 | 110 | 110 | 1010101 | 111011 |
Color Harmonies of #EF503E
Complementary color
Monochromatic Colors of #EF503E
Black with #EF503E
Text Example
Text Example
White with #EF503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF503E; }
p { color: rgb(239,80,62); }
H1.HeaderClassName
{
color: #EF503E;
}
.AnyTagClassName
{
color: #EF503E;
}
</style>
background-color css
<style>
a { background-color: #EF503E; }
a { background-color: rgb(239,80,62); }
div.DivClassName
{
background-color: #EF503E;
}
.BgClassName
{
background-color: #EF503E;
}
</style>
border-color css
<style>
span { border-color: #EF503E; }
span { border-color: rgb(239,80,62); }
td.TdClassName
{
border-color: #EF503E;
}
.TagClassName
{
border-color: #EF503E;
}
</style>