#E9E5CE

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

Shades of Half And Half #E9E5CE

Tints of Half And Half #E9E5CE

Color information

#E9E5CE (or 0xE9E5CE) is unknown color: approx Half And Half. HEX triplet: E9, E5 and CE. RGB value is (233,229,206). Sum of RGB (Red+Green+Blue) = 233+229+206=668 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.88% from 668); Green value is 229 (89.84% from 255 or 34.28% from 668); Blue value is 206 (80.86% from 255 or 30.84% from 668); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E5CE is #161A31. Grayscale: #E3E3E3. Windows color (decimal): -1448498 or 13559273. OLE color: 13559273.

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

Color convert

RGB233229206-
CMYK00.020.120.09
HSL51.11º38.03%86.08%-
HSV(B)51.11º11.59%91.37%-
XYZ72.7677.8269.58-
YUV227.57115.83131.87-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.88%
GREEN value IS 229 (89.84% from 255) = 34.28%
BLUE value IS 206 (80.86% from 255) = 30.84%
R=34.88%
G=34.28%
B=30.84%

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
Decimal23322920600.020.120.0951.1138.0386.08
HexE9E5CE02C9332656
Octal3513453160214116346126
Binary111010011110010111001110010110010011100111001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E5CE; }

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

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

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

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

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

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

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

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