#EBEADA

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

Shades of Black White #EBEADA

Tints of Black White #EBEADA

Color information

#EBEADA (or 0xEBEADA) is unknown color: approx Black White. HEX triplet: EB, EA and DA. RGB value is (235,234,218). Sum of RGB (Red+Green+Blue) = 235+234+218=687 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.21% from 687); Green value is 234 (91.80% from 255 or 34.06% from 687); Blue value is 218 (85.55% from 255 or 31.73% from 687); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEADA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEADA is #141525. Grayscale: #E8E8E8. Windows color (decimal): -1316134 or 14346987. OLE color: 14346987.

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

Color convert

RGB235234218-
CMYK00.000.070.08
HSL56.47º29.82%88.82%-
HSV(B)56.47º7.23%92.16%-
XYZ76.3481.5778.05-
YUV232.48119.83129.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.21%
GREEN value IS 234 (91.80% from 255) = 34.06%
BLUE value IS 218 (85.55% from 255) = 31.73%
R=34.21%
G=34.06%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523421800.000.070.0856.4729.8288.82
HexEBEADA0078381e59
Octal353352332007107036131
Binary111010111110101011011010001111000111000111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEADA; }

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

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

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

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

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

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

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

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