#E7EADA

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

Shades of Black Squeeze #E7EADA

Tints of Black Squeeze #E7EADA

Color information

#E7EADA (or 0xE7EADA) is unknown color: approx Black Squeeze. HEX triplet: E7, EA and DA. RGB value is (231,234,218). Sum of RGB (Red+Green+Blue) = 231+234+218=683 (90% of max value = 765). Red value is 231 (90.62% from 255 or 33.82% from 683); Green value is 234 (91.80% from 255 or 34.26% from 683); Blue value is 218 (85.55% from 255 or 31.92% from 683); Max value from RGB is 234 - color contains mainly: green. Hex color #E7EADA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7EADA is #181525. Grayscale: #E7E7E7. Windows color (decimal): -1578278 or 14346983. OLE color: 14346983.

HSL color Cylindrical-coordinate representation of color #E7EADA: hue angle of 71.25º degrees, saturation: 0.28, 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 #E7EADA is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB231234218-
CMYK0.0100.070.08
HSL71.25º27.59%88.63%-
HSV(B)71.25º6.84%91.76%-
XYZ75.0380.977.99-
YUV231.28120.51127.8-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.82%
GREEN value IS 234 (91.80% from 255) = 34.26%
BLUE value IS 218 (85.55% from 255) = 31.92%
R=33.82%
G=34.26%
B=31.92%

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
Decimal2312342180.0100.070.0871.2527.5988.63
HexE7EADA1078471c59
Octal3473523321071010734131
Binary1110011111101010110110101011110001000111111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7EADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7EADA; }

 p { color: rgb(231,234,218); }

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

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

 a { background-color: rgb(231,234,218); }

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

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

 span { border-color: rgb(231,234,218); }

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