#EF686D

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

Shades of Froly #EF686D

Tints of Froly #EF686D

Color information

#EF686D (or 0xEF686D) is unknown color: approx Froly. HEX triplet: EF, 68 and 6D. RGB value is (239,104,109). Sum of RGB (Red+Green+Blue) = 239+104+109=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF686D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF686D is #109792. Grayscale: #919191. Windows color (decimal): -1087379 or 7170287. OLE color: 7170287.

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

Color convert

RGB239104109-
CMYK00.560.540.06
HSL357.78º80.84%67.25%-
HSV(B)357.78º56.49%93.73%-
XYZ43.3129.3617.85-
YUV144.93107.73195.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.88%
GREEN value IS 104 (41.02% from 255) = 23.01%
BLUE value IS 109 (42.97% from 255) = 24.12%
R=52.88%
G=23.01%
B=24.12%

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
Decimal23910410900.560.540.06357.7880.8467.25
HexEF686D0383661665143
Octal357150155070666546121103
Binary1110111111010001101101011100011011011010110011010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF686D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF686D; }

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

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

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

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

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

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

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

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