#EDF189

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

Shades of Tidal #EDF189

Tints of Tidal #EDF189

Color information

#EDF189 (or 0xEDF189) is unknown color: approx Tidal. HEX triplet: ED, F1 and 89. RGB value is (237,241,137). Sum of RGB (Red+Green+Blue) = 237+241+137=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 241 (94.53% from 255 or 39.19% from 615); Blue value is 137 (53.91% from 255 or 22.28% from 615); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF189 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF189 is #120E76. Grayscale: #E4E4E4. Windows color (decimal): -1183351 or 9040365. OLE color: 9040365.

HSL color Cylindrical-coordinate representation of color #EDF189: hue angle of 62.31º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDF189 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB237241137-
CMYK0.0200.430.05
HSL62.31º78.79%74.12%-
HSV(B)62.31º43.15%94.51%-
XYZ70.982.7235.9-
YUV227.9576.67134.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.54%
GREEN value IS 241 (94.53% from 255) = 39.19%
BLUE value IS 137 (53.91% from 255) = 22.28%
R=38.54%
G=39.19%
B=22.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372411370.0200.430.0562.3178.7974.12
HexEDF189202B53e4f4a
Octal3553612112053576117112
Binary11101101111100011000100110010101110111111010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF189; }

 p { color: rgb(237,241,137); }

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

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

 a { background-color: rgb(237,241,137); }

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

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

 span { border-color: rgb(237,241,137); }

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