#EBE7CC

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

Shades of Half And Half #EBE7CC

Tints of Half And Half #EBE7CC

Color information

#EBE7CC (or 0xEBE7CC) is unknown color: approx Half And Half. HEX triplet: EB, E7 and CC. RGB value is (235,231,204). Sum of RGB (Red+Green+Blue) = 235+231+204=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 231 (90.62% from 255 or 34.48% from 670); Blue value is 204 (80.08% from 255 or 30.45% from 670); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE7CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE7CC is #141833. Grayscale: #E5E5E5. Windows color (decimal): -1316916 or 13428715. OLE color: 13428715.

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

Color convert

RGB235231204-
CMYK00.020.130.08
HSL52.26º43.66%86.08%-
HSV(B)52.26º13.19%92.16%-
XYZ73.7479.1768.52-
YUV229.12113.83132.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.07%
GREEN value IS 231 (90.62% from 255) = 34.48%
BLUE value IS 204 (80.08% from 255) = 30.45%
R=35.07%
G=34.48%
B=30.45%

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
Decimal23523120400.020.130.0852.2643.6686.08
HexEBE7CC02D8342c56
Octal3533473140215106454126
Binary111010111110011111001100010110110001101001011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE7CC; }

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

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

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

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

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

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

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

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