#E1F585

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

Shades of Tidal #E1F585

Tints of Tidal #E1F585

Color information

#E1F585 (or 0xE1F585) is unknown color: approx Tidal. HEX triplet: E1, F5 and 85. RGB value is (225,245,133). Sum of RGB (Red+Green+Blue) = 225+245+133=603 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.31% from 603); Green value is 245 (96.09% from 255 or 40.63% from 603); Blue value is 133 (52.34% from 255 or 22.06% from 603); Max value from RGB is 245 - color contains mainly: green. Hex color #E1F585 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F585 is #1E0A7A. Grayscale: #E2E2E2. Windows color (decimal): -1968763 or 8779233. OLE color: 8779233.

HSL color Cylindrical-coordinate representation of color #E1F585: hue angle of 70.71º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E1F585 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB225245133-
CMYK0.0800.460.04
HSL70.71º84.85%74.12%-
HSV(B)70.71º45.71%96.08%-
XYZ67.9483.0134.63-
YUV226.2575.37127.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.31%
GREEN value IS 245 (96.09% from 255) = 40.63%
BLUE value IS 133 (52.34% from 255) = 22.06%
R=37.31%
G=40.63%
B=22.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2252451330.0800.460.0470.7184.8574.12
HexE1F585802E447554a
Octal341365205100564107125112
Binary11100001111101011000010110000101110100100011110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F585; }

 p { color: rgb(225,245,133); }

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

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

 a { background-color: rgb(225,245,133); }

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

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

 span { border-color: rgb(225,245,133); }

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