#EEFEDA

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

Shades of Saltpan #EEFEDA

Tints of Saltpan #EEFEDA

Color information

#EEFEDA (or 0xEEFEDA) is unknown color: approx Saltpan. HEX triplet: EE, FE and DA. RGB value is (238,254,218). Sum of RGB (Red+Green+Blue) = 238+254+218=710 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.52% from 710); Green value is 254 (99.61% from 255 or 35.77% from 710); Blue value is 218 (85.55% from 255 or 30.70% from 710); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFEDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFEDA is #110125. Grayscale: #F5F5F5. Windows color (decimal): -1114406 or 14352110. OLE color: 14352110.

HSL color Cylindrical-coordinate representation of color #EEFEDA: hue angle of 86.67º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EEFEDA is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB238254218-
CMYK0.0600.140.00
HSL86.67º94.74%92.55%-
HSV(B)86.67º14.17%99.61%-
XYZ83.3694.1280.1-
YUV245.11112.7122.93-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.52%
GREEN value IS 254 (99.61% from 255) = 35.77%
BLUE value IS 218 (85.55% from 255) = 30.70%
R=33.52%
G=35.77%
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.00
SystemRedGreenBlueCMYKHSL
Decimal2382542180.0600.140.0086.6794.7492.55
HexEEFEDA60E0575f5d
Octal35637633260160127137135
Binary111011101111111011011010110011100101011110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFEDA; }

 p { color: rgb(238,254,218); }

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

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

 a { background-color: rgb(238,254,218); }

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

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

 span { border-color: rgb(238,254,218); }

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