#EEFD84

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

Shades of Tidal #EEFD84

Tints of Tidal #EEFD84

Color information

#EEFD84 (or 0xEEFD84) is unknown color: approx Tidal. HEX triplet: EE, FD and 84. RGB value is (238,253,132). Sum of RGB (Red+Green+Blue) = 238+253+132=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 253 (99.22% from 255 or 40.61% from 623); Blue value is 132 (51.95% from 255 or 21.19% from 623); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFD84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFD84 is #11027B. Grayscale: #EBEBEB. Windows color (decimal): -1114748 or 8715758. OLE color: 8715758.

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

Color convert

RGB238253132-
CMYK0.0600.480.01
HSL67.44º96.8%75.49%-
HSV(B)67.44º47.83%99.22%-
XYZ74.5590.0935.29-
YUV234.7270.03130.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.20%
GREEN value IS 253 (99.22% from 255) = 40.61%
BLUE value IS 132 (51.95% from 255) = 21.19%
R=38.20%
G=40.61%
B=21.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382531320.0600.480.0167.4496.875.49
HexEEFD846030143614b
Octal35637520460601103141113
Binary11101110111111011000010011001100001100001111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFD84; }

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

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

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

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

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

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

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

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