#EAECE1

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

Shades of Black Squeeze #EAECE1

Tints of Black Squeeze #EAECE1

Color information

#EAECE1 (or 0xEAECE1) is unknown color: approx Black Squeeze. HEX triplet: EA, EC and E1. RGB value is (234,236,225). Sum of RGB (Red+Green+Blue) = 234+236+225=695 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.67% from 695); Green value is 236 (92.58% from 255 or 33.96% from 695); Blue value is 225 (88.28% from 255 or 32.37% from 695); Max value from RGB is 236 - color contains mainly: green. Hex color #EAECE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAECE1 is #15131E. Grayscale: #EAEAEA. Windows color (decimal): -1381151 or 14806250. OLE color: 14806250.

HSL color Cylindrical-coordinate representation of color #EAECE1: hue angle of 70.91º degrees, saturation: 0.22, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EAECE1 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB234236225-
CMYK0.0100.050.07
HSL70.91º22.45%90.39%-
HSV(B)70.91º4.66%92.55%-
XYZ77.5282.9283.15-
YUV234.15122.84127.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.67%
GREEN value IS 236 (92.58% from 255) = 33.96%
BLUE value IS 225 (88.28% from 255) = 32.37%
R=33.67%
G=33.96%
B=32.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342362250.0100.050.0770.9122.4590.39
HexEAECE1105747165a
Octal352354341105710726132
Binary111010101110110011100001101011111000111101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAECE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAECE1; }

 p { color: rgb(234,236,225); }

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

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

 a { background-color: rgb(234,236,225); }

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

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

 span { border-color: rgb(234,236,225); }

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