#EEF993

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

Shades of Tidal #EEF993

Tints of Tidal #EEF993

Color information

#EEF993 (or 0xEEF993) is unknown color: approx Tidal. HEX triplet: EE, F9 and 93. RGB value is (238,249,147). Sum of RGB (Red+Green+Blue) = 238+249+147=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 249 (97.66% from 255 or 39.27% from 634); Blue value is 147 (57.81% from 255 or 23.19% from 634); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF993 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEF993 is #11066C. Grayscale: #EAEAEA. Windows color (decimal): -1115757 or 9697774. OLE color: 9697774.

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

Color convert

RGB238249147-
CMYK0.0400.410.02
HSL66.47º89.47%77.65%-
HSV(B)66.47º40.96%97.65%-
XYZ74.488.0440.67-
YUV234.0878.86130.79-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.54%
GREEN value IS 249 (97.66% from 255) = 39.27%
BLUE value IS 147 (57.81% from 255) = 23.19%
R=37.54%
G=39.27%
B=23.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382491470.0400.410.0266.4789.4777.65
HexEEF9934029242594e
Octal35637122340512102131116
Binary111011101111100110010011100010100110100001010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF993; }

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

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

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

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

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

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

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

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