#E7E5CA

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

Shades of Half And Half #E7E5CA

Tints of Half And Half #E7E5CA

Color information

#E7E5CA (or 0xE7E5CA) is unknown color: approx Half And Half. HEX triplet: E7, E5 and CA. RGB value is (231,229,202). Sum of RGB (Red+Green+Blue) = 231+229+202=662 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.89% from 662); Green value is 229 (89.84% from 255 or 34.59% from 662); Blue value is 202 (79.30% from 255 or 30.51% from 662); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E5CA is #181A35. Grayscale: #E2E2E2. Windows color (decimal): -1579574 or 13297127. OLE color: 13297127.

HSL color Cylindrical-coordinate representation of color #E7E5CA: hue angle of 55.86º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7E5CA is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB231229202-
CMYK00.010.130.09
HSL55.86º37.66%84.9%-
HSV(B)55.86º12.55%90.59%-
XYZ71.6377.2967.02-
YUV226.52114.16131.2-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.89%
GREEN value IS 229 (89.84% from 255) = 34.59%
BLUE value IS 202 (79.30% from 255) = 30.51%
R=34.89%
G=34.59%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122920200.010.130.0955.8637.6684.9
HexE7E5CA01D9382655
Octal3473453120115117046125
Binary11100111111001011100101001110110011110001001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E5CA; }

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

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

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

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

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

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

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

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