#EEFA96

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

Shades of Tidal #EEFA96

Tints of Tidal #EEFA96

Color information

#EEFA96 (or 0xEEFA96) is unknown color: approx Tidal. HEX triplet: EE, FA and 96. RGB value is (238,250,150). Sum of RGB (Red+Green+Blue) = 238+250+150=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 150 (58.98% from 255 or 23.51% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFA96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFA96 is #110569. Grayscale: #EBEBEB. Windows color (decimal): -1115498 or 9894638. OLE color: 9894638.

HSL color Cylindrical-coordinate representation of color #EEFA96: hue angle of 67.2º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EEFA96 is Cyan = 0.05, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.

Color convert

RGB238250150-
CMYK0.0500.40.02
HSL67.2º90.91%78.43%-
HSV(B)67.2º40%98.04%-
XYZ74.9588.7542.03-
YUV235.0180.02130.13-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.30%
GREEN value IS 250 (98.05% from 255) = 39.18%
BLUE value IS 150 (58.98% from 255) = 23.51%
R=37.30%
G=39.18%
B=23.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382501500.0500.40.0267.290.9178.43
HexEEFA9650282435b4e
Octal35637222650502103133116
Binary111011101111101010010110101010100010100001110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFA96; }

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

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

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

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

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

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

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

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