Shades of Bittersweet #EF685D
Tints of Bittersweet #EF685D
RGB
CMYK
RGB Variations
Color information
#EF685D (or 0xEF685D) is known color: Bittersweet. HEX triplet: EF, 68 and 5D. RGB value is (239,104,93). Sum of RGB (Red+Green+Blue) = 239+104+93=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EF685D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF685D is #1097A2. Grayscale: #8F8F8F. Windows color (decimal): -1087395 or 6121711. OLE color: 6121711.
HSL color Cylindrical-coordinate representation of color #EF685D: hue angle of 4.52º 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 #EF685D is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 93 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.06 |
| HSL | 4.52º | 0.82% | 0.65% | - |
| HSV(B) | 4.52º | 0.61% | 0.94% | - |
| XYZ | 42.52 | 29.04 | 13.72 | - |
| YUV | 143.11 | 99.73 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 93 | 0 | 0.56 | 0.61 | 0.06 | 4.52 | 0.82 | 0.65 |
| Hex | EF | 68 | 5D | 0 | 38 | 3D | 6 | 5 | 52 | 41 |
| Octal | 357 | 150 | 135 | 0 | 70 | 75 | 6 | 5 | 122 | 101 |
| Binary | 11101111 | 1101000 | 1011101 | 0 | 111000 | 111101 | 110 | 101 | 1010010 | 1000001 |
Color Harmonies of #EF685D
Complementary color
Monochromatic Colors of #EF685D
Black with #EF685D
Text Example
Text Example
White with #EF685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF685D; }
p { color: rgb(239,104,93); }
H1.HeaderClassName
{
color: #EF685D;
}
.AnyTagClassName
{
color: #EF685D;
}
</style>
background-color css
<style>
a { background-color: #EF685D; }
a { background-color: rgb(239,104,93); }
div.DivClassName
{
background-color: #EF685D;
}
.BgClassName
{
background-color: #EF685D;
}
</style>
border-color css
<style>
span { border-color: #EF685D; }
span { border-color: rgb(239,104,93); }
td.TdClassName
{
border-color: #EF685D;
}
.TagClassName
{
border-color: #EF685D;
}
</style>