Shades of Sunset Orange #EF503A
Tints of Sunset Orange #EF503A
RGB
CMYK
RGB Variations
Color information
#EF503A (or 0xEF503A) is known color: Sunset Orange. HEX triplet: EF, 50 and 3A. RGB value is (239,80,58). Sum of RGB (Red+Green+Blue) = 239+80+58=377 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.40% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 239 - color contains mainly: red. Hex color #EF503A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF503A is #10AFC5. Grayscale: #7D7D7D. Windows color (decimal): -1093574 or 3821807. OLE color: 3821807.
HSL color Cylindrical-coordinate representation of color #EF503A: hue angle of 7.29º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF503A is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 80 | 58 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.06 |
| HSL | 7.29º | 0.85% | 0.58% | - |
| HSV(B) | 7.29º | 0.76% | 0.94% | - |
| XYZ | 39.23 | 24.39 | 6.64 | - |
| YUV | 125.03 | 90.18 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 80 | 58 | 0 | 0.67 | 0.76 | 0.06 | 7.29 | 0.85 | 0.58 |
| Hex | EF | 50 | 3A | 0 | 43 | 4C | 6 | 7 | 55 | 3A |
| Octal | 357 | 120 | 72 | 0 | 103 | 114 | 6 | 7 | 125 | 72 |
| Binary | 11101111 | 1010000 | 111010 | 0 | 1000011 | 1001100 | 110 | 111 | 1010101 | 111010 |
Color Harmonies of #EF503A
Complementary color
Monochromatic Colors of #EF503A
Black with #EF503A
Text Example
Text Example
White with #EF503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF503A; }
p { color: rgb(239,80,58); }
H1.HeaderClassName
{
color: #EF503A;
}
.AnyTagClassName
{
color: #EF503A;
}
</style>
background-color css
<style>
a { background-color: #EF503A; }
a { background-color: rgb(239,80,58); }
div.DivClassName
{
background-color: #EF503A;
}
.BgClassName
{
background-color: #EF503A;
}
</style>
border-color css
<style>
span { border-color: #EF503A; }
span { border-color: rgb(239,80,58); }
td.TdClassName
{
border-color: #EF503A;
}
.TagClassName
{
border-color: #EF503A;
}
</style>