Shades of Froly #EF676B
Tints of Froly #EF676B
RGB
CMYK
RGB Variations
Color information
#EF676B (or 0xEF676B) is known color: Froly. HEX triplet: EF, 67 and 6B. RGB value is (239,103,107). Sum of RGB (Red+Green+Blue) = 239+103+107=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 107 (42.19% from 255 or 23.83% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF676B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF676B is #109894. Grayscale: #909090. Windows color (decimal): -1087637 or 7038959. OLE color: 7038959.
HSL color Cylindrical-coordinate representation of color #EF676B: hue angle of 358.24º 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 #EF676B is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 103 | 107 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.06 |
| HSL | 358.24º | 0.81% | 0.67% | - |
| HSV(B) | 358.24º | 0.57% | 0.94% | - |
| XYZ | 43.1 | 29.11 | 17.26 | - |
| YUV | 144.12 | 107.06 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 103 | 107 | 0 | 0.57 | 0.55 | 0.06 | 358.24 | 0.81 | 0.67 |
| Hex | EF | 67 | 6B | 0 | 39 | 37 | 6 | 166 | 51 | 43 |
| Octal | 357 | 147 | 153 | 0 | 71 | 67 | 6 | 546 | 121 | 103 |
| Binary | 11101111 | 1100111 | 1101011 | 0 | 111001 | 110111 | 110 | 101100110 | 1010001 | 1000011 |
Color Harmonies of #EF676B
Complementary color
Monochromatic Colors of #EF676B
Black with #EF676B
Text Example
Text Example
White with #EF676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF676B; }
p { color: rgb(239,103,107); }
H1.HeaderClassName
{
color: #EF676B;
}
.AnyTagClassName
{
color: #EF676B;
}
</style>
background-color css
<style>
a { background-color: #EF676B; }
a { background-color: rgb(239,103,107); }
div.DivClassName
{
background-color: #EF676B;
}
.BgClassName
{
background-color: #EF676B;
}
</style>
border-color css
<style>
span { border-color: #EF676B; }
span { border-color: rgb(239,103,107); }
td.TdClassName
{
border-color: #EF676B;
}
.TagClassName
{
border-color: #EF676B;
}
</style>