Shades of Bittersweet #EF6D60
Tints of Bittersweet #EF6D60
RGB
CMYK
RGB Variations
Color information
#EF6D60 (or 0xEF6D60) is known color: Bittersweet. HEX triplet: EF, 6D and 60. RGB value is (239,109,96). Sum of RGB (Red+Green+Blue) = 239+109+96=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6D60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6D60 is #10929F. Grayscale: #929292. Windows color (decimal): -1086112 or 6319599. OLE color: 6319599.
HSL color Cylindrical-coordinate representation of color #EF6D60: hue angle of 5.45º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF6D60 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 109 | 96 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.06 |
| HSL | 5.45º | 0.82% | 0.66% | - |
| HSV(B) | 5.45º | 0.6% | 0.94% | - |
| XYZ | 43.18 | 30.13 | 14.61 | - |
| YUV | 146.39 | 99.57 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 109 | 96 | 0 | 0.54 | 0.60 | 0.06 | 5.45 | 0.82 | 0.66 |
| Hex | EF | 6D | 60 | 0 | 36 | 3C | 6 | 5 | 52 | 42 |
| Octal | 357 | 155 | 140 | 0 | 66 | 74 | 6 | 5 | 122 | 102 |
| Binary | 11101111 | 1101101 | 1100000 | 0 | 110110 | 111100 | 110 | 101 | 1010010 | 1000010 |
Color Harmonies of #EF6D60
Complementary color
Monochromatic Colors of #EF6D60
Black with #EF6D60
Text Example
Text Example
White with #EF6D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6D60; }
p { color: rgb(239,109,96); }
H1.HeaderClassName
{
color: #EF6D60;
}
.AnyTagClassName
{
color: #EF6D60;
}
</style>
background-color css
<style>
a { background-color: #EF6D60; }
a { background-color: rgb(239,109,96); }
div.DivClassName
{
background-color: #EF6D60;
}
.BgClassName
{
background-color: #EF6D60;
}
</style>
border-color css
<style>
span { border-color: #EF6D60; }
span { border-color: rgb(239,109,96); }
td.TdClassName
{
border-color: #EF6D60;
}
.TagClassName
{
border-color: #EF6D60;
}
</style>