#EEFED9

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

Shades of Saltpan #EEFED9

Tints of Saltpan #EEFED9

Color information

#EEFED9 (or 0xEEFED9) is unknown color: approx Saltpan. HEX triplet: EE, FE and D9. RGB value is (238,254,217). Sum of RGB (Red+Green+Blue) = 238+254+217=709 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.57% from 709); Green value is 254 (99.61% from 255 or 35.83% from 709); Blue value is 217 (85.16% from 255 or 30.61% from 709); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFED9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFED9 is #110126. Grayscale: #F5F5F5. Windows color (decimal): -1114407 or 14286574. OLE color: 14286574.

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

Color convert

RGB238254217-
CMYK0.0600.150.00
HSL85.95º94.87%92.35%-
HSV(B)85.95º14.57%99.61%-
XYZ83.2394.0779.42-
YUV245112.2123.01-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.57%
GREEN value IS 254 (99.61% from 255) = 35.83%
BLUE value IS 217 (85.16% from 255) = 30.61%
R=33.57%
G=35.83%
B=30.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382542170.0600.150.0085.9594.8792.35
HexEEFED960F0565f5c
Octal35637633160170126137134
Binary111011101111111011011001110011110101011010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFED9; }

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

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

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

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

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

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

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

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