#EBF1E5

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

Shades of Saltpan #EBF1E5

Tints of Saltpan #EBF1E5

Color information

#EBF1E5 (or 0xEBF1E5) is unknown color: approx Saltpan. HEX triplet: EB, F1 and E5. RGB value is (235,241,229). Sum of RGB (Red+Green+Blue) = 235+241+229=705 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.33% from 705); Green value is 241 (94.53% from 255 or 34.18% from 705); Blue value is 229 (89.84% from 255 or 32.48% from 705); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF1E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF1E5 is #140E1A. Grayscale: #EDEDED. Windows color (decimal): -1314331 or 15069675. OLE color: 15069675.

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

Color convert

RGB235241229-
CMYK0.0200.050.05
HSL90º30%92.16%-
HSV(B)90º4.98%94.51%-
XYZ79.8686.2386.56-
YUV237.84123.01125.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.33%
GREEN value IS 241 (94.53% from 255) = 34.18%
BLUE value IS 229 (89.84% from 255) = 32.48%
R=33.33%
G=34.18%
B=32.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352412290.0200.050.05903092.16
HexEBF1E520555a1e5c
Octal353361345205513236134
Binary1110101111110001111001011001011011011010111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF1E5; }

 p { color: rgb(235,241,229); }

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

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

 a { background-color: rgb(235,241,229); }

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

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

 span { border-color: rgb(235,241,229); }

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