#EBEAD7

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

Shades of Black White #EBEAD7

Tints of Black White #EBEAD7

Color information

#EBEAD7 (or 0xEBEAD7) is unknown color: approx Black White. HEX triplet: EB, EA and D7. RGB value is (235,234,215). Sum of RGB (Red+Green+Blue) = 235+234+215=684 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.36% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 215 (84.38% from 255 or 31.43% from 684); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEAD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEAD7 is #141528. Grayscale: #E8E8E8. Windows color (decimal): -1316137 or 14150379. OLE color: 14150379.

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

Color convert

RGB235234215-
CMYK00.000.090.08
HSL57º33.33%88.24%-
HSV(B)57º8.51%92.16%-
XYZ75.9581.4176-
YUV232.13118.33130.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.36%
GREEN value IS 234 (91.80% from 255) = 34.21%
BLUE value IS 215 (84.38% from 255) = 31.43%
R=34.36%
G=34.21%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523421500.000.090.085733.3388.24
HexEBEAD70098392158
Octal3533523270011107141130
Binary11101011111010101101011100100110001110011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEAD7; }

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

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

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

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

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

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

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

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