#EAF4D7

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

Shades of Saltpan #EAF4D7

Tints of Saltpan #EAF4D7

Color information

#EAF4D7 (or 0xEAF4D7) is unknown color: approx Saltpan. HEX triplet: EA, F4 and D7. RGB value is (234,244,215). Sum of RGB (Red+Green+Blue) = 234+244+215=693 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.77% from 693); Green value is 244 (95.70% from 255 or 35.21% from 693); Blue value is 215 (84.38% from 255 or 31.02% from 693); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF4D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF4D7 is #150B28. Grayscale: #EDEDED. Windows color (decimal): -1379113 or 14152938. OLE color: 14152938.

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

Color convert

RGB234244215-
CMYK0.0400.120.04
HSL80.69º56.86%90%-
HSV(B)80.69º11.89%95.69%-
XYZ78.5587.176.96-
YUV237.7115.19125.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.77%
GREEN value IS 244 (95.70% from 255) = 35.21%
BLUE value IS 215 (84.38% from 255) = 31.02%
R=33.77%
G=35.21%
B=31.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342442150.0400.120.0480.6956.8690
HexEAF4D740C451395a
Octal3523643274014412171132
Binary1110101011110100110101111000110010010100011110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF4D7; }

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

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

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

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

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

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

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

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