#EBE6BD

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

Shades of Half And Half #EBE6BD

Tints of Half And Half #EBE6BD

Color information

#EBE6BD (or 0xEBE6BD) is unknown color: approx Half And Half. HEX triplet: EB, E6 and BD. RGB value is (235,230,189). Sum of RGB (Red+Green+Blue) = 235+230+189=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 230 (90.23% from 255 or 35.17% from 654); Blue value is 189 (74.22% from 255 or 28.90% from 654); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE6BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE6BD is #141942. Grayscale: #E2E2E2. Windows color (decimal): -1317187 or 12445419. OLE color: 12445419.

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

Color convert

RGB235230189-
CMYK00.020.200.08
HSL53.48º53.49%83.14%-
HSV(B)53.48º19.57%92.16%-
XYZ71.7477.9359.4-
YUV226.82106.66133.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.93%
GREEN value IS 230 (90.23% from 255) = 35.17%
BLUE value IS 189 (74.22% from 255) = 28.90%
R=35.93%
G=35.17%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523018900.020.200.0853.4853.4983.14
HexEBE6BD02148353553
Octal3533462750224106565123
Binary1110101111100110101111010101010010001101011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE6BD; }

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

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

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

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

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

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

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

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