Shades of Bittersweet #EF665D
Tints of Bittersweet #EF665D
RGB
CMYK
RGB Variations
Color information
#EF665D (or 0xEF665D) is known color: Bittersweet. HEX triplet: EF, 66 and 5D. RGB value is (239,102,93). Sum of RGB (Red+Green+Blue) = 239+102+93=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EF665D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF665D is #1099A2. Grayscale: #8E8E8E. Windows color (decimal): -1087907 or 6121199. OLE color: 6121199.
HSL color Cylindrical-coordinate representation of color #EF665D: hue angle of 3.7º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF665D is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 93 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.06 |
| HSL | 3.7º | 0.82% | 0.65% | - |
| HSV(B) | 3.7º | 0.61% | 0.94% | - |
| XYZ | 42.32 | 28.64 | 13.65 | - |
| YUV | 141.94 | 100.39 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 93 | 0 | 0.57 | 0.61 | 0.06 | 3.7 | 0.82 | 0.65 |
| Hex | EF | 66 | 5D | 0 | 39 | 3D | 6 | 4 | 52 | 41 |
| Octal | 357 | 146 | 135 | 0 | 71 | 75 | 6 | 4 | 122 | 101 |
| Binary | 11101111 | 1100110 | 1011101 | 0 | 111001 | 111101 | 110 | 100 | 1010010 | 1000001 |
Color Harmonies of #EF665D
Complementary color
Monochromatic Colors of #EF665D
Black with #EF665D
Text Example
Text Example
White with #EF665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF665D; }
p { color: rgb(239,102,93); }
H1.HeaderClassName
{
color: #EF665D;
}
.AnyTagClassName
{
color: #EF665D;
}
</style>
background-color css
<style>
a { background-color: #EF665D; }
a { background-color: rgb(239,102,93); }
div.DivClassName
{
background-color: #EF665D;
}
.BgClassName
{
background-color: #EF665D;
}
</style>
border-color css
<style>
span { border-color: #EF665D; }
span { border-color: rgb(239,102,93); }
td.TdClassName
{
border-color: #EF665D;
}
.TagClassName
{
border-color: #EF665D;
}
</style>