#EBE7CE

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

Shades of Half And Half #EBE7CE

Tints of Half And Half #EBE7CE

Color information

#EBE7CE (or 0xEBE7CE) is unknown color: approx Half And Half. HEX triplet: EB, E7 and CE. RGB value is (235,231,206). Sum of RGB (Red+Green+Blue) = 235+231+206=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 231 (90.62% from 255 or 34.38% from 672); Blue value is 206 (80.86% from 255 or 30.65% from 672); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE7CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE7CE is #141831. Grayscale: #E5E5E5. Windows color (decimal): -1316914 or 13559787. OLE color: 13559787.

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

Color convert

RGB235231206-
CMYK00.020.120.08
HSL51.72º42.03%86.47%-
HSV(B)51.72º12.34%92.16%-
XYZ73.9879.2769.79-
YUV229.35114.83132.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.97%
GREEN value IS 231 (90.62% from 255) = 34.38%
BLUE value IS 206 (80.86% from 255) = 30.65%
R=34.97%
G=34.38%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523120600.020.120.0851.7242.0386.47
HexEBE7CE02C8342a56
Octal3533473160214106452126
Binary111010111110011111001110010110010001101001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE7CE; }

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

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

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

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

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

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

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

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