Shades of Bittersweet #EF655B
Tints of Bittersweet #EF655B
RGB
CMYK
RGB Variations
Color information
#EF655B (or 0xEF655B) is known color: Bittersweet. HEX triplet: EF, 65 and 5B. RGB value is (239,101,91). Sum of RGB (Red+Green+Blue) = 239+101+91=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 91 (35.94% from 255 or 21.11% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF655B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF655B is #109AA4. Grayscale: #8D8D8D. Windows color (decimal): -1088165 or 5989871. OLE color: 5989871.
HSL color Cylindrical-coordinate representation of color #EF655B: hue angle of 4.05º 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 #EF655B is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 91 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.06 |
| HSL | 4.05º | 0.82% | 0.65% | - |
| HSV(B) | 4.05º | 0.62% | 0.94% | - |
| XYZ | 42.14 | 28.41 | 13.16 | - |
| YUV | 141.12 | 99.72 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 91 | 0 | 0.58 | 0.62 | 0.06 | 4.05 | 0.82 | 0.65 |
| Hex | EF | 65 | 5B | 0 | 3A | 3E | 6 | 4 | 52 | 41 |
| Octal | 357 | 145 | 133 | 0 | 72 | 76 | 6 | 4 | 122 | 101 |
| Binary | 11101111 | 1100101 | 1011011 | 0 | 111010 | 111110 | 110 | 100 | 1010010 | 1000001 |
Color Harmonies of #EF655B
Complementary color
Monochromatic Colors of #EF655B
Black with #EF655B
Text Example
Text Example
White with #EF655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF655B; }
p { color: rgb(239,101,91); }
H1.HeaderClassName
{
color: #EF655B;
}
.AnyTagClassName
{
color: #EF655B;
}
</style>
background-color css
<style>
a { background-color: #EF655B; }
a { background-color: rgb(239,101,91); }
div.DivClassName
{
background-color: #EF655B;
}
.BgClassName
{
background-color: #EF655B;
}
</style>
border-color css
<style>
span { border-color: #EF655B; }
span { border-color: rgb(239,101,91); }
td.TdClassName
{
border-color: #EF655B;
}
.TagClassName
{
border-color: #EF655B;
}
</style>