#EBE5CA

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

Shades of Half And Half #EBE5CA

Tints of Half And Half #EBE5CA

Color information

#EBE5CA (or 0xEBE5CA) is unknown color: approx Half And Half. HEX triplet: EB, E5 and CA. RGB value is (235,229,202). Sum of RGB (Red+Green+Blue) = 235+229+202=666 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.29% from 666); Green value is 229 (89.84% from 255 or 34.38% from 666); Blue value is 202 (79.30% from 255 or 30.33% from 666); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE5CA is #141A35. Grayscale: #E3E3E3. Windows color (decimal): -1317430 or 13297131. OLE color: 13297131.

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

Color convert

RGB235229202-
CMYK00.030.140.08
HSL49.09º45.21%85.69%-
HSV(B)49.09º14.04%92.16%-
XYZ72.9477.9767.08-
YUV227.72113.49133.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.29%
GREEN value IS 229 (89.84% from 255) = 34.38%
BLUE value IS 202 (79.30% from 255) = 30.33%
R=35.29%
G=34.38%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522920200.030.140.0849.0945.2185.69
HexEBE5CA03E8312d56
Octal3533453120316106155126
Binary111010111110010111001010011111010001100011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE5CA; }

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

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

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

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

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

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

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

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