#EAEDDA

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

Shades of Black Squeeze #EAEDDA

Tints of Black Squeeze #EAEDDA

Color information

#EAEDDA (or 0xEAEDDA) is unknown color: approx Black Squeeze. HEX triplet: EA, ED and DA. RGB value is (234,237,218). Sum of RGB (Red+Green+Blue) = 234+237+218=689 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.96% from 689); Green value is 237 (92.97% from 255 or 34.40% from 689); Blue value is 218 (85.55% from 255 or 31.64% from 689); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEDDA is #151225. Grayscale: #EAEAEA. Windows color (decimal): -1380902 or 14347754. OLE color: 14347754.

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

Color convert

RGB234237218-
CMYK0.0100.080.07
HSL69.47º34.55%89.22%-
HSV(B)69.47º8.02%92.94%-
XYZ76.8783.1278.32-
YUV233.94119.01128.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.96%
GREEN value IS 237 (92.97% from 255) = 34.40%
BLUE value IS 218 (85.55% from 255) = 31.64%
R=33.96%
G=34.40%
B=31.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342372180.0100.080.0769.4734.5589.22
HexEAEDDA1087452359
Octal3523553321010710543131
Binary11101010111011011101101010100011110001011000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEDDA; }

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

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

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

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

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

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

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

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