#E9EAE5

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

Shades of Black Squeeze #E9EAE5

Tints of Black Squeeze #E9EAE5

Color information

#E9EAE5 (or 0xE9EAE5) is unknown color: approx Black Squeeze. HEX triplet: E9, EA and E5. RGB value is (233,234,229). Sum of RGB (Red+Green+Blue) = 233+234+229=696 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.48% from 696); Green value is 234 (91.80% from 255 or 33.62% from 696); Blue value is 229 (89.84% from 255 or 32.90% from 696); Max value from RGB is 234 - color contains mainly: green. Hex color #E9EAE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9EAE5 is #16151A. Grayscale: #E9E9E9. Windows color (decimal): -1447195 or 15067881. OLE color: 15067881.

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

Color convert

RGB233234229-
CMYK0.0000.020.08
HSL72º10.64%90.78%-
HSV(B)72º2.14%91.76%-
XYZ77.1781.8385.86-
YUV233.13125.67127.91-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.48%
GREEN value IS 234 (91.80% from 255) = 33.62%
BLUE value IS 229 (89.84% from 255) = 32.90%
R=33.48%
G=33.62%
B=32.90%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2332342290.0000.020.087210.6490.78
HexE9EAE5002848b5b
Octal3513523450021011013133
Binary11101001111010101110010100101000100100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9EAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9EAE5; }

 p { color: rgb(233,234,229); }

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

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

 a { background-color: rgb(233,234,229); }

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

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

 span { border-color: rgb(233,234,229); }

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