#EEFE8C

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

Shades of Tidal #EEFE8C

Tints of Tidal #EEFE8C

Color information

#EEFE8C (or 0xEEFE8C) is unknown color: approx Tidal. HEX triplet: EE, FE and 8C. RGB value is (238,254,140). Sum of RGB (Red+Green+Blue) = 238+254+140=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 140 (55.08% from 255 or 22.15% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFE8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFE8C is #110173. Grayscale: #ECECEC. Windows color (decimal): -1114484 or 9240302. OLE color: 9240302.

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

Color convert

RGB238254140-
CMYK0.0600.450.00
HSL68.42º98.28%77.25%-
HSV(B)68.42º44.88%99.61%-
XYZ75.4490.9538.39-
YUV236.2273.7129.27-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.66%
GREEN value IS 254 (99.61% from 255) = 40.19%
BLUE value IS 140 (55.08% from 255) = 22.15%
R=37.66%
G=40.19%
B=22.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382541400.0600.450.0068.4298.2877.25
HexEEFE8C602D044624d
Octal35637621460550104142115
Binary11101110111111101000110011001011010100010011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFE8C; }

 p { color: rgb(238,254,140); }

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

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

 a { background-color: rgb(238,254,140); }

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

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

 span { border-color: rgb(238,254,140); }

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