Shades of Froly #EF686F
Tints of Froly #EF686F
RGB
CMYK
RGB Variations
Color information
#EF686F (or 0xEF686F) is known color: Froly. HEX triplet: EF, 68 and 6F. RGB value is (239,104,111). Sum of RGB (Red+Green+Blue) = 239+104+111=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 111 (43.75% from 255 or 24.45% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EF686F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF686F is #109790. Grayscale: #919191. Windows color (decimal): -1087377 or 7301359. OLE color: 7301359.
HSL color Cylindrical-coordinate representation of color #EF686F: hue angle of 356.89º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF686F is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 104 | 111 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.06 |
| HSL | 356.89º | 0.81% | 0.67% | - |
| HSV(B) | 356.89º | 0.56% | 0.94% | - |
| XYZ | 43.42 | 29.4 | 18.43 | - |
| YUV | 145.16 | 108.73 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 104 | 111 | 0 | 0.56 | 0.54 | 0.06 | 356.89 | 0.81 | 0.67 |
| Hex | EF | 68 | 6F | 0 | 38 | 36 | 6 | 165 | 51 | 43 |
| Octal | 357 | 150 | 157 | 0 | 70 | 66 | 6 | 545 | 121 | 103 |
| Binary | 11101111 | 1101000 | 1101111 | 0 | 111000 | 110110 | 110 | 101100101 | 1010001 | 1000011 |
Color Harmonies of #EF686F
Complementary color
Monochromatic Colors of #EF686F
Black with #EF686F
Text Example
Text Example
White with #EF686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF686F; }
p { color: rgb(239,104,111); }
H1.HeaderClassName
{
color: #EF686F;
}
.AnyTagClassName
{
color: #EF686F;
}
</style>
background-color css
<style>
a { background-color: #EF686F; }
a { background-color: rgb(239,104,111); }
div.DivClassName
{
background-color: #EF686F;
}
.BgClassName
{
background-color: #EF686F;
}
</style>
border-color css
<style>
span { border-color: #EF686F; }
span { border-color: rgb(239,104,111); }
td.TdClassName
{
border-color: #EF686F;
}
.TagClassName
{
border-color: #EF686F;
}
</style>