#EDF686

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

Shades of Tidal #EDF686

Tints of Tidal #EDF686

Color information

#EDF686 (or 0xEDF686) is unknown color: approx Tidal. HEX triplet: ED, F6 and 86. RGB value is (237,246,134). Sum of RGB (Red+Green+Blue) = 237+246+134=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 246 (96.48% from 255 or 39.87% from 617); Blue value is 134 (52.73% from 255 or 21.72% from 617); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF686 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF686 is #120979. Grayscale: #E6E6E6. Windows color (decimal): -1182074 or 8845037. OLE color: 8845037.

HSL color Cylindrical-coordinate representation of color #EDF686: hue angle of 64.82º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDF686 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB237246134-
CMYK0.0400.460.04
HSL64.82º86.15%74.51%-
HSV(B)64.82º45.53%96.47%-
XYZ72.1885.6435.28-
YUV230.5473.52132.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.41%
GREEN value IS 246 (96.48% from 255) = 39.87%
BLUE value IS 134 (52.73% from 255) = 21.72%
R=38.41%
G=39.87%
B=21.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372461340.0400.460.0464.8286.1574.51
HexEDF686402E441564b
Octal35536620640564101126113
Binary1110110111110110100001101000101110100100000110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF686; }

 p { color: rgb(237,246,134); }

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

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

 a { background-color: rgb(237,246,134); }

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

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

 span { border-color: rgb(237,246,134); }

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