#EBE6CC

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

Shades of Half And Half #EBE6CC

Tints of Half And Half #EBE6CC

Color information

#EBE6CC (or 0xEBE6CC) is unknown color: approx Half And Half. HEX triplet: EB, E6 and CC. RGB value is (235,230,204). Sum of RGB (Red+Green+Blue) = 235+230+204=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 230 (90.23% from 255 or 34.38% from 669); Blue value is 204 (80.08% from 255 or 30.49% from 669); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE6CC is #141933. Grayscale: #E4E4E4. Windows color (decimal): -1317172 or 13428459. OLE color: 13428459.

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

Color convert

RGB235230204-
CMYK00.020.130.08
HSL50.32º43.66%86.08%-
HSV(B)50.32º13.19%92.16%-
XYZ73.4678.6268.43-
YUV228.53114.16132.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.13%
GREEN value IS 230 (90.23% from 255) = 34.38%
BLUE value IS 204 (80.08% from 255) = 30.49%
R=35.13%
G=34.38%
B=30.49%

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
Decimal23523020400.020.130.0850.3243.6686.08
HexEBE6CC02D8322c56
Octal3533463140215106254126
Binary111010111110011011001100010110110001100101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE6CC; }

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

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

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

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

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

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

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

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