#ECF5DA

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

Shades of Saltpan #ECF5DA

Tints of Saltpan #ECF5DA

Color information

#ECF5DA (or 0xECF5DA) is unknown color: approx Saltpan. HEX triplet: EC, F5 and DA. RGB value is (236,245,218). Sum of RGB (Red+Green+Blue) = 236+245+218=699 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.76% from 699); Green value is 245 (96.09% from 255 or 35.05% from 699); Blue value is 218 (85.55% from 255 or 31.19% from 699); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF5DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF5DA is #130A25. Grayscale: #EFEFEF. Windows color (decimal): -1247782 or 14349804. OLE color: 14349804.

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

Color convert

RGB236245218-
CMYK0.0400.110.04
HSL80º57.45%90.78%-
HSV(B)80º11.02%96.08%-
XYZ79.988.279.14-
YUV239.23116.02125.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.76%
GREEN value IS 245 (96.09% from 255) = 35.05%
BLUE value IS 218 (85.55% from 255) = 31.19%
R=33.76%
G=35.05%
B=31.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2362452180.0400.110.048057.4590.78
HexECF5DA40B450395b
Octal3543653324013412071133
Binary1110110011110101110110101000101110010100001110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF5DA; }

 p { color: rgb(236,245,218); }

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

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

 a { background-color: rgb(236,245,218); }

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

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

 span { border-color: rgb(236,245,218); }

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