Shades of Froly #EF676D
Tints of Froly #EF676D
RGB
CMYK
RGB Variations
Color information
#EF676D (or 0xEF676D) is known color: Froly. HEX triplet: EF, 67 and 6D. RGB value is (239,103,109). Sum of RGB (Red+Green+Blue) = 239+103+109=451 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.99% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 239 - color contains mainly: red. Hex color #EF676D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF676D is #109892. Grayscale: #909090. Windows color (decimal): -1087635 or 7170031. OLE color: 7170031.
HSL color Cylindrical-coordinate representation of color #EF676D: hue angle of 357.35º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF676D is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 103 | 109 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.06 |
| HSL | 357.35º | 0.81% | 0.67% | - |
| HSV(B) | 357.35º | 0.57% | 0.94% | - |
| XYZ | 43.21 | 29.16 | 17.82 | - |
| YUV | 144.35 | 108.06 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 103 | 109 | 0 | 0.57 | 0.54 | 0.06 | 357.35 | 0.81 | 0.67 |
| Hex | EF | 67 | 6D | 0 | 39 | 36 | 6 | 165 | 51 | 43 |
| Octal | 357 | 147 | 155 | 0 | 71 | 66 | 6 | 545 | 121 | 103 |
| Binary | 11101111 | 1100111 | 1101101 | 0 | 111001 | 110110 | 110 | 101100101 | 1010001 | 1000011 |
Color Harmonies of #EF676D
Complementary color
Monochromatic Colors of #EF676D
Black with #EF676D
Text Example
Text Example
White with #EF676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF676D; }
p { color: rgb(239,103,109); }
H1.HeaderClassName
{
color: #EF676D;
}
.AnyTagClassName
{
color: #EF676D;
}
</style>
background-color css
<style>
a { background-color: #EF676D; }
a { background-color: rgb(239,103,109); }
div.DivClassName
{
background-color: #EF676D;
}
.BgClassName
{
background-color: #EF676D;
}
</style>
border-color css
<style>
span { border-color: #EF676D; }
span { border-color: rgb(239,103,109); }
td.TdClassName
{
border-color: #EF676D;
}
.TagClassName
{
border-color: #EF676D;
}
</style>