#EAEED9

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

Shades of Black Squeeze #EAEED9

Tints of Black Squeeze #EAEED9

Color information

#EAEED9 (or 0xEAEED9) is unknown color: approx Black Squeeze. HEX triplet: EA, EE and D9. RGB value is (234,238,217). Sum of RGB (Red+Green+Blue) = 234+238+217=689 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.96% from 689); Green value is 238 (93.36% from 255 or 34.54% from 689); Blue value is 217 (85.16% from 255 or 31.49% from 689); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEED9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEED9 is #151126. Grayscale: #EAEAEA. Windows color (decimal): -1380647 or 14282474. OLE color: 14282474.

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

Color convert

RGB234238217-
CMYK0.0200.090.07
HSL71.43º38.18%89.22%-
HSV(B)71.43º8.82%93.33%-
XYZ77.0383.6577.73-
YUV234.41118.17127.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.96%
GREEN value IS 238 (93.36% from 255) = 34.54%
BLUE value IS 217 (85.16% from 255) = 31.49%
R=33.96%
G=34.54%
B=31.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342382170.0200.090.0771.4338.1889.22
HexEAEED92097472659
Octal3523563312011710746131
Binary111010101110111011011001100100111110001111001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEED9; }

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

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

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

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

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

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

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

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