Shades of Bittersweet #EF6F64
Tints of Bittersweet #EF6F64
RGB
CMYK
RGB Variations
Color information
#EF6F64 (or 0xEF6F64) is known color: Bittersweet. HEX triplet: EF, 6F and 64. RGB value is (239,111,100). Sum of RGB (Red+Green+Blue) = 239+111+100=450 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.11% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6F64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6F64 is #10909B. Grayscale: #949494. Windows color (decimal): -1085596 or 6582255. OLE color: 6582255.
HSL color Cylindrical-coordinate representation of color #EF6F64: hue angle of 4.75º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF6F64 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 111 | 100 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.06 |
| HSL | 4.75º | 0.81% | 0.66% | - |
| HSV(B) | 4.75º | 0.58% | 0.94% | - |
| XYZ | 43.58 | 30.64 | 15.67 | - |
| YUV | 148.02 | 100.91 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 111 | 100 | 0 | 0.54 | 0.58 | 0.06 | 4.75 | 0.81 | 0.66 |
| Hex | EF | 6F | 64 | 0 | 36 | 3A | 6 | 5 | 51 | 42 |
| Octal | 357 | 157 | 144 | 0 | 66 | 72 | 6 | 5 | 121 | 102 |
| Binary | 11101111 | 1101111 | 1100100 | 0 | 110110 | 111010 | 110 | 101 | 1010001 | 1000010 |
Color Harmonies of #EF6F64
Complementary color
Monochromatic Colors of #EF6F64
Black with #EF6F64
Text Example
Text Example
White with #EF6F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6F64; }
p { color: rgb(239,111,100); }
H1.HeaderClassName
{
color: #EF6F64;
}
.AnyTagClassName
{
color: #EF6F64;
}
</style>
background-color css
<style>
a { background-color: #EF6F64; }
a { background-color: rgb(239,111,100); }
div.DivClassName
{
background-color: #EF6F64;
}
.BgClassName
{
background-color: #EF6F64;
}
</style>
border-color css
<style>
span { border-color: #EF6F64; }
span { border-color: rgb(239,111,100); }
td.TdClassName
{
border-color: #EF6F64;
}
.TagClassName
{
border-color: #EF6F64;
}
</style>