#EAF1DA

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

Shades of Saltpan #EAF1DA

Tints of Saltpan #EAF1DA

Color information

#EAF1DA (or 0xEAF1DA) is unknown color: approx Saltpan. HEX triplet: EA, F1 and DA. RGB value is (234,241,218). Sum of RGB (Red+Green+Blue) = 234+241+218=693 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.77% from 693); Green value is 241 (94.53% from 255 or 34.78% from 693); Blue value is 218 (85.55% from 255 or 31.46% from 693); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF1DA is #150E25. Grayscale: #ECECEC. Windows color (decimal): -1379878 or 14348778. OLE color: 14348778.

HSL color Cylindrical-coordinate representation of color #EAF1DA: hue angle of 78.26º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAF1DA is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB234241218-
CMYK0.0300.100.05
HSL78.26º45.1%90%-
HSV(B)78.26º9.54%94.51%-
XYZ78.0485.4678.71-
YUV236.28117.68126.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.77%
GREEN value IS 241 (94.53% from 255) = 34.78%
BLUE value IS 218 (85.55% from 255) = 31.46%
R=33.77%
G=34.78%
B=31.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342412180.0300.100.0578.2645.190
HexEAF1DA30A54e2d5a
Octal3523613323012511655132
Binary111010101111000111011010110101010110011101011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF1DA; }

 p { color: rgb(234,241,218); }

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

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

 a { background-color: rgb(234,241,218); }

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

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

 span { border-color: rgb(234,241,218); }

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