Shades of Bittersweet #EF7166
Tints of Bittersweet #EF7166
RGB
CMYK
RGB Variations
Color information
#EF7166 (or 0xEF7166) is known color: Bittersweet. HEX triplet: EF, 71 and 66. RGB value is (239,113,102). Sum of RGB (Red+Green+Blue) = 239+113+102=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 102 (40.23% from 255 or 22.47% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7166 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7166 is #108E99. Grayscale: #959595. Windows color (decimal): -1085082 or 6713839. OLE color: 6713839.
HSL color Cylindrical-coordinate representation of color #EF7166: hue angle of 4.82º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF7166 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 113 | 102 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.06 |
| HSL | 4.82º | 0.81% | 0.67% | - |
| HSV(B) | 4.82º | 0.57% | 0.94% | - |
| XYZ | 43.9 | 31.12 | 16.26 | - |
| YUV | 149.42 | 101.24 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 113 | 102 | 0 | 0.53 | 0.57 | 0.06 | 4.82 | 0.81 | 0.67 |
| Hex | EF | 71 | 66 | 0 | 35 | 39 | 6 | 5 | 51 | 43 |
| Octal | 357 | 161 | 146 | 0 | 65 | 71 | 6 | 5 | 121 | 103 |
| Binary | 11101111 | 1110001 | 1100110 | 0 | 110101 | 111001 | 110 | 101 | 1010001 | 1000011 |
Color Harmonies of #EF7166
Complementary color
Monochromatic Colors of #EF7166
Black with #EF7166
Text Example
Text Example
White with #EF7166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7166; }
p { color: rgb(239,113,102); }
H1.HeaderClassName
{
color: #EF7166;
}
.AnyTagClassName
{
color: #EF7166;
}
</style>
background-color css
<style>
a { background-color: #EF7166; }
a { background-color: rgb(239,113,102); }
div.DivClassName
{
background-color: #EF7166;
}
.BgClassName
{
background-color: #EF7166;
}
</style>
border-color css
<style>
span { border-color: #EF7166; }
span { border-color: rgb(239,113,102); }
td.TdClassName
{
border-color: #EF7166;
}
.TagClassName
{
border-color: #EF7166;
}
</style>