#ED686D

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

Shades of Froly #ED686D

Tints of Froly #ED686D

Color information

#ED686D (or 0xED686D) is unknown color: approx Froly. HEX triplet: ED, 68 and 6D. RGB value is (237,104,109). Sum of RGB (Red+Green+Blue) = 237+104+109=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #ED686D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED686D is #129792. Grayscale: #909090. Windows color (decimal): -1218451 or 7170285. OLE color: 7170285.

HSL color Cylindrical-coordinate representation of color #ED686D: hue angle of 357.74º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED686D is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB237104109-
CMYK00.560.540.07
HSL357.74º78.7%66.86%-
HSV(B)357.74º56.12%92.94%-
XYZ42.6429.0117.82-
YUV144.34108.06194.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.67%
GREEN value IS 104 (41.02% from 255) = 23.11%
BLUE value IS 109 (42.97% from 255) = 24.22%
R=52.67%
G=23.11%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710410900.560.540.07357.7478.766.86
HexED686D0383671664f43
Octal355150155070667546117103
Binary1110110111010001101101011100011011011110110011010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED686D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED686D; }

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

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

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

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

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

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

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

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