Shades of Bittersweet #EF665F
Tints of Bittersweet #EF665F
RGB
CMYK
RGB Variations
Color information
#EF665F (or 0xEF665F) is known color: Bittersweet. HEX triplet: EF, 66 and 5F. RGB value is (239,102,95). Sum of RGB (Red+Green+Blue) = 239+102+95=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EF665F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF665F is #1099A0. Grayscale: #8E8E8E. Windows color (decimal): -1087905 or 6252271. OLE color: 6252271.
HSL color Cylindrical-coordinate representation of color #EF665F: hue angle of 2.92º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF665F is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 95 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.06 |
| HSL | 2.92º | 0.82% | 0.65% | - |
| HSV(B) | 2.92º | 0.6% | 0.94% | - |
| XYZ | 42.41 | 28.68 | 14.13 | - |
| YUV | 142.17 | 101.39 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 95 | 0 | 0.57 | 0.60 | 0.06 | 2.92 | 0.82 | 0.65 |
| Hex | EF | 66 | 5F | 0 | 39 | 3C | 6 | 3 | 52 | 41 |
| Octal | 357 | 146 | 137 | 0 | 71 | 74 | 6 | 3 | 122 | 101 |
| Binary | 11101111 | 1100110 | 1011111 | 0 | 111001 | 111100 | 110 | 11 | 1010010 | 1000001 |
Color Harmonies of #EF665F
Complementary color
Monochromatic Colors of #EF665F
Black with #EF665F
Text Example
Text Example
White with #EF665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF665F; }
p { color: rgb(239,102,95); }
H1.HeaderClassName
{
color: #EF665F;
}
.AnyTagClassName
{
color: #EF665F;
}
</style>
background-color css
<style>
a { background-color: #EF665F; }
a { background-color: rgb(239,102,95); }
div.DivClassName
{
background-color: #EF665F;
}
.BgClassName
{
background-color: #EF665F;
}
</style>
border-color css
<style>
span { border-color: #EF665F; }
span { border-color: rgb(239,102,95); }
td.TdClassName
{
border-color: #EF665F;
}
.TagClassName
{
border-color: #EF665F;
}
</style>