#E4E6DA

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

Shades of Black Squeeze #E4E6DA

Tints of Black Squeeze #E4E6DA

Color information

#E4E6DA (or 0xE4E6DA) is unknown color: approx Black Squeeze. HEX triplet: E4, E6 and DA. RGB value is (228,230,218). Sum of RGB (Red+Green+Blue) = 228+230+218=676 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.73% from 676); Green value is 230 (90.23% from 255 or 34.02% from 676); Blue value is 218 (85.55% from 255 or 32.25% from 676); Max value from RGB is 230 - color contains mainly: green. Hex color #E4E6DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E4E6DA is #1B1925. Grayscale: #E4E4E4. Windows color (decimal): -1775910 or 14345956. OLE color: 14345956.

HSL color Cylindrical-coordinate representation of color #E4E6DA: hue angle of 70º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E4E6DA is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB228230218-
CMYK0.0100.050.10
HSL70º19.35%87.84%-
HSV(B)70º5.22%90.2%-
XYZ72.9578.1577.57-
YUV228.03122.34127.98-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 33.73%
GREEN value IS 230 (90.23% from 255) = 34.02%
BLUE value IS 218 (85.55% from 255) = 32.25%
R=33.73%
G=34.02%
B=32.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2282302180.0100.050.107019.3587.84
HexE4E6DA105A461358
Octal3443463321051210623130
Binary1110010011100110110110101010110101000110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4E6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4E6DA; }

 p { color: rgb(228,230,218); }

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

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

 a { background-color: rgb(228,230,218); }

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

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

 span { border-color: rgb(228,230,218); }

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