Shades of Bittersweet #EF655C
Tints of Bittersweet #EF655C
RGB
CMYK
RGB Variations
Color information
#EF655C (or 0xEF655C) is known color: Bittersweet. HEX triplet: EF, 65 and 5C. RGB value is (239,101,92). Sum of RGB (Red+Green+Blue) = 239+101+92=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF655C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF655C is #109AA3. Grayscale: #8D8D8D. Windows color (decimal): -1088164 or 6055407. OLE color: 6055407.
HSL color Cylindrical-coordinate representation of color #EF655C: hue angle of 3.67º 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 #EF655C is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 92 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.06 |
| HSL | 3.67º | 0.82% | 0.65% | - |
| HSV(B) | 3.67º | 0.62% | 0.94% | - |
| XYZ | 42.18 | 28.43 | 13.39 | - |
| YUV | 141.24 | 100.22 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 92 | 0 | 0.58 | 0.62 | 0.06 | 3.67 | 0.82 | 0.65 |
| Hex | EF | 65 | 5C | 0 | 3A | 3E | 6 | 4 | 52 | 41 |
| Octal | 357 | 145 | 134 | 0 | 72 | 76 | 6 | 4 | 122 | 101 |
| Binary | 11101111 | 1100101 | 1011100 | 0 | 111010 | 111110 | 110 | 100 | 1010010 | 1000001 |
Color Harmonies of #EF655C
Complementary color
Monochromatic Colors of #EF655C
Black with #EF655C
Text Example
Text Example
White with #EF655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF655C; }
p { color: rgb(239,101,92); }
H1.HeaderClassName
{
color: #EF655C;
}
.AnyTagClassName
{
color: #EF655C;
}
</style>
background-color css
<style>
a { background-color: #EF655C; }
a { background-color: rgb(239,101,92); }
div.DivClassName
{
background-color: #EF655C;
}
.BgClassName
{
background-color: #EF655C;
}
</style>
border-color css
<style>
span { border-color: #EF655C; }
span { border-color: rgb(239,101,92); }
td.TdClassName
{
border-color: #EF655C;
}
.TagClassName
{
border-color: #EF655C;
}
</style>