Shades of Bittersweet #EF6B60
Tints of Bittersweet #EF6B60
RGB
CMYK
RGB Variations
Color information
#EF6B60 (or 0xEF6B60) is known color: Bittersweet. HEX triplet: EF, 6B and 60. RGB value is (239,107,96). Sum of RGB (Red+Green+Blue) = 239+107+96=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6B60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6B60 is #10949F. Grayscale: #919191. Windows color (decimal): -1086624 or 6319087. OLE color: 6319087.
HSL color Cylindrical-coordinate representation of color #EF6B60: hue angle of 4.62º 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 #EF6B60 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 107 | 96 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.06 |
| HSL | 4.62º | 0.82% | 0.66% | - |
| HSV(B) | 4.62º | 0.6% | 0.94% | - |
| XYZ | 42.97 | 29.71 | 14.54 | - |
| YUV | 145.21 | 100.23 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 107 | 96 | 0 | 0.55 | 0.60 | 0.06 | 4.62 | 0.82 | 0.66 |
| Hex | EF | 6B | 60 | 0 | 37 | 3C | 6 | 5 | 52 | 42 |
| Octal | 357 | 153 | 140 | 0 | 67 | 74 | 6 | 5 | 122 | 102 |
| Binary | 11101111 | 1101011 | 1100000 | 0 | 110111 | 111100 | 110 | 101 | 1010010 | 1000010 |
Color Harmonies of #EF6B60
Complementary color
Monochromatic Colors of #EF6B60
Black with #EF6B60
Text Example
Text Example
White with #EF6B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6B60; }
p { color: rgb(239,107,96); }
H1.HeaderClassName
{
color: #EF6B60;
}
.AnyTagClassName
{
color: #EF6B60;
}
</style>
background-color css
<style>
a { background-color: #EF6B60; }
a { background-color: rgb(239,107,96); }
div.DivClassName
{
background-color: #EF6B60;
}
.BgClassName
{
background-color: #EF6B60;
}
</style>
border-color css
<style>
span { border-color: #EF6B60; }
span { border-color: rgb(239,107,96); }
td.TdClassName
{
border-color: #EF6B60;
}
.TagClassName
{
border-color: #EF6B60;
}
</style>