#EBE7CA

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

Shades of Half And Half #EBE7CA

Tints of Half And Half #EBE7CA

Color information

#EBE7CA (or 0xEBE7CA) is unknown color: approx Half And Half. HEX triplet: EB, E7 and CA. RGB value is (235,231,202). Sum of RGB (Red+Green+Blue) = 235+231+202=668 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.18% from 668); Green value is 231 (90.62% from 255 or 34.58% from 668); Blue value is 202 (79.30% from 255 or 30.24% from 668); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE7CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE7CA is #141835. Grayscale: #E5E5E5. Windows color (decimal): -1316918 or 13297643. OLE color: 13297643.

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

Color convert

RGB235231202-
CMYK00.020.140.08
HSL52.73º45.21%85.69%-
HSV(B)52.73º14.04%92.16%-
XYZ73.579.0867.27-
YUV228.89112.83132.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.18%
GREEN value IS 231 (90.62% from 255) = 34.58%
BLUE value IS 202 (79.30% from 255) = 30.24%
R=35.18%
G=34.58%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523120200.020.140.0852.7345.2185.69
HexEBE7CA02E8352d56
Octal3533473120216106555126
Binary111010111110011111001010010111010001101011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE7CA; }

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

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

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

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

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

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

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

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