Shades of Bittersweet #EF665E
Tints of Bittersweet #EF665E
RGB
CMYK
RGB Variations
Color information
#EF665E (or 0xEF665E) is known color: Bittersweet. HEX triplet: EF, 66 and 5E. RGB value is (239,102,94). Sum of RGB (Red+Green+Blue) = 239+102+94=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 94 (37.11% from 255 or 21.61% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EF665E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF665E is #1099A1. Grayscale: #8E8E8E. Windows color (decimal): -1087906 or 6186735. OLE color: 6186735.
HSL color Cylindrical-coordinate representation of color #EF665E: hue angle of 3.31º 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 #EF665E is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 94 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.06 |
| HSL | 3.31º | 0.82% | 0.65% | - |
| HSV(B) | 3.31º | 0.61% | 0.94% | - |
| XYZ | 42.37 | 28.66 | 13.89 | - |
| YUV | 142.05 | 100.89 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 94 | 0 | 0.57 | 0.61 | 0.06 | 3.31 | 0.82 | 0.65 |
| Hex | EF | 66 | 5E | 0 | 39 | 3D | 6 | 3 | 52 | 41 |
| Octal | 357 | 146 | 136 | 0 | 71 | 75 | 6 | 3 | 122 | 101 |
| Binary | 11101111 | 1100110 | 1011110 | 0 | 111001 | 111101 | 110 | 11 | 1010010 | 1000001 |
Color Harmonies of #EF665E
Complementary color
Monochromatic Colors of #EF665E
Black with #EF665E
Text Example
Text Example
White with #EF665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF665E; }
p { color: rgb(239,102,94); }
H1.HeaderClassName
{
color: #EF665E;
}
.AnyTagClassName
{
color: #EF665E;
}
</style>
background-color css
<style>
a { background-color: #EF665E; }
a { background-color: rgb(239,102,94); }
div.DivClassName
{
background-color: #EF665E;
}
.BgClassName
{
background-color: #EF665E;
}
</style>
border-color css
<style>
span { border-color: #EF665E; }
span { border-color: rgb(239,102,94); }
td.TdClassName
{
border-color: #EF665E;
}
.TagClassName
{
border-color: #EF665E;
}
</style>