#EDF18C

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

Shades of Tidal #EDF18C

Tints of Tidal #EDF18C

Color information

#EDF18C (or 0xEDF18C) is unknown color: approx Tidal. HEX triplet: ED, F1 and 8C. RGB value is (237,241,140). Sum of RGB (Red+Green+Blue) = 237+241+140=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 140 (55.08% from 255 or 22.65% from 618); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF18C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF18C is #120E73. Grayscale: #E4E4E4. Windows color (decimal): -1183348 or 9236973. OLE color: 9236973.

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

Color convert

RGB237241140-
CMYK0.0200.420.05
HSL62.38º78.29%74.71%-
HSV(B)62.38º41.91%94.51%-
XYZ71.1182.8137.05-
YUV228.2978.17134.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.35%
GREEN value IS 241 (94.53% from 255) = 39.00%
BLUE value IS 140 (55.08% from 255) = 22.65%
R=38.35%
G=39.00%
B=22.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372411400.0200.420.0562.3878.2974.71
HexEDF18C202A53e4e4b
Octal3553612142052576116113
Binary11101101111100011000110010010101010111111010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF18C; }

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

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

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

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

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

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

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

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