#EBE7BD

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

Shades of Half And Half #EBE7BD

Tints of Half And Half #EBE7BD

Color information

#EBE7BD (or 0xEBE7BD) is unknown color: approx Half And Half. HEX triplet: EB, E7 and BD. RGB value is (235,231,189). Sum of RGB (Red+Green+Blue) = 235+231+189=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 231 (90.62% from 255 or 35.27% from 655); Blue value is 189 (74.22% from 255 or 28.85% from 655); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE7BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE7BD is #141842. Grayscale: #E3E3E3. Windows color (decimal): -1316931 or 12445675. OLE color: 12445675.

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

Color convert

RGB235231189-
CMYK00.020.200.08
HSL54.78º53.49%83.14%-
HSV(B)54.78º19.57%92.16%-
XYZ72.0278.4959.5-
YUV227.41106.33133.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.88%
GREEN value IS 231 (90.62% from 255) = 35.27%
BLUE value IS 189 (74.22% from 255) = 28.85%
R=35.88%
G=35.27%
B=28.85%

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
Decimal23523118900.020.200.0854.7853.4983.14
HexEBE7BD02148373553
Octal3533472750224106765123
Binary1110101111100111101111010101010010001101111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE7BD; }

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

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

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

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

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

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

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

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