#EAEEDA

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

Shades of Black Squeeze #EAEEDA

Tints of Black Squeeze #EAEEDA

Color information

#EAEEDA (or 0xEAEEDA) is unknown color: approx Black Squeeze. HEX triplet: EA, EE and DA. RGB value is (234,238,218). Sum of RGB (Red+Green+Blue) = 234+238+218=690 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.91% from 690); Green value is 238 (93.36% from 255 or 34.49% from 690); Blue value is 218 (85.55% from 255 or 31.59% from 690); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEEDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEEDA is #151125. Grayscale: #EAEAEA. Windows color (decimal): -1380646 or 14348010. OLE color: 14348010.

HSL color Cylindrical-coordinate representation of color #EAEEDA: hue angle of 72º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAEEDA is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB234238218-
CMYK0.0200.080.07
HSL72º37.04%89.41%-
HSV(B)72º8.4%93.33%-
XYZ77.1683.778.42-
YUV234.52118.67127.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.91%
GREEN value IS 238 (93.36% from 255) = 34.49%
BLUE value IS 218 (85.55% from 255) = 31.59%
R=33.91%
G=34.49%
B=31.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342382180.0200.080.077237.0489.41
HexEAEEDA2087482559
Octal3523563322010711045131
Binary111010101110111011011010100100011110010001001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEEDA; }

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

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

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

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

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

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

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

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