#EEF996

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

Shades of Tidal #EEF996

Tints of Tidal #EEF996

Color information

#EEF996 (or 0xEEF996) is unknown color: approx Tidal. HEX triplet: EE, F9 and 96. RGB value is (238,249,150). Sum of RGB (Red+Green+Blue) = 238+249+150=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 249 (97.66% from 255 or 39.09% from 637); Blue value is 150 (58.98% from 255 or 23.55% from 637); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF996 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF996 is #110669. Grayscale: #EAEAEA. Windows color (decimal): -1115754 or 9894382. OLE color: 9894382.

HSL color Cylindrical-coordinate representation of color #EEF996: hue angle of 66.67º 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 #EEF996 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB238249150-
CMYK0.0400.400.02
HSL66.67º89.19%78.24%-
HSV(B)66.67º39.76%97.65%-
XYZ74.6488.1341.93-
YUV234.4280.36130.55-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.36%
GREEN value IS 249 (97.66% from 255) = 39.09%
BLUE value IS 150 (58.98% from 255) = 23.55%
R=37.36%
G=39.09%
B=23.55%

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
Decimal2382491500.0400.400.0266.6789.1978.24
HexEEF9964028243594e
Octal35637122640502103131116
Binary111011101111100110010110100010100010100001110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF996; }

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

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

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

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

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

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

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

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