#EEF5DC

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

Shades of Saltpan #EEF5DC

Tints of Saltpan #EEF5DC

Color information

#EEF5DC (or 0xEEF5DC) is unknown color: approx Saltpan. HEX triplet: EE, F5 and DC. RGB value is (238,245,220). Sum of RGB (Red+Green+Blue) = 238+245+220=703 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.85% from 703); Green value is 245 (96.09% from 255 or 34.85% from 703); Blue value is 220 (86.33% from 255 or 31.29% from 703); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF5DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF5DC is #110A23. Grayscale: #F0F0F0. Windows color (decimal): -1116708 or 14480878. OLE color: 14480878.

HSL color Cylindrical-coordinate representation of color #EEF5DC: hue angle of 76.8º degrees, saturation: 0.56, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEF5DC is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB238245220-
CMYK0.0300.100.04
HSL76.8º55.56%91.18%-
HSV(B)76.8º10.2%96.08%-
XYZ80.8388.6580.56-
YUV240.06116.68126.53-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.85%
GREEN value IS 245 (96.09% from 255) = 34.85%
BLUE value IS 220 (86.33% from 255) = 31.29%
R=33.85%
G=34.85%
B=31.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382452200.0300.100.0476.855.5691.18
HexEEF5DC30A44d385b
Octal3563653343012411570133
Binary111011101111010111011100110101010010011011110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF5DC; }

 p { color: rgb(238,245,220); }

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

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

 a { background-color: rgb(238,245,220); }

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

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

 span { border-color: rgb(238,245,220); }

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