#EDF591

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

Shades of Tidal #EDF591

Tints of Tidal #EDF591

Color information

#EDF591 (or 0xEDF591) is unknown color: approx Tidal. HEX triplet: ED, F5 and 91. RGB value is (237,245,145). Sum of RGB (Red+Green+Blue) = 237+245+145=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 245 (96.09% from 255 or 39.07% from 627); Blue value is 145 (57.03% from 255 or 23.13% from 627); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF591 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF591 is #120A6E. Grayscale: #E7E7E7. Windows color (decimal): -1182319 or 9565677. OLE color: 9565677.

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

Color convert

RGB237245145-
CMYK0.0300.410.04
HSL64.8º83.33%76.47%-
HSV(B)64.8º40.82%96.08%-
XYZ72.6985.3539.43-
YUV231.2179.35132.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.80%
GREEN value IS 245 (96.09% from 255) = 39.07%
BLUE value IS 145 (57.03% from 255) = 23.13%
R=37.80%
G=39.07%
B=23.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372451450.0300.410.0464.883.3376.47
HexEDF5913029441534c
Octal35536522130514101123114
Binary111011011111010110010001110101001100100000110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF591; }

 p { color: rgb(237,245,145); }

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

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

 a { background-color: rgb(237,245,145); }

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

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

 span { border-color: rgb(237,245,145); }

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