#EEFA84

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

Shades of Tidal #EEFA84

Tints of Tidal #EEFA84

Color information

#EEFA84 (or 0xEEFA84) is unknown color: approx Tidal. HEX triplet: EE, FA and 84. RGB value is (238,250,132). Sum of RGB (Red+Green+Blue) = 238+250+132=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 132 (51.95% from 255 or 21.29% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFA84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFA84 is #11057B. Grayscale: #E9E9E9. Windows color (decimal): -1115516 or 8714990. OLE color: 8714990.

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

Color convert

RGB238250132-
CMYK0.0500.470.02
HSL66.1º92.19%74.9%-
HSV(B)66.1º47.2%98.04%-
XYZ73.6188.2134.98-
YUV232.9671.02131.59-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.39%
GREEN value IS 250 (98.05% from 255) = 40.32%
BLUE value IS 132 (51.95% from 255) = 21.29%
R=38.39%
G=40.32%
B=21.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382501320.0500.470.0266.192.1974.9
HexEEFA84502F2425c4b
Octal35637220450572102134113
Binary111011101111101010000100101010111110100001010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFA84; }

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

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

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

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

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

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

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

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