#EDF893

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

Shades of Tidal #EDF893

Tints of Tidal #EDF893

Color information

#EDF893 (or 0xEDF893) is unknown color: approx Tidal. HEX triplet: ED, F8 and 93. RGB value is (237,248,147). Sum of RGB (Red+Green+Blue) = 237+248+147=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 248 (97.27% from 255 or 39.24% from 632); Blue value is 147 (57.81% from 255 or 23.26% from 632); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF893 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF893 is #12076C. Grayscale: #E9E9E9. Windows color (decimal): -1181549 or 9697517. OLE color: 9697517.

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

Color convert

RGB237248147-
CMYK0.0400.410.03
HSL66.53º87.83%77.45%-
HSV(B)66.53º40.73%97.25%-
XYZ73.7687.2540.56-
YUV233.279.36130.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.5%
GREEN value IS 248 (97.27% from 255) = 39.24%
BLUE value IS 147 (57.81% from 255) = 23.26%
R=37.5%
G=39.24%
B=23.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372481470.0400.410.0366.5387.8377.45
HexEDF8934029343584d
Octal35537022340513103130115
Binary111011011111100010010011100010100111100001110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF893; }

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

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

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

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

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

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

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

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