#EBE9CC

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

Shades of Half And Half #EBE9CC

Tints of Half And Half #EBE9CC

Color information

#EBE9CC (or 0xEBE9CC) is unknown color: approx Half And Half. HEX triplet: EB, E9 and CC. RGB value is (235,233,204). Sum of RGB (Red+Green+Blue) = 235+233+204=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 233 (91.41% from 255 or 34.67% from 672); Blue value is 204 (80.08% from 255 or 30.36% from 672); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE9CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE9CC is #141633. Grayscale: #E6E6E6. Windows color (decimal): -1316404 or 13429227. OLE color: 13429227.

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

Color convert

RGB235233204-
CMYK00.010.130.08
HSL56.13º43.66%86.08%-
HSV(B)56.13º13.19%92.16%-
XYZ74.380.368.71-
YUV230.29113.16131.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.97%
GREEN value IS 233 (91.41% from 255) = 34.67%
BLUE value IS 204 (80.08% from 255) = 30.36%
R=34.97%
G=34.67%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523320400.010.130.0856.1343.6686.08
HexEBE9CC01D8382c56
Octal3533513140115107054126
Binary11101011111010011100110001110110001110001011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE9CC; }

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

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

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

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

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

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

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

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