#EDF885

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

Shades of Tidal #EDF885

Tints of Tidal #EDF885

Color information

#EDF885 (or 0xEDF885) is unknown color: approx Tidal. HEX triplet: ED, F8 and 85. RGB value is (237,248,133). Sum of RGB (Red+Green+Blue) = 237+248+133=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 248 (97.27% from 255 or 40.13% from 618); Blue value is 133 (52.34% from 255 or 21.52% from 618); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF885 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF885 is #12077A. Grayscale: #E8E8E8. Windows color (decimal): -1181563 or 8780013. OLE color: 8780013.

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

Color convert

RGB237248133-
CMYK0.0400.460.03
HSL65.74º89.15%74.71%-
HSV(B)65.74º46.37%97.25%-
XYZ72.7386.8335.12-
YUV231.672.36131.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.35%
GREEN value IS 248 (97.27% from 255) = 40.13%
BLUE value IS 133 (52.34% from 255) = 21.52%
R=38.35%
G=40.13%
B=21.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372481330.0400.460.0365.7489.1574.71
HexEDF885402E342594b
Octal35537020540563102131113
Binary111011011111100010000101100010111011100001010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF885; }

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

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

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

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

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

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

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

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