#EEFB94

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

Shades of Tidal #EEFB94

Tints of Tidal #EEFB94

Color information

#EEFB94 (or 0xEEFB94) is unknown color: approx Tidal. HEX triplet: EE, FB and 94. RGB value is (238,251,148). Sum of RGB (Red+Green+Blue) = 238+251+148=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 251 (98.44% from 255 or 39.40% from 637); Blue value is 148 (58.20% from 255 or 23.23% from 637); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFB94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFB94 is #11046B. Grayscale: #EBEBEB. Windows color (decimal): -1115244 or 9763822. OLE color: 9763822.

HSL color Cylindrical-coordinate representation of color #EEFB94: hue angle of 67.57º degrees, saturation: 0.93, 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 #EEFB94 is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB238251148-
CMYK0.0500.410.02
HSL67.57º92.79%78.24%-
HSV(B)67.57º41.04%98.43%-
XYZ75.189.3141.3-
YUV235.3778.69129.88-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.36%
GREEN value IS 251 (98.44% from 255) = 39.40%
BLUE value IS 148 (58.20% from 255) = 23.23%
R=37.36%
G=39.40%
B=23.23%

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
Decimal2382511480.0500.410.0267.5792.7978.24
HexEEFB9450292445d4e
Octal35637322450512104135116
Binary111011101111101110010100101010100110100010010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFB94; }

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

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

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

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

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

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

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

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