#EBE4BF

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

Shades of Half And Half #EBE4BF

Tints of Half And Half #EBE4BF

Color information

#EBE4BF (or 0xEBE4BF) is unknown color: approx Half And Half. HEX triplet: EB, E4 and BF. RGB value is (235,228,191). Sum of RGB (Red+Green+Blue) = 235+228+191=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 228 (89.45% from 255 or 34.86% from 654); Blue value is 191 (75% from 255 or 29.20% from 654); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE4BF is #141B40. Grayscale: #E2E2E2. Windows color (decimal): -1317697 or 12575979. OLE color: 12575979.

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

Color convert

RGB235228191-
CMYK00.030.190.08
HSL50.45º52.38%83.53%-
HSV(B)50.45º18.72%92.16%-
XYZ71.4176.9160.37-
YUV225.88108.32134.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.93%
GREEN value IS 228 (89.45% from 255) = 34.86%
BLUE value IS 191 (75% from 255) = 29.20%
R=35.93%
G=34.86%
B=29.20%

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
Decimal23522819100.030.190.0850.4552.3883.53
HexEBE4BF03138323454
Octal3533442770323106264124
Binary1110101111100100101111110111001110001100101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE4BF; }

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

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

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

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

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

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

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

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