#EAF9D6

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

Shades of Saltpan #EAF9D6

Tints of Saltpan #EAF9D6

Color information

#EAF9D6 (or 0xEAF9D6) is unknown color: approx Saltpan. HEX triplet: EA, F9 and D6. RGB value is (234,249,214). Sum of RGB (Red+Green+Blue) = 234+249+214=697 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.57% from 697); Green value is 249 (97.66% from 255 or 35.72% from 697); Blue value is 214 (83.98% from 255 or 30.70% from 697); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF9D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF9D6 is #150629. Grayscale: #F0F0F0. Windows color (decimal): -1377834 or 14088682. OLE color: 14088682.

HSL color Cylindrical-coordinate representation of color #EAF9D6: hue angle of 85.71º degrees, saturation: 0.74, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EAF9D6 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB234249214-
CMYK0.0600.140.02
HSL85.71º74.47%90.78%-
HSV(B)85.71º14.06%97.65%-
XYZ79.9490.176.8-
YUV240.52113.03123.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.57%
GREEN value IS 249 (97.66% from 255) = 35.72%
BLUE value IS 214 (83.98% from 255) = 30.70%
R=33.57%
G=35.72%
B=30.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342492140.0600.140.0285.7174.4790.78
HexEAF9D660E2564a5b
Octal35237132660162126112133
Binary1110101011111001110101101100111010101011010010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF9D6; }

 p { color: rgb(234,249,214); }

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

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

 a { background-color: rgb(234,249,214); }

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

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

 span { border-color: rgb(234,249,214); }

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