#EF686E

Color #EF686E Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #EF686E

Tints of Froly #EF686E

Color information

#EF686E (or 0xEF686E) is unknown color: approx Froly. HEX triplet: EF, 68 and 6E. RGB value is (239,104,110). Sum of RGB (Red+Green+Blue) = 239+104+110=453 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.76% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 239 - color contains mainly: red. Hex color #EF686E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF686E is #109791. Grayscale: #919191. Windows color (decimal): -1087378 or 7235823. OLE color: 7235823.

HSL color Cylindrical-coordinate representation of color #EF686E: hue angle of 357.33º 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 #EF686E is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB239104110-
CMYK00.560.540.06
HSL357.33º80.84%67.25%-
HSV(B)357.33º56.49%93.73%-
XYZ43.3629.3818.14-
YUV145.05108.23195.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 52.76%
GREEN value IS 104 (41.02% from 255) = 22.96%
BLUE value IS 110 (43.36% from 255) = 24.28%
R=52.76%
G=22.96%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910411000.560.540.06357.3380.8467.25
HexEF686E0383661655143
Octal357150156070666545121103
Binary1110111111010001101110011100011011011010110010110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF686E; }

 p { color: rgb(239,104,110); }

 H1.HeaderClassName
 {
   color: #EF686E;
 }
 .AnyTagClassName
 {
   color: #EF686E;
 }
</style>
background-color css

<style>
 a { background-color: #EF686E; }

 a { background-color: rgb(239,104,110); }

 div.DivClassName
 {
   background-color: #EF686E;
 }
 .BgClassName
 {
   background-color: #EF686E;
 }
</style>
border-color css

<style>
 span { border-color: #EF686E; }

 span { border-color: rgb(239,104,110); }

 td.TdClassName
 {
   border-color: #EF686E;
 }
 .TagClassName
 {
   border-color: #EF686E;
 }
</style>