Shades of Bittersweet #EF6965
Tints of Bittersweet #EF6965
RGB
CMYK
RGB Variations
Color information
#EF6965 (or 0xEF6965) is known color: Bittersweet. HEX triplet: EF, 69 and 65. RGB value is (239,105,101). Sum of RGB (Red+Green+Blue) = 239+105+101=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6965 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6965 is #10969A. Grayscale: #909090. Windows color (decimal): -1087131 or 6646255. OLE color: 6646255.
HSL color Cylindrical-coordinate representation of color #EF6965: hue angle of 1.74º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF6965 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 105 | 101 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.06 |
| HSL | 1.74º | 0.81% | 0.67% | - |
| HSV(B) | 1.74º | 0.58% | 0.94% | - |
| XYZ | 43 | 29.39 | 15.72 | - |
| YUV | 144.61 | 103.39 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 105 | 101 | 0 | 0.56 | 0.58 | 0.06 | 1.74 | 0.81 | 0.67 |
| Hex | EF | 69 | 65 | 0 | 38 | 3A | 6 | 2 | 51 | 43 |
| Octal | 357 | 151 | 145 | 0 | 70 | 72 | 6 | 2 | 121 | 103 |
| Binary | 11101111 | 1101001 | 1100101 | 0 | 111000 | 111010 | 110 | 10 | 1010001 | 1000011 |
Color Harmonies of #EF6965
Complementary color
Monochromatic Colors of #EF6965
Black with #EF6965
Text Example
Text Example
White with #EF6965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6965; }
p { color: rgb(239,105,101); }
H1.HeaderClassName
{
color: #EF6965;
}
.AnyTagClassName
{
color: #EF6965;
}
</style>
background-color css
<style>
a { background-color: #EF6965; }
a { background-color: rgb(239,105,101); }
div.DivClassName
{
background-color: #EF6965;
}
.BgClassName
{
background-color: #EF6965;
}
</style>
border-color css
<style>
span { border-color: #EF6965; }
span { border-color: rgb(239,105,101); }
td.TdClassName
{
border-color: #EF6965;
}
.TagClassName
{
border-color: #EF6965;
}
</style>