#EEF995

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

Shades of Tidal #EEF995

Tints of Tidal #EEF995

Color information

#EEF995 (or 0xEEF995) is unknown color: approx Tidal. HEX triplet: EE, F9 and 95. RGB value is (238,249,149). Sum of RGB (Red+Green+Blue) = 238+249+149=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 249 (97.66% from 255 or 39.15% from 636); Blue value is 149 (58.59% from 255 or 23.43% from 636); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF995 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF995 is #11066A. Grayscale: #EAEAEA. Windows color (decimal): -1115755 or 9828846. OLE color: 9828846.

HSL color Cylindrical-coordinate representation of color #EEF995: hue angle of 66.6º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EEF995 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB238249149-
CMYK0.0400.400.02
HSL66.6º89.29%78.04%-
HSV(B)66.6º40.16%97.65%-
XYZ74.5688.141.51-
YUV234.3179.86130.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.42%
GREEN value IS 249 (97.66% from 255) = 39.15%
BLUE value IS 149 (58.59% from 255) = 23.43%
R=37.42%
G=39.15%
B=23.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382491490.0400.400.0266.689.2978.04
HexEEF9954028243594e
Octal35637122540502103131116
Binary111011101111100110010101100010100010100001110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF995; }

 p { color: rgb(238,249,149); }

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

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

 a { background-color: rgb(238,249,149); }

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

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

 span { border-color: rgb(238,249,149); }

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