#EEF8E0

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

Shades of Saltpan #EEF8E0

Tints of Saltpan #EEF8E0

Color information

#EEF8E0 (or 0xEEF8E0) is unknown color: approx Saltpan. HEX triplet: EE, F8 and E0. RGB value is (238,248,224). Sum of RGB (Red+Green+Blue) = 238+248+224=710 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.52% from 710); Green value is 248 (97.27% from 255 or 34.93% from 710); Blue value is 224 (87.89% from 255 or 31.55% from 710); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF8E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF8E0 is #11071F. Grayscale: #F2F2F2. Windows color (decimal): -1115936 or 14743790. OLE color: 14743790.

HSL color Cylindrical-coordinate representation of color #EEF8E0: hue angle of 85º degrees, saturation: 0.63, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEF8E0 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB238248224-
CMYK0.0400.100.03
HSL85º63.16%92.55%-
HSV(B)85º9.68%97.25%-
XYZ82.2890.6983.69-
YUV242.27117.69124.95-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.52%
GREEN value IS 248 (97.27% from 255) = 34.93%
BLUE value IS 224 (87.89% from 255) = 31.55%
R=33.52%
G=34.93%
B=31.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2382482240.0400.100.038563.1692.55
HexEEF8E040A3553f5d
Octal3563703404012312577135
Binary111011101111100011100000100010101110101011111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF8E0; }

 p { color: rgb(238,248,224); }

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

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

 a { background-color: rgb(238,248,224); }

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

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

 span { border-color: rgb(238,248,224); }

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