#EBE9CB

Color #EBE9CB Half And Half (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half And Half #EBE9CB

Tints of Half And Half #EBE9CB

Color information

#EBE9CB (or 0xEBE9CB) is unknown color: approx Half And Half. HEX triplet: EB, E9 and CB. RGB value is (235,233,203). Sum of RGB (Red+Green+Blue) = 235+233+203=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 233 (91.41% from 255 or 34.72% from 671); Blue value is 203 (79.69% from 255 or 30.25% from 671); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE9CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE9CB is #141634. Grayscale: #E6E6E6. Windows color (decimal): -1316405 or 13363691. OLE color: 13363691.

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

Color convert

RGB235233203-
CMYK00.010.140.08
HSL56.25º44.44%85.88%-
HSV(B)56.25º13.62%92.16%-
XYZ74.1880.2568.08-
YUV230.18112.66131.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.02%
GREEN value IS 233 (91.41% from 255) = 34.72%
BLUE value IS 203 (79.69% from 255) = 30.25%
R=35.02%
G=34.72%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523320300.010.140.0856.2544.4485.88
HexEBE9CB01E8382c56
Octal3533513130116107054126
Binary11101011111010011100101101111010001110001011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE9CB; }

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

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

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

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

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

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

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

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