#E8F286

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

Shades of Tidal #E8F286

Tints of Tidal #E8F286

Color information

#E8F286 (or 0xE8F286) is unknown color: approx Tidal. HEX triplet: E8, F2 and 86. RGB value is (232,242,134). Sum of RGB (Red+Green+Blue) = 232+242+134=608 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.16% from 608); Green value is 242 (94.92% from 255 or 39.80% from 608); Blue value is 134 (52.73% from 255 or 22.04% from 608); Max value from RGB is 242 - color contains mainly: green. Hex color #E8F286 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8F286 is #170D79. Grayscale: #E3E3E3. Windows color (decimal): -1510778 or 8844008. OLE color: 8844008.

HSL color Cylindrical-coordinate representation of color #E8F286: hue angle of 65.56º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E8F286 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB232242134-
CMYK0.0400.450.05
HSL65.56º80.6%73.73%-
HSV(B)65.56º44.63%94.9%-
XYZ69.3382.3834.8-
YUV226.775.69131.78-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.16%
GREEN value IS 242 (94.92% from 255) = 39.80%
BLUE value IS 134 (52.73% from 255) = 22.04%
R=38.16%
G=39.80%
B=22.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2322421340.0400.450.0565.5680.673.73
HexE8F286402D542514a
Octal35036220640555102121112
Binary1110100011110010100001101000101101101100001010100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8F286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8F286; }

 p { color: rgb(232,242,134); }

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

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

 a { background-color: rgb(232,242,134); }

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

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

 span { border-color: rgb(232,242,134); }

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