#EDF895

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

Shades of Tidal #EDF895

Tints of Tidal #EDF895

Color information

#EDF895 (or 0xEDF895) is unknown color: approx Tidal. HEX triplet: ED, F8 and 95. RGB value is (237,248,149). Sum of RGB (Red+Green+Blue) = 237+248+149=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 248 (97.27% from 255 or 39.12% from 634); Blue value is 149 (58.59% from 255 or 23.50% from 634); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF895 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF895 is #12076A. Grayscale: #E9E9E9. Windows color (decimal): -1181547 or 9828589. OLE color: 9828589.

HSL color Cylindrical-coordinate representation of color #EDF895: hue angle of 66.67º 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 #EDF895 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB237248149-
CMYK0.0400.400.03
HSL66.67º87.61%77.84%-
HSV(B)66.67º39.92%97.25%-
XYZ73.9287.3141.39-
YUV233.4280.36130.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.38%
GREEN value IS 248 (97.27% from 255) = 39.12%
BLUE value IS 149 (58.59% from 255) = 23.50%
R=37.38%
G=39.12%
B=23.50%

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
Decimal2372481490.0400.400.0366.6787.6177.84
HexEDF8954028343584e
Octal35537022540503103130116
Binary111011011111100010010101100010100011100001110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF895; }

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

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

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

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

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

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

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

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