#E9E5CD

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

Shades of Half And Half #E9E5CD

Tints of Half And Half #E9E5CD

Color information

#E9E5CD (or 0xE9E5CD) is unknown color: approx Half And Half. HEX triplet: E9, E5 and CD. RGB value is (233,229,205). Sum of RGB (Red+Green+Blue) = 233+229+205=667 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.93% from 667); Green value is 229 (89.84% from 255 or 34.33% from 667); Blue value is 205 (80.47% from 255 or 30.73% from 667); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E5CD is #161A32. Grayscale: #E3E3E3. Windows color (decimal): -1448499 or 13493737. OLE color: 13493737.

HSL color Cylindrical-coordinate representation of color #E9E5CD: hue angle of 51.43º degrees, saturation: 0.39, 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 #E9E5CD is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB233229205-
CMYK00.020.120.09
HSL51.43º38.89%85.88%-
HSV(B)51.43º12.02%91.37%-
XYZ72.6477.7768.94-
YUV227.46115.33131.95-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.93%
GREEN value IS 229 (89.84% from 255) = 34.33%
BLUE value IS 205 (80.47% from 255) = 30.73%
R=34.93%
G=34.33%
B=30.73%

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
Decimal23322920500.020.120.0951.4338.8985.88
HexE9E5CD02C9332756
Octal3513453150214116347126
Binary111010011110010111001101010110010011100111001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E5CD; }

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

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

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

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

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

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

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

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