#EDF894

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

Shades of Tidal #EDF894

Tints of Tidal #EDF894

Color information

#EDF894 (or 0xEDF894) is unknown color: approx Tidal. HEX triplet: ED, F8 and 94. RGB value is (237,248,148). Sum of RGB (Red+Green+Blue) = 237+248+148=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 248 (97.27% from 255 or 39.18% from 633); Blue value is 148 (58.20% from 255 or 23.38% from 633); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF894 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF894 is #12076B. Grayscale: #E9E9E9. Windows color (decimal): -1181548 or 9763053. OLE color: 9763053.

HSL color Cylindrical-coordinate representation of color #EDF894: hue angle of 66.6º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDF894 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB237248148-
CMYK0.0400.400.03
HSL66.6º87.72%77.65%-
HSV(B)66.6º40.32%97.25%-
XYZ73.8487.2840.97-
YUV233.3179.86130.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.44%
GREEN value IS 248 (97.27% from 255) = 39.18%
BLUE value IS 148 (58.20% from 255) = 23.38%
R=37.44%
G=39.18%
B=23.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372481480.0400.400.0366.687.7277.65
HexEDF8944028343584e
Octal35537022440503103130116
Binary111011011111100010010100100010100011100001110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF894; }

 p { color: rgb(237,248,148); }

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

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

 a { background-color: rgb(237,248,148); }

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

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

 span { border-color: rgb(237,248,148); }

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