#E7E5C2

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

Shades of Half And Half #E7E5C2

Tints of Half And Half #E7E5C2

Color information

#E7E5C2 (or 0xE7E5C2) is unknown color: approx Half And Half. HEX triplet: E7, E5 and C2. RGB value is (231,229,194). Sum of RGB (Red+Green+Blue) = 231+229+194=654 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.32% from 654); Green value is 229 (89.84% from 255 or 35.02% from 654); Blue value is 194 (76.17% from 255 or 29.66% from 654); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E5C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E5C2 is #181A3D. Grayscale: #E1E1E1. Windows color (decimal): -1579582 or 12772839. OLE color: 12772839.

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

Color convert

RGB231229194-
CMYK00.010.160.09
HSL56.76º43.53%83.33%-
HSV(B)56.76º16.02%90.59%-
XYZ70.7176.9262.16-
YUV225.61110.16131.85-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35.32%
GREEN value IS 229 (89.84% from 255) = 35.02%
BLUE value IS 194 (76.17% from 255) = 29.66%
R=35.32%
G=35.02%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122919400.010.160.0956.7643.5383.33
HexE7E5C201109392c53
Octal3473453020120117154123
Binary111001111110010111000010011000010011110011011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E5C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E5C2; }

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

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

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

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

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

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

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

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