#EEFC96

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

Shades of Tidal #EEFC96

Tints of Tidal #EEFC96

Color information

#EEFC96 (or 0xEEFC96) is unknown color: approx Tidal. HEX triplet: EE, FC and 96. RGB value is (238,252,150). Sum of RGB (Red+Green+Blue) = 238+252+150=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 252 (98.83% from 255 or 39.38% from 640); Blue value is 150 (58.98% from 255 or 23.44% from 640); Max value from RGB is 252 - color contains mainly: green. Hex color #EEFC96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFC96 is #110369. Grayscale: #ECECEC. Windows color (decimal): -1114986 or 9895150. OLE color: 9895150.

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

Color convert

RGB238252150-
CMYK0.0600.400.01
HSL68.24º94.44%78.82%-
HSV(B)68.24º40.48%98.82%-
XYZ75.589042.24-
YUV236.1979.36129.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.19%
GREEN value IS 252 (98.83% from 255) = 39.38%
BLUE value IS 150 (58.98% from 255) = 23.44%
R=37.19%
G=39.38%
B=23.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382521500.0600.400.0168.2494.4478.82
HexEEFC9660281445e4f
Octal35637422660501104136117
Binary11101110111111001001011011001010001100010010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFC96; }

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

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

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

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

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

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

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

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