#ECEFE5

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

Shades of Saltpan #ECEFE5

Tints of Saltpan #ECEFE5

Color information

#ECEFE5 (or 0xECEFE5) is unknown color: approx Saltpan. HEX triplet: EC, EF and E5. RGB value is (236,239,229). Sum of RGB (Red+Green+Blue) = 236+239+229=704 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.52% from 704); Green value is 239 (93.75% from 255 or 33.95% from 704); Blue value is 229 (89.84% from 255 or 32.53% from 704); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEFE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECEFE5 is #13101A. Grayscale: #EDEDED. Windows color (decimal): -1249307 or 15069164. OLE color: 15069164.

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

Color convert

RGB236239229-
CMYK0.0100.040.06
HSL78º23.81%91.76%-
HSV(B)78º4.18%93.73%-
XYZ79.685.2286.38-
YUV236.96123.51127.31-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.52%
GREEN value IS 239 (93.75% from 255) = 33.95%
BLUE value IS 229 (89.84% from 255) = 32.53%
R=33.52%
G=33.95%
B=32.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362392290.0100.040.067823.8191.76
HexECEFE510464e185c
Octal354357345104611630134
Binary111011001110111111100101101001101001110110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEFE5; }

 p { color: rgb(236,239,229); }

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

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

 a { background-color: rgb(236,239,229); }

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

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

 span { border-color: rgb(236,239,229); }

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