#EDF086

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

Shades of Tidal #EDF086

Tints of Tidal #EDF086

Color information

#EDF086 (or 0xEDF086) is unknown color: approx Tidal. HEX triplet: ED, F0 and 86. RGB value is (237,240,134). Sum of RGB (Red+Green+Blue) = 237+240+134=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 240 (94.14% from 255 or 39.28% from 611); Blue value is 134 (52.73% from 255 or 21.93% from 611); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF086 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF086 is #120F79. Grayscale: #E3E3E3. Windows color (decimal): -1183610 or 8843501. OLE color: 8843501.

HSL color Cylindrical-coordinate representation of color #EDF086: hue angle of 61.7º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDF086 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB237240134-
CMYK0.0100.440.06
HSL61.7º77.94%73.33%-
HSV(B)61.7º44.17%94.12%-
XYZ70.3982.0534.68-
YUV227.0275.51135.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.79%
GREEN value IS 240 (94.14% from 255) = 39.28%
BLUE value IS 134 (52.73% from 255) = 21.93%
R=38.79%
G=39.28%
B=21.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372401340.0100.440.0661.777.9473.33
HexEDF086102C63e4e49
Octal3553602061054676116111
Binary1110110111110000100001101010110011011111010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF086; }

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

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

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

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

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

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

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

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