#EAF6D7

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

Shades of Saltpan #EAF6D7

Tints of Saltpan #EAF6D7

Color information

#EAF6D7 (or 0xEAF6D7) is unknown color: approx Saltpan. HEX triplet: EA, F6 and D7. RGB value is (234,246,215). Sum of RGB (Red+Green+Blue) = 234+246+215=695 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.67% from 695); Green value is 246 (96.48% from 255 or 35.40% from 695); Blue value is 215 (84.38% from 255 or 30.94% from 695); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF6D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF6D7 is #150928. Grayscale: #EEEEEE. Windows color (decimal): -1378601 or 14153450. OLE color: 14153450.

HSL color Cylindrical-coordinate representation of color #EAF6D7: hue angle of 83.23º degrees, saturation: 0.63, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EAF6D7 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB234246215-
CMYK0.0500.130.04
HSL83.23º63.27%90.39%-
HSV(B)83.23º12.6%96.47%-
XYZ79.1588.3177.16-
YUV238.88114.52124.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.67%
GREEN value IS 246 (96.48% from 255) = 35.40%
BLUE value IS 215 (84.38% from 255) = 30.94%
R=33.67%
G=35.40%
B=30.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342462150.0500.130.0483.2363.2790.39
HexEAF6D750D4533f5a
Octal3523663275015412377132
Binary1110101011110110110101111010110110010100111111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF6D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF6D7; }

 p { color: rgb(234,246,215); }

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

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

 a { background-color: rgb(234,246,215); }

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

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

 span { border-color: rgb(234,246,215); }

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