#EBE8CA

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

Shades of Half And Half #EBE8CA

Tints of Half And Half #EBE8CA

Color information

#EBE8CA (or 0xEBE8CA) is unknown color: approx Half And Half. HEX triplet: EB, E8 and CA. RGB value is (235,232,202). Sum of RGB (Red+Green+Blue) = 235+232+202=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 232 (91.02% from 255 or 34.68% from 669); Blue value is 202 (79.30% from 255 or 30.19% from 669); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE8CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE8CA is #141735. Grayscale: #E5E5E5. Windows color (decimal): -1316662 or 13297899. OLE color: 13297899.

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

Color convert

RGB235232202-
CMYK00.010.140.08
HSL54.55º45.21%85.69%-
HSV(B)54.55º14.04%92.16%-
XYZ73.7879.6467.36-
YUV229.48112.49131.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.13%
GREEN value IS 232 (91.02% from 255) = 34.68%
BLUE value IS 202 (79.30% from 255) = 30.19%
R=35.13%
G=34.68%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523220200.010.140.0854.5545.2185.69
HexEBE8CA01E8372d56
Octal3533503120116106755126
Binary11101011111010001100101001111010001101111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE8CA; }

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

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

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

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

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

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

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

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