#E9EBD9

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

Shades of Black Squeeze #E9EBD9

Tints of Black Squeeze #E9EBD9

Color information

#E9EBD9 (or 0xE9EBD9) is unknown color: approx Black Squeeze. HEX triplet: E9, EB and D9. RGB value is (233,235,217). Sum of RGB (Red+Green+Blue) = 233+235+217=685 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.01% from 685); Green value is 235 (92.19% from 255 or 34.31% from 685); Blue value is 217 (85.16% from 255 or 31.68% from 685); Max value from RGB is 235 - color contains mainly: green. Hex color #E9EBD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9EBD9 is #161426. Grayscale: #E8E8E8. Windows color (decimal): -1446951 or 14281705. OLE color: 14281705.

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

Color convert

RGB233235217-
CMYK0.0100.080.08
HSL66.67º31.03%88.63%-
HSV(B)66.67º7.66%92.16%-
XYZ75.8481.7577.43-
YUV232.35119.34128.46-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.01%
GREEN value IS 235 (92.19% from 255) = 34.31%
BLUE value IS 217 (85.16% from 255) = 31.68%
R=34.01%
G=34.31%
B=31.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2332352170.0100.080.0866.6731.0388.63
HexE9EBD91088431f59
Octal35135333110101010337131
Binary11101001111010111101100110100010001000011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9EBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9EBD9; }

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

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

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

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

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

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

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

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