Shades of Sunset Orange #EF513C
Tints of Sunset Orange #EF513C
RGB
CMYK
RGB Variations
Color information
#EF513C (or 0xEF513C) is known color: Sunset Orange. HEX triplet: EF, 51 and 3C. RGB value is (239,81,60). Sum of RGB (Red+Green+Blue) = 239+81+60=380 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.89% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 60 (23.83% from 255 or 15.79% from 380); Max value from RGB is 239 - color contains mainly: red. Hex color #EF513C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF513C is #10AEC3. Grayscale: #7E7E7E. Windows color (decimal): -1093316 or 3953135. OLE color: 3953135.
HSL color Cylindrical-coordinate representation of color #EF513C: hue angle of 7.04º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF513C is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 81 | 60 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.06 |
| HSL | 7.04º | 0.85% | 0.59% | - |
| HSV(B) | 7.04º | 0.75% | 0.94% | - |
| XYZ | 39.35 | 24.56 | 6.94 | - |
| YUV | 125.85 | 90.85 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 81 | 60 | 0 | 0.66 | 0.75 | 0.06 | 7.04 | 0.85 | 0.59 |
| Hex | EF | 51 | 3C | 0 | 42 | 4B | 6 | 7 | 55 | 3B |
| Octal | 357 | 121 | 74 | 0 | 102 | 113 | 6 | 7 | 125 | 73 |
| Binary | 11101111 | 1010001 | 111100 | 0 | 1000010 | 1001011 | 110 | 111 | 1010101 | 111011 |
Color Harmonies of #EF513C
Complementary color
Monochromatic Colors of #EF513C
Black with #EF513C
Text Example
Text Example
White with #EF513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF513C; }
p { color: rgb(239,81,60); }
H1.HeaderClassName
{
color: #EF513C;
}
.AnyTagClassName
{
color: #EF513C;
}
</style>
background-color css
<style>
a { background-color: #EF513C; }
a { background-color: rgb(239,81,60); }
div.DivClassName
{
background-color: #EF513C;
}
.BgClassName
{
background-color: #EF513C;
}
</style>
border-color css
<style>
span { border-color: #EF513C; }
span { border-color: rgb(239,81,60); }
td.TdClassName
{
border-color: #EF513C;
}
.TagClassName
{
border-color: #EF513C;
}
</style>