#EEFB95

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

Shades of Tidal #EEFB95

Tints of Tidal #EEFB95

Color information

#EEFB95 (or 0xEEFB95) is unknown color: approx Tidal. HEX triplet: EE, FB and 95. RGB value is (238,251,149). Sum of RGB (Red+Green+Blue) = 238+251+149=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 251 (98.44% from 255 or 39.34% from 638); Blue value is 149 (58.59% from 255 or 23.35% from 638); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFB95 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFB95 is #11046A. Grayscale: #EBEBEB. Windows color (decimal): -1115243 or 9829358. OLE color: 9829358.

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

Color convert

RGB238251149-
CMYK0.0500.410.02
HSL67.65º92.73%78.43%-
HSV(B)67.65º40.64%98.43%-
XYZ75.1889.3441.72-
YUV235.4879.19129.79-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.30%
GREEN value IS 251 (98.44% from 255) = 39.34%
BLUE value IS 149 (58.59% from 255) = 23.35%
R=37.30%
G=39.34%
B=23.35%

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
Decimal2382511490.0500.410.0267.6592.7378.43
HexEEFB9550292445d4e
Octal35637322550512104135116
Binary111011101111101110010101101010100110100010010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFB95; }

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

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

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

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

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

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

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

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