#EEFD8A

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

Shades of Tidal #EEFD8A

Tints of Tidal #EEFD8A

Color information

#EEFD8A (or 0xEEFD8A) is unknown color: approx Tidal. HEX triplet: EE, FD and 8A. RGB value is (238,253,138). Sum of RGB (Red+Green+Blue) = 238+253+138=629 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.84% from 629); Green value is 253 (99.22% from 255 or 40.22% from 629); Blue value is 138 (54.30% from 255 or 21.94% from 629); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFD8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFD8A is #110275. Grayscale: #EBEBEB. Windows color (decimal): -1114742 or 9108974. OLE color: 9108974.

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

Color convert

RGB238253138-
CMYK0.0600.450.01
HSL67.83º96.64%76.67%-
HSV(B)67.83º45.45%99.22%-
XYZ74.9790.2637.52-
YUV235.473.03129.85-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.84%
GREEN value IS 253 (99.22% from 255) = 40.22%
BLUE value IS 138 (54.30% from 255) = 21.94%
R=37.84%
G=40.22%
B=21.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382531380.0600.450.0167.8396.6476.67
HexEEFD8A602D144614d
Octal35637521260551104141115
Binary11101110111111011000101011001011011100010011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFD8A; }

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

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

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

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

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

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

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

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