#ebe5bf

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

Shades of Half And Half #EBE5BF

Tints of Half And Half #EBE5BF

Color information

#EBE5BF (or 0xEBE5BF) is unknown color: approx Half And Half. HEX triplet: EB, E5 and BF. RGB value is (235,229,191). Sum of RGB (Red+Green+Blue) = 235+229+191=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 229 (89.84% from 255 or 34.96% from 655); Blue value is 191 (75% from 255 or 29.16% from 655); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE5BF is #141A40. Grayscale: #E2E2E2. Windows color (decimal): -1317441 or 12576235. OLE color: 12576235.

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

Color convert

RGB235229191-
CMYK00.030.190.08
HSL51.82º52.38%83.53%-
HSV(B)51.82º18.72%92.16%-
XYZ71.6877.4660.46-
YUV226.46107.99134.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.88%
GREEN value IS 229 (89.84% from 255) = 34.96%
BLUE value IS 191 (75% from 255) = 29.16%
R=35.88%
G=34.96%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522919100.030.190.0851.8252.3883.53
HexEBE5BF03138343454
Octal3533452770323106464124
Binary1110101111100101101111110111001110001101001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebe5bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebe5bf; }

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

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

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

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

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

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

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

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