#E9E5CC

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

Shades of Half And Half #E9E5CC

Tints of Half And Half #E9E5CC

Color information

#E9E5CC (or 0xE9E5CC) is unknown color: approx Half And Half. HEX triplet: E9, E5 and CC. RGB value is (233,229,204). Sum of RGB (Red+Green+Blue) = 233+229+204=666 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.98% from 666); Green value is 229 (89.84% from 255 or 34.38% from 666); Blue value is 204 (80.08% from 255 or 30.63% from 666); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E5CC is #161A33. Grayscale: #E3E3E3. Windows color (decimal): -1448500 or 13428201. OLE color: 13428201.

HSL color Cylindrical-coordinate representation of color #E9E5CC: hue angle of 51.72º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E9E5CC is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB233229204-
CMYK00.020.120.09
HSL51.72º39.73%85.69%-
HSV(B)51.72º12.45%91.37%-
XYZ72.5277.7268.31-
YUV227.35114.83132.03-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.98%
GREEN value IS 229 (89.84% from 255) = 34.38%
BLUE value IS 204 (80.08% from 255) = 30.63%
R=34.98%
G=34.38%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322920400.020.120.0951.7239.7385.69
HexE9E5CC02C9342856
Octal3513453140214116450126
Binary111010011110010111001100010110010011101001010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E5CC; }

 p { color: rgb(233,229,204); }

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

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

 a { background-color: rgb(233,229,204); }

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

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

 span { border-color: rgb(233,229,204); }

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