#E9E3BD

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

Shades of Half And Half #E9E3BD

Tints of Half And Half #E9E3BD

Color information

#E9E3BD (or 0xE9E3BD) is unknown color: approx Half And Half. HEX triplet: E9, E3 and BD. RGB value is (233,227,189). Sum of RGB (Red+Green+Blue) = 233+227+189=649 (85% of max value = 765). Red value is 233 (91.41% from 255 or 35.90% from 649); Green value is 227 (89.06% from 255 or 34.98% from 649); Blue value is 189 (74.22% from 255 or 29.12% from 649); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E3BD is #161C42. Grayscale: #E0E0E0. Windows color (decimal): -1449027 or 12444649. OLE color: 12444649.

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

Color convert

RGB233227189-
CMYK00.030.190.09
HSL51.82º50%82.75%-
HSV(B)51.82º18.88%91.37%-
XYZ70.2675.9459.1-
YUV224.46107.99134.09-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.90%
GREEN value IS 227 (89.06% from 255) = 34.98%
BLUE value IS 189 (74.22% from 255) = 29.12%
R=35.90%
G=34.98%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322718900.030.190.0951.825082.75
HexE9E3BD03139343253
Octal3513432750323116462123
Binary1110100111100011101111010111001110011101001100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E3BD; }

 p { color: rgb(233,227,189); }

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

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

 a { background-color: rgb(233,227,189); }

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

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

 span { border-color: rgb(233,227,189); }

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