#E9EBDA

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

Shades of Black Squeeze #E9EBDA

Tints of Black Squeeze #E9EBDA

Color information

#E9EBDA (or 0xE9EBDA) is unknown color: approx Black Squeeze. HEX triplet: E9, EB and DA. RGB value is (233,235,218). Sum of RGB (Red+Green+Blue) = 233+235+218=686 (90% of max value = 765). Red value is 233 (91.41% from 255 or 33.97% from 686); Green value is 235 (92.19% from 255 or 34.26% from 686); Blue value is 218 (85.55% from 255 or 31.78% from 686); Max value from RGB is 235 - color contains mainly: green. Hex color #E9EBDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9EBDA is #161425. Grayscale: #E8E8E8. Windows color (decimal): -1446950 or 14347241. OLE color: 14347241.

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

Color convert

RGB233235218-
CMYK0.0100.070.08
HSL67.06º29.82%88.82%-
HSV(B)67.06º7.23%92.16%-
XYZ75.9781.878.12-
YUV232.46119.84128.38-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.97%
GREEN value IS 235 (92.19% from 255) = 34.26%
BLUE value IS 218 (85.55% from 255) = 31.78%
R=33.97%
G=34.26%
B=31.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2332352180.0100.070.0867.0629.8288.82
HexE9EBDA1078431e59
Octal3513533321071010336131
Binary1110100111101011110110101011110001000011111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9EBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9EBDA; }

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

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

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

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

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

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

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

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