Shades of Sunset Orange #EF514A
Tints of Sunset Orange #EF514A
RGB
CMYK
RGB Variations
Color information
#EF514A (or 0xEF514A) is known color: Sunset Orange. HEX triplet: EF, 51 and 4A. RGB value is (239,81,74). Sum of RGB (Red+Green+Blue) = 239+81+74=394 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.66% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 239 - color contains mainly: red. Hex color #EF514A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF514A is #10AEB5. Grayscale: #7F7F7F. Windows color (decimal): -1093302 or 4870639. OLE color: 4870639.
HSL color Cylindrical-coordinate representation of color #EF514A: hue angle of 2.55º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF514A is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 81 | 74 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.06 |
| HSL | 2.55º | 0.84% | 0.61% | - |
| HSV(B) | 2.55º | 0.69% | 0.94% | - |
| XYZ | 39.78 | 24.73 | 9.16 | - |
| YUV | 127.44 | 97.85 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 81 | 74 | 0 | 0.66 | 0.69 | 0.06 | 2.55 | 0.84 | 0.61 |
| Hex | EF | 51 | 4A | 0 | 42 | 45 | 6 | 3 | 54 | 3D |
| Octal | 357 | 121 | 112 | 0 | 102 | 105 | 6 | 3 | 124 | 75 |
| Binary | 11101111 | 1010001 | 1001010 | 0 | 1000010 | 1000101 | 110 | 11 | 1010100 | 111101 |
Color Harmonies of #EF514A
Complementary color
Monochromatic Colors of #EF514A
Black with #EF514A
Text Example
Text Example
White with #EF514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF514A; }
p { color: rgb(239,81,74); }
H1.HeaderClassName
{
color: #EF514A;
}
.AnyTagClassName
{
color: #EF514A;
}
</style>
background-color css
<style>
a { background-color: #EF514A; }
a { background-color: rgb(239,81,74); }
div.DivClassName
{
background-color: #EF514A;
}
.BgClassName
{
background-color: #EF514A;
}
</style>
border-color css
<style>
span { border-color: #EF514A; }
span { border-color: rgb(239,81,74); }
td.TdClassName
{
border-color: #EF514A;
}
.TagClassName
{
border-color: #EF514A;
}
</style>