#EBECE7

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

Shades of Black Squeeze #EBECE7

Tints of Black Squeeze #EBECE7

Color information

#EBECE7 (or 0xEBECE7) is unknown color: approx Black Squeeze. HEX triplet: EB, EC and E7. RGB value is (235,236,231). Sum of RGB (Red+Green+Blue) = 235+236+231=702 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.48% from 702); Green value is 236 (92.58% from 255 or 33.62% from 702); Blue value is 231 (90.62% from 255 or 32.91% from 702); Max value from RGB is 236 - color contains mainly: green. Hex color #EBECE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBECE7 is #141318. Grayscale: #EBEBEB. Windows color (decimal): -1315609 or 15199467. OLE color: 15199467.

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

Color convert

RGB235236231-
CMYK0.0000.020.07
HSL72º11.63%91.57%-
HSV(B)72º2.12%92.55%-
XYZ78.6883.4287.56-
YUV235.13125.67127.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.48%
GREEN value IS 236 (92.58% from 255) = 33.62%
BLUE value IS 231 (90.62% from 255) = 32.91%
R=33.48%
G=33.62%
B=32.91%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352362310.0000.020.077211.6391.57
HexEBECE7002748c5c
Octal353354347002711014134
Binary1110101111101100111001110010111100100011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBECE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBECE7; }

 p { color: rgb(235,236,231); }

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

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

 a { background-color: rgb(235,236,231); }

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

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

 span { border-color: rgb(235,236,231); }

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