#EEFA97

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

Shades of Tidal #EEFA97

Tints of Tidal #EEFA97

Color information

#EEFA97 (or 0xEEFA97) is unknown color: approx Tidal. HEX triplet: EE, FA and 97. RGB value is (238,250,151). Sum of RGB (Red+Green+Blue) = 238+250+151=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 151 (59.38% from 255 or 23.63% from 639); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFA97 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFA97 is #110568. Grayscale: #EBEBEB. Windows color (decimal): -1115497 or 9960174. OLE color: 9960174.

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

Color convert

RGB238250151-
CMYK0.0500.400.02
HSL67.27º90.83%78.63%-
HSV(B)67.27º39.6%98.04%-
XYZ75.0388.7842.46-
YUV235.1380.52130.05-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.25%
GREEN value IS 250 (98.05% from 255) = 39.12%
BLUE value IS 151 (59.38% from 255) = 23.63%
R=37.25%
G=39.12%
B=23.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382501510.0500.400.0267.2790.8378.63
HexEEFA9750282435b4f
Octal35637222750502103133117
Binary111011101111101010010111101010100010100001110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFA97; }

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

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

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

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

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

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

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

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