#EEFC98

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

Shades of Tidal #EEFC98

Tints of Tidal #EEFC98

Color information

#EEFC98 (or 0xEEFC98) is unknown color: approx Tidal. HEX triplet: EE, FC and 98. RGB value is (238,252,152). Sum of RGB (Red+Green+Blue) = 238+252+152=642 (85% of max value = 765). Red value is 238 (93.36% from 255 or 37.07% from 642); Green value is 252 (98.83% from 255 or 39.25% from 642); Blue value is 152 (59.77% from 255 or 23.68% from 642); Max value from RGB is 252 - color contains mainly: green. Hex color #EEFC98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFC98 is #110367. Grayscale: #ECECEC. Windows color (decimal): -1114984 or 10026222. OLE color: 10026222.

HSL color Cylindrical-coordinate representation of color #EEFC98: hue angle of 68.4º 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 #EEFC98 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB238252152-
CMYK0.0600.400.01
HSL68.4º94.34%79.22%-
HSV(B)68.4º39.68%98.82%-
XYZ75.7490.0643.1-
YUV236.4180.36129.13-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.07%
GREEN value IS 252 (98.83% from 255) = 39.25%
BLUE value IS 152 (59.77% from 255) = 23.68%
R=37.07%
G=39.25%
B=23.68%

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
Decimal2382521520.0600.400.0168.494.3479.22
HexEEFC9860281445e4f
Octal35637423060501104136117
Binary11101110111111001001100011001010001100010010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFC98; }

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

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

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

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

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

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

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

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