Shades of Bittersweet #EF6862
Tints of Bittersweet #EF6862
RGB
CMYK
RGB Variations
Color information
#EF6862 (or 0xEF6862) is known color: Bittersweet. HEX triplet: EF, 68 and 62. RGB value is (239,104,98). Sum of RGB (Red+Green+Blue) = 239+104+98=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 98 (38.67% from 255 or 22.22% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6862 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6862 is #10979D. Grayscale: #8F8F8F. Windows color (decimal): -1087390 or 6449391. OLE color: 6449391.
HSL color Cylindrical-coordinate representation of color #EF6862: hue angle of 2.55º degrees, saturation: 0.82, 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 #EF6862 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 98 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.06 |
| HSL | 2.55º | 0.82% | 0.66% | - |
| HSV(B) | 2.55º | 0.59% | 0.94% | - |
| XYZ | 42.75 | 29.13 | 14.93 | - |
| YUV | 143.68 | 102.23 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 98 | 0 | 0.56 | 0.59 | 0.06 | 2.55 | 0.82 | 0.66 |
| Hex | EF | 68 | 62 | 0 | 38 | 3B | 6 | 3 | 52 | 42 |
| Octal | 357 | 150 | 142 | 0 | 70 | 73 | 6 | 3 | 122 | 102 |
| Binary | 11101111 | 1101000 | 1100010 | 0 | 111000 | 111011 | 110 | 11 | 1010010 | 1000010 |
Color Harmonies of #EF6862
Complementary color
Monochromatic Colors of #EF6862
Black with #EF6862
Text Example
Text Example
White with #EF6862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6862; }
p { color: rgb(239,104,98); }
H1.HeaderClassName
{
color: #EF6862;
}
.AnyTagClassName
{
color: #EF6862;
}
</style>
background-color css
<style>
a { background-color: #EF6862; }
a { background-color: rgb(239,104,98); }
div.DivClassName
{
background-color: #EF6862;
}
.BgClassName
{
background-color: #EF6862;
}
</style>
border-color css
<style>
span { border-color: #EF6862; }
span { border-color: rgb(239,104,98); }
td.TdClassName
{
border-color: #EF6862;
}
.TagClassName
{
border-color: #EF6862;
}
</style>