#E7E4CA

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

Shades of Half And Half #E7E4CA

Tints of Half And Half #E7E4CA

Color information

#E7E4CA (or 0xE7E4CA) is unknown color: approx Half And Half. HEX triplet: E7, E4 and CA. RGB value is (231,228,202). Sum of RGB (Red+Green+Blue) = 231+228+202=661 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.95% from 661); Green value is 228 (89.45% from 255 or 34.49% from 661); Blue value is 202 (79.30% from 255 or 30.56% from 661); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E4CA is #181B35. Grayscale: #E2E2E2. Windows color (decimal): -1579830 or 13296871. OLE color: 13296871.

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

Color convert

RGB231228202-
CMYK00.010.130.09
HSL53.79º37.66%84.9%-
HSV(B)53.79º12.55%90.59%-
XYZ71.3676.7466.93-
YUV225.93114.49131.61-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.95%
GREEN value IS 228 (89.45% from 255) = 34.49%
BLUE value IS 202 (79.30% from 255) = 30.56%
R=34.95%
G=34.49%
B=30.56%

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
Decimal23122820200.010.130.0953.7937.6684.9
HexE7E4CA01D9362655
Octal3473443120115116646125
Binary11100111111001001100101001110110011101101001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E4CA; }

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

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

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

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

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

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

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

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