#EEF9E2

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

Shades of Saltpan #EEF9E2

Tints of Saltpan #EEF9E2

Color information

#EEF9E2 (or 0xEEF9E2) is unknown color: approx Saltpan. HEX triplet: EE, F9 and E2. RGB value is (238,249,226). Sum of RGB (Red+Green+Blue) = 238+249+226=713 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.38% from 713); Green value is 249 (97.66% from 255 or 34.92% from 713); Blue value is 226 (88.67% from 255 or 31.70% from 713); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF9E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF9E2 is #11061D. Grayscale: #F3F3F3. Windows color (decimal): -1115678 or 14875118. OLE color: 14875118.

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

Color convert

RGB238249226-
CMYK0.0400.090.02
HSL88.7º65.71%93.14%-
HSV(B)88.7º9.24%97.65%-
XYZ82.8691.4285.23-
YUV243.09118.36124.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.38%
GREEN value IS 249 (97.66% from 255) = 34.92%
BLUE value IS 226 (88.67% from 255) = 31.70%
R=33.38%
G=34.92%
B=31.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382492260.0400.090.0288.765.7193.14
HexEEF9E2409259425d
Octal35637134240112131102135
Binary1110111011111001111000101000100110101100110000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF9E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF9E2; }

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

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

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

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

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

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

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

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