#EBEDE3

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

Shades of Black Squeeze #EBEDE3

Tints of Black Squeeze #EBEDE3

Color information

#EBEDE3 (or 0xEBEDE3) is unknown color: approx Black Squeeze. HEX triplet: EB, ED and E3. RGB value is (235,237,227). Sum of RGB (Red+Green+Blue) = 235+237+227=699 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.62% from 699); Green value is 237 (92.97% from 255 or 33.91% from 699); Blue value is 227 (89.06% from 255 or 32.47% from 699); Max value from RGB is 237 - color contains mainly: green. Hex color #EBEDE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEDE3 is #14121C. Grayscale: #EBEBEB. Windows color (decimal): -1315357 or 14937579. OLE color: 14937579.

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

Color convert

RGB235237227-
CMYK0.0100.040.07
HSL72º21.74%90.98%-
HSV(B)72º4.22%92.94%-
XYZ78.4183.7884.71-
YUV235.26123.34127.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.62%
GREEN value IS 237 (92.97% from 255) = 33.91%
BLUE value IS 227 (89.06% 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.07
SystemRedGreenBlueCMYKHSL
Decimal2352372270.0100.040.077221.7490.98
HexEBEDE3104748165b
Octal353355343104711026133
Binary111010111110110111100011101001111001000101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEDE3; }

 p { color: rgb(235,237,227); }

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

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

 a { background-color: rgb(235,237,227); }

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

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

 span { border-color: rgb(235,237,227); }

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