#EAF7DA

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

Shades of Saltpan #EAF7DA

Tints of Saltpan #EAF7DA

Color information

#EAF7DA (or 0xEAF7DA) is unknown color: approx Saltpan. HEX triplet: EA, F7 and DA. RGB value is (234,247,218). Sum of RGB (Red+Green+Blue) = 234+247+218=699 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.48% from 699); Green value is 247 (96.88% from 255 or 35.34% from 699); Blue value is 218 (85.55% from 255 or 31.19% from 699); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF7DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF7DA is #150825. Grayscale: #EFEFEF. Windows color (decimal): -1378342 or 14350314. OLE color: 14350314.

HSL color Cylindrical-coordinate representation of color #EAF7DA: hue angle of 86.9º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EAF7DA is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB234247218-
CMYK0.0500.120.03
HSL86.9º64.44%91.18%-
HSV(B)86.9º11.74%96.86%-
XYZ79.8589.0879.31-
YUV239.81115.69123.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.48%
GREEN value IS 247 (96.88% from 255) = 35.34%
BLUE value IS 218 (85.55% from 255) = 31.19%
R=33.48%
G=35.34%
B=31.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342472180.0500.120.0386.964.4491.18
HexEAF7DA50C357405b
Octal35236733250143127100133
Binary1110101011110111110110101010110011101011110000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF7DA; }

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

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

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

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

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

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

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

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