#E5E9D6

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

Shades of Black Squeeze #E5E9D6

Tints of Black Squeeze #E5E9D6

Color information

#E5E9D6 (or 0xE5E9D6) is unknown color: approx Black Squeeze. HEX triplet: E5, E9 and D6. RGB value is (229,233,214). Sum of RGB (Red+Green+Blue) = 229+233+214=676 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.88% from 676); Green value is 233 (91.41% from 255 or 34.47% from 676); Blue value is 214 (83.98% from 255 or 31.66% from 676); Max value from RGB is 233 - color contains mainly: green. Hex color #E5E9D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5E9D6 is #1A1629. Grayscale: #E5E5E5. Windows color (decimal): -1709610 or 14084581. OLE color: 14084581.

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

Color convert

RGB229233214-
CMYK0.0200.080.09
HSL72.63º30.16%87.65%-
HSV(B)72.63º8.15%91.37%-
XYZ73.5979.7975.14-
YUV229.64119.17127.54-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.88%
GREEN value IS 233 (91.41% from 255) = 34.47%
BLUE value IS 214 (83.98% from 255) = 31.66%
R=33.88%
G=34.47%
B=31.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2292332140.0200.080.0972.6330.1687.65
HexE5E9D62089491e58
Octal34535132620101111136130
Binary111001011110100111010110100100010011001001111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E9D6; }

 p { color: rgb(229,233,214); }

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

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

 a { background-color: rgb(229,233,214); }

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

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

 span { border-color: rgb(229,233,214); }

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