#EBEADE

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

Shades of Black White #EBEADE

Tints of Black White #EBEADE

Color information

#EBEADE (or 0xEBEADE) is unknown color: approx Black White. HEX triplet: EB, EA and DE. RGB value is (235,234,222). Sum of RGB (Red+Green+Blue) = 235+234+222=691 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.01% from 691); Green value is 234 (91.80% from 255 or 33.86% from 691); Blue value is 222 (87.11% from 255 or 32.13% from 691); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEADE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEADE is #141521. Grayscale: #E8E8E8. Windows color (decimal): -1316130 or 14609131. OLE color: 14609131.

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

Color convert

RGB235234222-
CMYK00.000.060.08
HSL55.38º24.53%89.61%-
HSV(B)55.38º5.53%92.16%-
XYZ76.8781.7880.84-
YUV232.93121.83129.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.01%
GREEN value IS 234 (91.80% from 255) = 33.86%
BLUE value IS 222 (87.11% from 255) = 32.13%
R=34.01%
G=33.86%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523422200.000.060.0855.3824.5389.61
HexEBEADE006837195a
Octal353352336006106731132
Binary111010111110101011011110001101000110111110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEADE; }

 p { color: rgb(235,234,222); }

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

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

 a { background-color: rgb(235,234,222); }

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

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

 span { border-color: rgb(235,234,222); }

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