#E6EADA

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

Shades of Black Squeeze #E6EADA

Tints of Black Squeeze #E6EADA

Color information

#E6EADA (or 0xE6EADA) is unknown color: approx Black Squeeze. HEX triplet: E6, EA and DA. RGB value is (230,234,218). Sum of RGB (Red+Green+Blue) = 230+234+218=682 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.72% from 682); Green value is 234 (91.80% from 255 or 34.31% from 682); Blue value is 218 (85.55% from 255 or 31.96% from 682); Max value from RGB is 234 - color contains mainly: green. Hex color #E6EADA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6EADA is #191525. Grayscale: #E7E7E7. Windows color (decimal): -1643814 or 14346982. OLE color: 14346982.

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

Color convert

RGB230234218-
CMYK0.0200.070.08
HSL75º27.59%88.63%-
HSV(B)75º6.84%91.76%-
XYZ74.7180.7377.97-
YUV230.98120.67127.3-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.72%
GREEN value IS 234 (91.80% from 255) = 34.31%
BLUE value IS 218 (85.55% from 255) = 31.96%
R=33.72%
G=34.31%
B=31.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2302342180.0200.070.087527.5988.63
HexE6EADA20784b1c59
Octal3463523322071011334131
Binary11100110111010101101101010011110001001011111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6EADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6EADA; }

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

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

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

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

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

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

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

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