Shades of Sunset Orange #EF513A
Tints of Sunset Orange #EF513A
RGB
CMYK
RGB Variations
Color information
#EF513A (or 0xEF513A) is known color: Sunset Orange. HEX triplet: EF, 51 and 3A. RGB value is (239,81,58). Sum of RGB (Red+Green+Blue) = 239+81+58=378 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.23% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 239 - color contains mainly: red. Hex color #EF513A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF513A is #10AEC5. Grayscale: #7D7D7D. Windows color (decimal): -1093318 or 3822063. OLE color: 3822063.
HSL color Cylindrical-coordinate representation of color #EF513A: hue angle of 7.62º 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 #EF513A is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 81 | 58 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.06 |
| HSL | 7.62º | 0.85% | 0.58% | - |
| HSV(B) | 7.62º | 0.76% | 0.94% | - |
| XYZ | 39.3 | 24.54 | 6.67 | - |
| YUV | 125.62 | 89.85 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 81 | 58 | 0 | 0.66 | 0.76 | 0.06 | 7.62 | 0.85 | 0.58 |
| Hex | EF | 51 | 3A | 0 | 42 | 4C | 6 | 8 | 55 | 3A |
| Octal | 357 | 121 | 72 | 0 | 102 | 114 | 6 | 10 | 125 | 72 |
| Binary | 11101111 | 1010001 | 111010 | 0 | 1000010 | 1001100 | 110 | 1000 | 1010101 | 111010 |
Color Harmonies of #EF513A
Complementary color
Monochromatic Colors of #EF513A
Black with #EF513A
Text Example
Text Example
White with #EF513A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF513A; }
p { color: rgb(239,81,58); }
H1.HeaderClassName
{
color: #EF513A;
}
.AnyTagClassName
{
color: #EF513A;
}
</style>
background-color css
<style>
a { background-color: #EF513A; }
a { background-color: rgb(239,81,58); }
div.DivClassName
{
background-color: #EF513A;
}
.BgClassName
{
background-color: #EF513A;
}
</style>
border-color css
<style>
span { border-color: #EF513A; }
span { border-color: rgb(239,81,58); }
td.TdClassName
{
border-color: #EF513A;
}
.TagClassName
{
border-color: #EF513A;
}
</style>