#EEF4DE

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

Shades of Saltpan #EEF4DE

Tints of Saltpan #EEF4DE

Color information

#EEF4DE (or 0xEEF4DE) is unknown color: approx Saltpan. HEX triplet: EE, F4 and DE. RGB value is (238,244,222). Sum of RGB (Red+Green+Blue) = 238+244+222=704 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.81% from 704); Green value is 244 (95.70% from 255 or 34.66% from 704); Blue value is 222 (87.11% from 255 or 31.53% from 704); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF4DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF4DE is #110B21. Grayscale: #EFEFEF. Windows color (decimal): -1116962 or 14611694. OLE color: 14611694.

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

Color convert

RGB238244222-
CMYK0.0200.090.04
HSL76.36º50%91.37%-
HSV(B)76.36º9.02%95.69%-
XYZ80.888.1581.86-
YUV239.7118.01126.79-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.81%
GREEN value IS 244 (95.70% from 255) = 34.66%
BLUE value IS 222 (87.11% from 255) = 31.53%
R=33.81%
G=34.66%
B=31.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382442220.0200.090.0476.365091.37
HexEEF4DE20944c325b
Octal3563643362011411462133
Binary111011101111010011011110100100110010011001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF4DE; }

 p { color: rgb(238,244,222); }

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

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

 a { background-color: rgb(238,244,222); }

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

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

 span { border-color: rgb(238,244,222); }

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