#EBE7CD

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

Shades of Half And Half #EBE7CD

Tints of Half And Half #EBE7CD

Color information

#EBE7CD (or 0xEBE7CD) is unknown color: approx Half And Half. HEX triplet: EB, E7 and CD. RGB value is (235,231,205). Sum of RGB (Red+Green+Blue) = 235+231+205=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 231 (90.62% from 255 or 34.43% from 671); Blue value is 205 (80.47% from 255 or 30.55% from 671); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE7CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE7CD is #141832. Grayscale: #E5E5E5. Windows color (decimal): -1316915 or 13494251. OLE color: 13494251.

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

Color convert

RGB235231205-
CMYK00.020.130.08
HSL52º42.86%86.27%-
HSV(B)52º12.77%92.16%-
XYZ73.8679.2269.16-
YUV229.23114.33132.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.02%
GREEN value IS 231 (90.62% from 255) = 34.43%
BLUE value IS 205 (80.47% from 255) = 30.55%
R=35.02%
G=34.43%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523120500.020.130.085242.8686.27
HexEBE7CD02D8342b56
Octal3533473150215106453126
Binary111010111110011111001101010110110001101001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE7CD; }

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

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

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

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

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

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

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

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