#EAF0DA

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

Shades of Saltpan #EAF0DA

Tints of Saltpan #EAF0DA

Color information

#EAF0DA (or 0xEAF0DA) is unknown color: approx Saltpan. HEX triplet: EA, F0 and DA. RGB value is (234,240,218). Sum of RGB (Red+Green+Blue) = 234+240+218=692 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.82% from 692); Green value is 240 (94.14% from 255 or 34.68% from 692); Blue value is 218 (85.55% from 255 or 31.50% from 692); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF0DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF0DA is #150F25. Grayscale: #EBEBEB. Windows color (decimal): -1380134 or 14348522. OLE color: 14348522.

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

Color convert

RGB234240218-
CMYK0.0200.090.06
HSL76.36º42.31%89.8%-
HSV(B)76.36º9.17%94.12%-
XYZ77.7584.8778.61-
YUV235.7118.01126.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.82%
GREEN value IS 240 (94.14% from 255) = 34.68%
BLUE value IS 218 (85.55% from 255) = 31.50%
R=33.82%
G=34.68%
B=31.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342402180.0200.090.0676.3642.3189.8
HexEAF0DA20964c2a5a
Octal3523603322011611452132
Binary111010101111000011011010100100111010011001010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF0DA; }

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

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

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

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

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

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

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

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