#EEFAE1

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

Shades of Saltpan #EEFAE1

Tints of Saltpan #EEFAE1

Color information

#EEFAE1 (or 0xEEFAE1) is unknown color: approx Saltpan. HEX triplet: EE, FA and E1. RGB value is (238,250,225). Sum of RGB (Red+Green+Blue) = 238+250+225=713 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.38% from 713); Green value is 250 (98.05% from 255 or 35.06% from 713); Blue value is 225 (88.28% from 255 or 31.56% from 713); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFAE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFAE1 is #11051E. Grayscale: #F3F3F3. Windows color (decimal): -1115423 or 14809838. OLE color: 14809838.

HSL color Cylindrical-coordinate representation of color #EEFAE1: hue angle of 88.8º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEFAE1 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB238250225-
CMYK0.0500.100.02
HSL88.8º71.43%93.14%-
HSV(B)88.8º10%98.04%-
XYZ83.0491.9884.61-
YUV243.56117.52124.03-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.38%
GREEN value IS 250 (98.05% from 255) = 35.06%
BLUE value IS 225 (88.28% from 255) = 31.56%
R=33.38%
G=35.06%
B=31.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382502250.0500.100.0288.871.4393.14
HexEEFAE150A259475d
Octal35637234150122131107135
Binary1110111011111010111000011010101010101100110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFAE1; }

 p { color: rgb(238,250,225); }

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

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

 a { background-color: rgb(238,250,225); }

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

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

 span { border-color: rgb(238,250,225); }

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