#EBE7BF

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

Shades of Half And Half #EBE7BF

Tints of Half And Half #EBE7BF

Color information

#EBE7BF (or 0xEBE7BF) is unknown color: approx Half And Half. HEX triplet: EB, E7 and BF. RGB value is (235,231,191). Sum of RGB (Red+Green+Blue) = 235+231+191=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 231 (90.62% from 255 or 35.16% from 657); Blue value is 191 (75% from 255 or 29.07% from 657); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE7BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE7BF is #141840. Grayscale: #E3E3E3. Windows color (decimal): -1316929 or 12576747. OLE color: 12576747.

HSL color Cylindrical-coordinate representation of color #EBE7BF: hue angle of 54.55º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBE7BF is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB235231191-
CMYK00.020.190.08
HSL54.55º52.38%83.53%-
HSV(B)54.55º18.72%92.16%-
XYZ72.2478.5860.65-
YUV227.64107.33133.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.77%
GREEN value IS 231 (90.62% from 255) = 35.16%
BLUE value IS 191 (75% from 255) = 29.07%
R=35.77%
G=35.16%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523119100.020.190.0854.5552.3883.53
HexEBE7BF02138373454
Octal3533472770223106764124
Binary1110101111100111101111110101001110001101111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE7BF; }

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

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

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

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

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

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

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

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