Shades of Sunset Orange #EF514D
Tints of Sunset Orange #EF514D
RGB
CMYK
RGB Variations
Color information
#EF514D (or 0xEF514D) is known color: Sunset Orange. HEX triplet: EF, 51 and 4D. RGB value is (239,81,77). Sum of RGB (Red+Green+Blue) = 239+81+77=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF514D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF514D is #10AEB2. Grayscale: #7F7F7F. Windows color (decimal): -1093299 or 5067247. OLE color: 5067247.
HSL color Cylindrical-coordinate representation of color #EF514D: hue angle of 1.48º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF514D is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 81 | 77 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.06 |
| HSL | 1.48º | 0.84% | 0.62% | - |
| HSV(B) | 1.48º | 0.68% | 0.94% | - |
| XYZ | 39.88 | 24.77 | 9.7 | - |
| YUV | 127.79 | 99.35 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 81 | 77 | 0 | 0.66 | 0.68 | 0.06 | 1.48 | 0.84 | 0.62 |
| Hex | EF | 51 | 4D | 0 | 42 | 44 | 6 | 1 | 54 | 3E |
| Octal | 357 | 121 | 115 | 0 | 102 | 104 | 6 | 1 | 124 | 76 |
| Binary | 11101111 | 1010001 | 1001101 | 0 | 1000010 | 1000100 | 110 | 1 | 1010100 | 111110 |
Color Harmonies of #EF514D
Complementary color
Monochromatic Colors of #EF514D
Black with #EF514D
Text Example
Text Example
White with #EF514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF514D; }
p { color: rgb(239,81,77); }
H1.HeaderClassName
{
color: #EF514D;
}
.AnyTagClassName
{
color: #EF514D;
}
</style>
background-color css
<style>
a { background-color: #EF514D; }
a { background-color: rgb(239,81,77); }
div.DivClassName
{
background-color: #EF514D;
}
.BgClassName
{
background-color: #EF514D;
}
</style>
border-color css
<style>
span { border-color: #EF514D; }
span { border-color: rgb(239,81,77); }
td.TdClassName
{
border-color: #EF514D;
}
.TagClassName
{
border-color: #EF514D;
}
</style>