#EBE7CF

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

Shades of Half And Half #EBE7CF

Tints of Half And Half #EBE7CF

Color information

#EBE7CF (or 0xEBE7CF) is unknown color: approx Half And Half. HEX triplet: EB, E7 and CF. RGB value is (235,231,207). Sum of RGB (Red+Green+Blue) = 235+231+207=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 231 (90.62% from 255 or 34.32% from 673); Blue value is 207 (81.25% from 255 or 30.76% from 673); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE7CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE7CF is #141830. Grayscale: #E5E5E5. Windows color (decimal): -1316913 or 13625323. OLE color: 13625323.

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

Color convert

RGB235231207-
CMYK00.020.120.08
HSL51.43º41.18%86.67%-
HSV(B)51.43º11.91%92.16%-
XYZ74.179.3270.44-
YUV229.46115.33131.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.92%
GREEN value IS 231 (90.62% from 255) = 34.32%
BLUE value IS 207 (81.25% from 255) = 30.76%
R=34.92%
G=34.32%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523120700.020.120.0851.4341.1886.67
HexEBE7CF02C8332957
Octal3533473170214106351127
Binary111010111110011111001111010110010001100111010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE7CF; }

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

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

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

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

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

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

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

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