#EBECE6

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

Shades of Black Squeeze #EBECE6

Tints of Black Squeeze #EBECE6

Color information

#EBECE6 (or 0xEBECE6) is unknown color: approx Black Squeeze. HEX triplet: EB, EC and E6. RGB value is (235,236,230). Sum of RGB (Red+Green+Blue) = 235+236+230=701 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.52% from 701); Green value is 236 (92.58% from 255 or 33.67% from 701); Blue value is 230 (90.23% from 255 or 32.81% from 701); Max value from RGB is 236 - color contains mainly: green. Hex color #EBECE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBECE6 is #141319. Grayscale: #EBEBEB. Windows color (decimal): -1315610 or 15133931. OLE color: 15133931.

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

Color convert

RGB235236230-
CMYK0.0000.030.07
HSL70º13.64%91.37%-
HSV(B)70º2.54%92.55%-
XYZ78.5483.3786.81-
YUV235.02125.17127.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.52%
GREEN value IS 236 (92.58% from 255) = 33.67%
BLUE value IS 230 (90.23% from 255) = 32.81%
R=33.52%
G=33.67%
B=32.81%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352362300.0000.030.077013.6491.37
HexEBECE6003746e5b
Octal353354346003710616133
Binary1110101111101100111001100011111100011011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBECE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBECE6; }

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

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

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

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

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

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

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

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