#EBE8CD

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

Shades of Half And Half #EBE8CD

Tints of Half And Half #EBE8CD

Color information

#EBE8CD (or 0xEBE8CD) is unknown color: approx Half And Half. HEX triplet: EB, E8 and CD. RGB value is (235,232,205). Sum of RGB (Red+Green+Blue) = 235+232+205=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 232 (91.02% from 255 or 34.52% from 672); Blue value is 205 (80.47% from 255 or 30.51% from 672); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE8CD is #141732. Grayscale: #E5E5E5. Windows color (decimal): -1316659 or 13494507. OLE color: 13494507.

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

Color convert

RGB235232205-
CMYK00.010.130.08
HSL54º42.86%86.27%-
HSV(B)54º12.77%92.16%-
XYZ74.1479.7869.25-
YUV229.82113.99131.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.97%
GREEN value IS 232 (91.02% from 255) = 34.52%
BLUE value IS 205 (80.47% from 255) = 30.51%
R=34.97%
G=34.52%
B=30.51%

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
Decimal23523220500.010.130.085442.8686.27
HexEBE8CD01D8362b56
Octal3533503150115106653126
Binary11101011111010001100110101110110001101101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE8CD; }

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

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

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

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

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

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

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

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