#EBF4DA

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

Shades of Saltpan #EBF4DA

Tints of Saltpan #EBF4DA

Color information

#EBF4DA (or 0xEBF4DA) is unknown color: approx Saltpan. HEX triplet: EB, F4 and DA. RGB value is (235,244,218). Sum of RGB (Red+Green+Blue) = 235+244+218=697 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.72% from 697); Green value is 244 (95.70% from 255 or 35.01% from 697); Blue value is 218 (85.55% from 255 or 31.28% from 697); Max value from RGB is 244 - color contains mainly: green. Hex color #EBF4DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF4DA is #140B25. Grayscale: #EEEEEE. Windows color (decimal): -1313574 or 14349547. OLE color: 14349547.

HSL color Cylindrical-coordinate representation of color #EBF4DA: hue angle of 80.77º degrees, saturation: 0.54, 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 #EBF4DA is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB235244218-
CMYK0.0400.110.04
HSL80.77º54.17%90.59%-
HSV(B)80.77º10.66%95.69%-
XYZ79.2787.4379.03-
YUV238.34116.52125.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.72%
GREEN value IS 244 (95.70% from 255) = 35.01%
BLUE value IS 218 (85.55% from 255) = 31.28%
R=33.72%
G=35.01%
B=31.28%

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
Decimal2352442180.0400.110.0480.7754.1790.59
HexEBF4DA40B451365b
Octal3533643324013412166133
Binary1110101111110100110110101000101110010100011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF4DA; }

 p { color: rgb(235,244,218); }

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

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

 a { background-color: rgb(235,244,218); }

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

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

 span { border-color: rgb(235,244,218); }

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