#EEFE98

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

Shades of Tidal #EEFE98

Tints of Tidal #EEFE98

Color information

#EEFE98 (or 0xEEFE98) is unknown color: approx Tidal. HEX triplet: EE, FE and 98. RGB value is (238,254,152). Sum of RGB (Red+Green+Blue) = 238+254+152=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 254 (99.61% from 255 or 39.44% from 644); Blue value is 152 (59.77% from 255 or 23.60% from 644); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFE98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEFE98 is #110167. Grayscale: #EDEDED. Windows color (decimal): -1114472 or 10026734. OLE color: 10026734.

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

Color convert

RGB238254152-
CMYK0.0600.400.00
HSL69.41º98.08%79.61%-
HSV(B)69.41º40.16%99.61%-
XYZ76.3791.3343.31-
YUV237.5979.7128.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.96%
GREEN value IS 254 (99.61% from 255) = 39.44%
BLUE value IS 152 (59.77% from 255) = 23.60%
R=36.96%
G=39.44%
B=23.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382541520.0600.400.0069.4198.0879.61
HexEEFE9860280456250
Octal35637623060500105142120
Binary11101110111111101001100011001010000100010111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFE98; }

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

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

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

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

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

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

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

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