#E9EDDA

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

Shades of Black Squeeze #E9EDDA

Tints of Black Squeeze #E9EDDA

Color information

#E9EDDA (or 0xE9EDDA) is unknown color: approx Black Squeeze. HEX triplet: E9, ED and DA. RGB value is (233,237,218). Sum of RGB (Red+Green+Blue) = 233+237+218=688 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.87% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 218 (85.55% from 255 or 31.69% from 688); Max value from RGB is 237 - color contains mainly: green. Hex color #E9EDDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9EDDA is #161225. Grayscale: #E9E9E9. Windows color (decimal): -1446438 or 14347753. OLE color: 14347753.

HSL color Cylindrical-coordinate representation of color #E9EDDA: hue angle of 72.63º degrees, saturation: 0.35, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9EDDA is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB233237218-
CMYK0.0200.080.07
HSL72.63º34.55%89.22%-
HSV(B)72.63º8.02%92.94%-
XYZ76.5482.9578.31-
YUV233.64119.17127.54-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.87%
GREEN value IS 237 (92.97% from 255) = 34.45%
BLUE value IS 218 (85.55% from 255) = 31.69%
R=33.87%
G=34.45%
B=31.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2332372180.0200.080.0772.6334.5589.22
HexE9EDDA2087492359
Octal3513553322010711143131
Binary111010011110110111011010100100011110010011000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9EDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9EDDA; }

 p { color: rgb(233,237,218); }

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

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

 a { background-color: rgb(233,237,218); }

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

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

 span { border-color: rgb(233,237,218); }

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