#EBE6CD

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

Shades of Half And Half #EBE6CD

Tints of Half And Half #EBE6CD

Color information

#EBE6CD (or 0xEBE6CD) is unknown color: approx Half And Half. HEX triplet: EB, E6 and CD. RGB value is (235,230,205). Sum of RGB (Red+Green+Blue) = 235+230+205=670 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.07% from 670); Green value is 230 (90.23% from 255 or 34.33% from 670); Blue value is 205 (80.47% from 255 or 30.60% from 670); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE6CD is #141932. Grayscale: #E4E4E4. Windows color (decimal): -1317171 or 13493995. OLE color: 13493995.

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

Color convert

RGB235230205-
CMYK00.020.130.08
HSL50º42.86%86.27%-
HSV(B)50º12.77%92.16%-
XYZ73.5878.6669.06-
YUV228.64114.66132.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.07%
GREEN value IS 230 (90.23% from 255) = 34.33%
BLUE value IS 205 (80.47% from 255) = 30.60%
R=35.07%
G=34.33%
B=30.60%

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
Decimal23523020500.020.130.085042.8686.27
HexEBE6CD02D8322b56
Octal3533463150215106253126
Binary111010111110011011001101010110110001100101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE6CD; }

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

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

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

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

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

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

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

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