Shades of Bittersweet #EF6960
Tints of Bittersweet #EF6960
RGB
CMYK
RGB Variations
Color information
#EF6960 (or 0xEF6960) is known color: Bittersweet. HEX triplet: EF, 69 and 60. RGB value is (239,105,96). Sum of RGB (Red+Green+Blue) = 239+105+96=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6960 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6960 is #10969F. Grayscale: #909090. Windows color (decimal): -1087136 or 6318575. OLE color: 6318575.
HSL color Cylindrical-coordinate representation of color #EF6960: hue angle of 3.78º 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 #EF6960 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 105 | 96 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.06 |
| HSL | 3.78º | 0.82% | 0.66% | - |
| HSV(B) | 3.78º | 0.6% | 0.94% | - |
| XYZ | 42.76 | 29.3 | 14.47 | - |
| YUV | 144.04 | 100.89 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 105 | 96 | 0 | 0.56 | 0.60 | 0.06 | 3.78 | 0.82 | 0.66 |
| Hex | EF | 69 | 60 | 0 | 38 | 3C | 6 | 4 | 52 | 42 |
| Octal | 357 | 151 | 140 | 0 | 70 | 74 | 6 | 4 | 122 | 102 |
| Binary | 11101111 | 1101001 | 1100000 | 0 | 111000 | 111100 | 110 | 100 | 1010010 | 1000010 |
Color Harmonies of #EF6960
Complementary color
Monochromatic Colors of #EF6960
Black with #EF6960
Text Example
Text Example
White with #EF6960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6960; }
p { color: rgb(239,105,96); }
H1.HeaderClassName
{
color: #EF6960;
}
.AnyTagClassName
{
color: #EF6960;
}
</style>
background-color css
<style>
a { background-color: #EF6960; }
a { background-color: rgb(239,105,96); }
div.DivClassName
{
background-color: #EF6960;
}
.BgClassName
{
background-color: #EF6960;
}
</style>
border-color css
<style>
span { border-color: #EF6960; }
span { border-color: rgb(239,105,96); }
td.TdClassName
{
border-color: #EF6960;
}
.TagClassName
{
border-color: #EF6960;
}
</style>