#EBE8BC

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

Shades of Half And Half #EBE8BC

Tints of Half And Half #EBE8BC

Color information

#EBE8BC (or 0xEBE8BC) is unknown color: approx Half And Half. HEX triplet: EB, E8 and BC. RGB value is (235,232,188). Sum of RGB (Red+Green+Blue) = 235+232+188=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 232 (91.02% from 255 or 35.42% from 655); Blue value is 188 (73.83% from 255 or 28.70% from 655); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE8BC is #141743. Grayscale: #E4E4E4. Windows color (decimal): -1316676 or 12380395. OLE color: 12380395.

HSL color Cylindrical-coordinate representation of color #EBE8BC: hue angle of 56.17º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBE8BC is Cyan = 0, Magento = 0.01, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB235232188-
CMYK00.010.20.08
HSL56.17º54.02%82.94%-
HSV(B)56.17º20%92.16%-
XYZ72.1979.0159.02-
YUV227.88105.49133.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.88%
GREEN value IS 232 (91.02% from 255) = 35.42%
BLUE value IS 188 (73.83% from 255) = 28.70%
R=35.88%
G=35.42%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523218800.010.20.0856.1754.0282.94
HexEBE8BC01148383653
Octal3533502740124107066123
Binary111010111110100010111100011010010001110001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE8BC; }

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

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

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

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

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

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

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

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