#EBE9D9

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

Shades of Black White #EBE9D9

Tints of Black White #EBE9D9

Color information

#EBE9D9 (or 0xEBE9D9) is unknown color: approx Black White. HEX triplet: EB, E9 and D9. RGB value is (235,233,217). Sum of RGB (Red+Green+Blue) = 235+233+217=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 233 (91.41% from 255 or 34.01% from 685); Blue value is 217 (85.16% from 255 or 31.68% from 685); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE9D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE9D9 is #141626. Grayscale: #E7E7E7. Windows color (decimal): -1316391 or 14281195. OLE color: 14281195.

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

Color convert

RGB235233217-
CMYK00.010.080.08
HSL53.33º31.03%88.63%-
HSV(B)53.33º7.66%92.16%-
XYZ75.9280.9577.27-
YUV231.77119.66130.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.31%
GREEN value IS 233 (91.41% from 255) = 34.01%
BLUE value IS 217 (85.16% from 255) = 31.68%
R=34.31%
G=34.01%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523321700.010.080.0853.3331.0388.63
HexEBE9D90188351f59
Octal3533513310110106537131
Binary1110101111101001110110010110001000110101111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE9D9; }

 p { color: rgb(235,233,217); }

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

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

 a { background-color: rgb(235,233,217); }

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

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

 span { border-color: rgb(235,233,217); }

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