#EBE7CB

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

Shades of Half And Half #EBE7CB

Tints of Half And Half #EBE7CB

Color information

#EBE7CB (or 0xEBE7CB) is unknown color: approx Half And Half. HEX triplet: EB, E7 and CB. RGB value is (235,231,203). Sum of RGB (Red+Green+Blue) = 235+231+203=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 231 (90.62% from 255 or 34.53% from 669); Blue value is 203 (79.69% from 255 or 30.34% from 669); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE7CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE7CB is #141834. Grayscale: #E5E5E5. Windows color (decimal): -1316917 or 13363179. OLE color: 13363179.

HSL color Cylindrical-coordinate representation of color #EBE7CB: hue angle of 52.5º 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 #EBE7CB is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB235231203-
CMYK00.020.140.08
HSL52.5º44.44%85.88%-
HSV(B)52.5º13.62%92.16%-
XYZ73.6279.1367.89-
YUV229113.33132.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.13%
GREEN value IS 231 (90.62% from 255) = 34.53%
BLUE value IS 203 (79.69% from 255) = 30.34%
R=35.13%
G=34.53%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523120300.020.140.0852.544.4485.88
HexEBE7CB02E8342c56
Octal3533473130216106454126
Binary111010111110011111001011010111010001101001011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE7CB; }

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

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

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

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

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

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

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

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