#EEFA94

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

Shades of Tidal #EEFA94

Tints of Tidal #EEFA94

Color information

#EEFA94 (or 0xEEFA94) is unknown color: approx Tidal. HEX triplet: EE, FA and 94. RGB value is (238,250,148). Sum of RGB (Red+Green+Blue) = 238+250+148=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 250 (98.05% from 255 or 39.31% from 636); Blue value is 148 (58.20% from 255 or 23.27% from 636); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFA94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFA94 is #11056B. Grayscale: #EBEBEB. Windows color (decimal): -1115500 or 9763566. OLE color: 9763566.

HSL color Cylindrical-coordinate representation of color #EEFA94: hue angle of 67.06º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EEFA94 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB238250148-
CMYK0.0500.410.02
HSL67.06º91.07%78.04%-
HSV(B)67.06º40.8%98.04%-
XYZ74.7988.6941.19-
YUV234.7879.02130.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.42%
GREEN value IS 250 (98.05% from 255) = 39.31%
BLUE value IS 148 (58.20% from 255) = 23.27%
R=37.42%
G=39.31%
B=23.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382501480.0500.410.0267.0691.0778.04
HexEEFA9450292435b4e
Octal35637222450512103133116
Binary111011101111101010010100101010100110100001110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFA94; }

 p { color: rgb(238,250,148); }

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

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

 a { background-color: rgb(238,250,148); }

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

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

 span { border-color: rgb(238,250,148); }

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