#ECF0E3

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

Shades of Saltpan #ECF0E3

Tints of Saltpan #ECF0E3

Color information

#ECF0E3 (or 0xECF0E3) is unknown color: approx Saltpan. HEX triplet: EC, F0 and E3. RGB value is (236,240,227). Sum of RGB (Red+Green+Blue) = 236+240+227=703 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.57% from 703); Green value is 240 (94.14% from 255 or 34.14% from 703); Blue value is 227 (89.06% from 255 or 32.29% from 703); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF0E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF0E3 is #130F1C. Grayscale: #EDEDED. Windows color (decimal): -1249053 or 14938348. OLE color: 14938348.

HSL color Cylindrical-coordinate representation of color #ECF0E3: hue angle of 78.46º degrees, saturation: 0.3, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ECF0E3 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB236240227-
CMYK0.0200.050.06
HSL78.46º30.23%91.57%-
HSV(B)78.46º5.42%94.12%-
XYZ79.6285.785.02-
YUV237.32122.17127.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.57%
GREEN value IS 240 (94.14% from 255) = 34.14%
BLUE value IS 227 (89.06% from 255) = 32.29%
R=33.57%
G=34.14%
B=32.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362402270.0200.050.0678.4630.2391.57
HexECF0E320564e1e5c
Octal354360343205611636134
Binary1110110011110000111000111001011101001110111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF0E3; }

 p { color: rgb(236,240,227); }

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

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

 a { background-color: rgb(236,240,227); }

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

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

 span { border-color: rgb(236,240,227); }

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