Shades of Sunset Orange #EF514C
Tints of Sunset Orange #EF514C
RGB
CMYK
RGB Variations
Color information
#EF514C (or 0xEF514C) is known color: Sunset Orange. HEX triplet: EF, 51 and 4C. RGB value is (239,81,76). Sum of RGB (Red+Green+Blue) = 239+81+76=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF514C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF514C is #10AEB3. Grayscale: #7F7F7F. Windows color (decimal): -1093300 or 5001711. OLE color: 5001711.
HSL color Cylindrical-coordinate representation of color #EF514C: hue angle of 1.84º 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 #EF514C is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 81 | 76 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.06 |
| HSL | 1.84º | 0.84% | 0.62% | - |
| HSV(B) | 1.84º | 0.68% | 0.94% | - |
| XYZ | 39.84 | 24.76 | 9.52 | - |
| YUV | 127.67 | 98.85 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 81 | 76 | 0 | 0.66 | 0.68 | 0.06 | 1.84 | 0.84 | 0.62 |
| Hex | EF | 51 | 4C | 0 | 42 | 44 | 6 | 2 | 54 | 3E |
| Octal | 357 | 121 | 114 | 0 | 102 | 104 | 6 | 2 | 124 | 76 |
| Binary | 11101111 | 1010001 | 1001100 | 0 | 1000010 | 1000100 | 110 | 10 | 1010100 | 111110 |
Color Harmonies of #EF514C
Complementary color
Monochromatic Colors of #EF514C
Black with #EF514C
Text Example
Text Example
White with #EF514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF514C; }
p { color: rgb(239,81,76); }
H1.HeaderClassName
{
color: #EF514C;
}
.AnyTagClassName
{
color: #EF514C;
}
</style>
background-color css
<style>
a { background-color: #EF514C; }
a { background-color: rgb(239,81,76); }
div.DivClassName
{
background-color: #EF514C;
}
.BgClassName
{
background-color: #EF514C;
}
</style>
border-color css
<style>
span { border-color: #EF514C; }
span { border-color: rgb(239,81,76); }
td.TdClassName
{
border-color: #EF514C;
}
.TagClassName
{
border-color: #EF514C;
}
</style>