#E9EBE1

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

Shades of Black Squeeze #E9EBE1

Tints of Black Squeeze #E9EBE1

Color information

#E9EBE1 (or 0xE9EBE1) is unknown color: approx Black Squeeze. HEX triplet: E9, EB and E1. RGB value is (233,235,225). Sum of RGB (Red+Green+Blue) = 233+235+225=693 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.62% from 693); Green value is 235 (92.19% from 255 or 33.91% from 693); Blue value is 225 (88.28% from 255 or 32.47% from 693); Max value from RGB is 235 - color contains mainly: green. Hex color #E9EBE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9EBE1 is #16141E. Grayscale: #E9E9E9. Windows color (decimal): -1446943 or 14805993. OLE color: 14805993.

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

Color convert

RGB233235225-
CMYK0.0100.040.08
HSL72º20%90.2%-
HSV(B)72º4.26%92.16%-
XYZ76.982.1883.04-
YUV233.26123.34127.81-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.62%
GREEN value IS 235 (92.19% from 255) = 33.91%
BLUE value IS 225 (88.28% from 255) = 32.47%
R=33.62%
G=33.91%
B=32.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2332352250.0100.040.08722090.2
HexE9EBE1104848145a
Octal3513533411041011024132
Binary1110100111101011111000011010010001001000101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9EBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9EBE1; }

 p { color: rgb(233,235,225); }

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

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

 a { background-color: rgb(233,235,225); }

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

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

 span { border-color: rgb(233,235,225); }

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