#EEF9DA

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

Shades of Saltpan #EEF9DA

Tints of Saltpan #EEF9DA

Color information

#EEF9DA (or 0xEEF9DA) is unknown color: approx Saltpan. HEX triplet: EE, F9 and DA. RGB value is (238,249,218). Sum of RGB (Red+Green+Blue) = 238+249+218=705 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.76% from 705); Green value is 249 (97.66% from 255 or 35.32% from 705); Blue value is 218 (85.55% from 255 or 30.92% from 705); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF9DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF9DA is #110625. Grayscale: #F2F2F2. Windows color (decimal): -1115686 or 14350830. OLE color: 14350830.

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

Color convert

RGB238249218-
CMYK0.0400.120.02
HSL81.29º72.09%91.57%-
HSV(B)81.29º12.45%97.65%-
XYZ81.7990.9979.58-
YUV242.18114.36125.02-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.76%
GREEN value IS 249 (97.66% from 255) = 35.32%
BLUE value IS 218 (85.55% from 255) = 30.92%
R=33.76%
G=35.32%
B=30.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382492180.0400.120.0281.2972.0991.57
HexEEF9DA40C251485c
Octal35637133240142121110134
Binary1110111011111001110110101000110010101000110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF9DA; }

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

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

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

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

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

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

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

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