Shades of Bittersweet #EF6863
Tints of Bittersweet #EF6863
RGB
CMYK
RGB Variations
Color information
#EF6863 (or 0xEF6863) is known color: Bittersweet. HEX triplet: EF, 68 and 63. RGB value is (239,104,99). Sum of RGB (Red+Green+Blue) = 239+104+99=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 99 (39.06% from 255 or 22.40% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6863 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6863 is #10979C. Grayscale: #8F8F8F. Windows color (decimal): -1087389 or 6514927. OLE color: 6514927.
HSL color Cylindrical-coordinate representation of color #EF6863: hue angle of 2.14º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF6863 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 99 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.06 |
| HSL | 2.14º | 0.81% | 0.66% | - |
| HSV(B) | 2.14º | 0.59% | 0.94% | - |
| XYZ | 42.8 | 29.15 | 15.18 | - |
| YUV | 143.8 | 102.73 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 99 | 0 | 0.56 | 0.59 | 0.06 | 2.14 | 0.81 | 0.66 |
| Hex | EF | 68 | 63 | 0 | 38 | 3B | 6 | 2 | 51 | 42 |
| Octal | 357 | 150 | 143 | 0 | 70 | 73 | 6 | 2 | 121 | 102 |
| Binary | 11101111 | 1101000 | 1100011 | 0 | 111000 | 111011 | 110 | 10 | 1010001 | 1000010 |
Color Harmonies of #EF6863
Complementary color
Monochromatic Colors of #EF6863
Black with #EF6863
Text Example
Text Example
White with #EF6863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6863; }
p { color: rgb(239,104,99); }
H1.HeaderClassName
{
color: #EF6863;
}
.AnyTagClassName
{
color: #EF6863;
}
</style>
background-color css
<style>
a { background-color: #EF6863; }
a { background-color: rgb(239,104,99); }
div.DivClassName
{
background-color: #EF6863;
}
.BgClassName
{
background-color: #EF6863;
}
</style>
border-color css
<style>
span { border-color: #EF6863; }
span { border-color: rgb(239,104,99); }
td.TdClassName
{
border-color: #EF6863;
}
.TagClassName
{
border-color: #EF6863;
}
</style>