#EEF1E8

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

Shades of Saltpan #EEF1E8

Tints of Saltpan #EEF1E8

Color information

#EEF1E8 (or 0xEEF1E8) is unknown color: approx Saltpan. HEX triplet: EE, F1 and E8. RGB value is (238,241,232). Sum of RGB (Red+Green+Blue) = 238+241+232=711 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.47% from 711); Green value is 241 (94.53% from 255 or 33.90% from 711); Blue value is 232 (91.02% from 255 or 32.63% from 711); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF1E8 is #110E17. Grayscale: #EFEFEF. Windows color (decimal): -1117720 or 15266286. OLE color: 15266286.

HSL color Cylindrical-coordinate representation of color #EEF1E8: hue angle of 80º degrees, saturation: 0.24, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EEF1E8 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB238241232-
CMYK0.0100.040.05
HSL80º24.32%92.75%-
HSV(B)80º3.73%94.51%-
XYZ81.2886.9188.84-
YUV239.08124.01127.23-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.47%
GREEN value IS 241 (94.53% from 255) = 33.90%
BLUE value IS 232 (91.02% from 255) = 32.63%
R=33.47%
G=33.90%
B=32.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382412320.0100.040.058024.3292.75
HexEEF1E8104550185d
Octal356361350104512030135
Binary111011101111000111101000101001011010000110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF1E8; }

 p { color: rgb(238,241,232); }

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

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

 a { background-color: rgb(238,241,232); }

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

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

 span { border-color: rgb(238,241,232); }

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