#EEFD80

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

Shades of Tidal #EEFD80

Tints of Tidal #EEFD80

Color information

#EEFD80 (or 0xEEFD80) is unknown color: approx Tidal. HEX triplet: EE, FD and 80. RGB value is (238,253,128). Sum of RGB (Red+Green+Blue) = 238+253+128=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 253 (99.22% from 255 or 40.87% from 619); Blue value is 128 (50.39% from 255 or 20.68% from 619); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFD80 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFD80 is #11027F. Grayscale: #EAEAEA. Windows color (decimal): -1114752 or 8453614. OLE color: 8453614.

HSL color Cylindrical-coordinate representation of color #EEFD80: hue angle of 67.2º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EEFD80 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB238253128-
CMYK0.0600.490.01
HSL67.2º96.9%74.71%-
HSV(B)67.2º49.41%99.22%-
XYZ74.2889.9933.88-
YUV234.2668.03130.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.45%
GREEN value IS 253 (99.22% from 255) = 40.87%
BLUE value IS 128 (50.39% from 255) = 20.68%
R=38.45%
G=40.87%
B=20.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382531280.0600.490.0167.296.974.71
HexEEFD806031143614b
Octal35637520060611103141113
Binary11101110111111011000000011001100011100001111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFD80; }

 p { color: rgb(238,253,128); }

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

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

 a { background-color: rgb(238,253,128); }

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

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

 span { border-color: rgb(238,253,128); }

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