#EBE8BD

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

Shades of Half And Half #EBE8BD

Tints of Half And Half #EBE8BD

Color information

#EBE8BD (or 0xEBE8BD) is unknown color: approx Half And Half. HEX triplet: EB, E8 and BD. RGB value is (235,232,189). Sum of RGB (Red+Green+Blue) = 235+232+189=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 232 (91.02% from 255 or 35.37% from 656); Blue value is 189 (74.22% from 255 or 28.81% from 656); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE8BD is #141742. Grayscale: #E4E4E4. Windows color (decimal): -1316675 or 12445931. OLE color: 12445931.

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

Color convert

RGB235232189-
CMYK00.010.200.08
HSL56.09º53.49%83.14%-
HSV(B)56.09º19.57%92.16%-
XYZ72.379.0559.59-
YUV228105.99133-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.82%
GREEN value IS 232 (91.02% from 255) = 35.37%
BLUE value IS 189 (74.22% from 255) = 28.81%
R=35.82%
G=35.37%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523218900.010.200.0856.0953.4983.14
HexEBE8BD01148383553
Octal3533502750124107065123
Binary111010111110100010111101011010010001110001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE8BD; }

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

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

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

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

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

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

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

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