Shades of Bittersweet #EF665B
Tints of Bittersweet #EF665B
RGB
CMYK
RGB Variations
Color information
#EF665B (or 0xEF665B) is known color: Bittersweet. HEX triplet: EF, 66 and 5B. RGB value is (239,102,91). Sum of RGB (Red+Green+Blue) = 239+102+91=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 91 (35.94% from 255 or 21.06% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF665B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF665B is #1099A4. Grayscale: #8D8D8D. Windows color (decimal): -1087909 or 5990127. OLE color: 5990127.
HSL color Cylindrical-coordinate representation of color #EF665B: hue angle of 4.46º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF665B is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 102 | 91 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.06 |
| HSL | 4.46º | 0.82% | 0.65% | - |
| HSV(B) | 4.46º | 0.62% | 0.94% | - |
| XYZ | 42.24 | 28.61 | 13.19 | - |
| YUV | 141.71 | 99.39 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 102 | 91 | 0 | 0.57 | 0.62 | 0.06 | 4.46 | 0.82 | 0.65 |
| Hex | EF | 66 | 5B | 0 | 39 | 3E | 6 | 4 | 52 | 41 |
| Octal | 357 | 146 | 133 | 0 | 71 | 76 | 6 | 4 | 122 | 101 |
| Binary | 11101111 | 1100110 | 1011011 | 0 | 111001 | 111110 | 110 | 100 | 1010010 | 1000001 |
Color Harmonies of #EF665B
Complementary color
Monochromatic Colors of #EF665B
Black with #EF665B
Text Example
Text Example
White with #EF665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF665B; }
p { color: rgb(239,102,91); }
H1.HeaderClassName
{
color: #EF665B;
}
.AnyTagClassName
{
color: #EF665B;
}
</style>
background-color css
<style>
a { background-color: #EF665B; }
a { background-color: rgb(239,102,91); }
div.DivClassName
{
background-color: #EF665B;
}
.BgClassName
{
background-color: #EF665B;
}
</style>
border-color css
<style>
span { border-color: #EF665B; }
span { border-color: rgb(239,102,91); }
td.TdClassName
{
border-color: #EF665B;
}
.TagClassName
{
border-color: #EF665B;
}
</style>