#EDF18A

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

Shades of Tidal #EDF18A

Tints of Tidal #EDF18A

Color information

#EDF18A (or 0xEDF18A) is unknown color: approx Tidal. HEX triplet: ED, F1 and 8A. RGB value is (237,241,138). Sum of RGB (Red+Green+Blue) = 237+241+138=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 241 (94.53% from 255 or 39.12% from 616); Blue value is 138 (54.30% from 255 or 22.40% from 616); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF18A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF18A is #120E75. Grayscale: #E4E4E4. Windows color (decimal): -1183350 or 9105901. OLE color: 9105901.

HSL color Cylindrical-coordinate representation of color #EDF18A: hue angle of 62.33º 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 #EDF18A is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB237241138-
CMYK0.0200.430.05
HSL62.33º78.63%74.31%-
HSV(B)62.33º42.74%94.51%-
XYZ70.9782.7536.28-
YUV228.0677.17134.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.47%
GREEN value IS 241 (94.53% from 255) = 39.12%
BLUE value IS 138 (54.30% from 255) = 22.40%
R=38.47%
G=39.12%
B=22.40%

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
Decimal2372411380.0200.430.0562.3378.6374.31
HexEDF18A202B53e4f4a
Octal3553612122053576117112
Binary11101101111100011000101010010101110111111010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF18A; }

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

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

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

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

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

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

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

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