#EEFC95

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

Shades of Tidal #EEFC95

Tints of Tidal #EEFC95

Color information

#EEFC95 (or 0xEEFC95) is unknown color: approx Tidal. HEX triplet: EE, FC and 95. RGB value is (238,252,149). Sum of RGB (Red+Green+Blue) = 238+252+149=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 252 (98.83% from 255 or 39.44% from 639); Blue value is 149 (58.59% from 255 or 23.32% from 639); Max value from RGB is 252 - color contains mainly: green. Hex color #EEFC95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFC95 is #11036A. Grayscale: #ECECEC. Windows color (decimal): -1114987 or 9829614. OLE color: 9829614.

HSL color Cylindrical-coordinate representation of color #EEFC95: hue angle of 68.16º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EEFC95 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB238252149-
CMYK0.0600.410.01
HSL68.16º94.5%78.63%-
HSV(B)68.16º40.87%98.82%-
XYZ75.589.9741.82-
YUV236.0778.86129.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.25%
GREEN value IS 252 (98.83% from 255) = 39.44%
BLUE value IS 149 (58.59% from 255) = 23.32%
R=37.25%
G=39.44%
B=23.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382521490.0600.410.0168.1694.578.63
HexEEFC9560291445e4f
Octal35637422560511104136117
Binary11101110111111001001010111001010011100010010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFC95; }

 p { color: rgb(238,252,149); }

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

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

 a { background-color: rgb(238,252,149); }

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

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

 span { border-color: rgb(238,252,149); }

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