#E9E4BD

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

Shades of Half And Half #E9E4BD

Tints of Half And Half #E9E4BD

Color information

#E9E4BD (or 0xE9E4BD) is unknown color: approx Half And Half. HEX triplet: E9, E4 and BD. RGB value is (233,228,189). Sum of RGB (Red+Green+Blue) = 233+228+189=650 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.85% from 650); Green value is 228 (89.45% from 255 or 35.08% from 650); Blue value is 189 (74.22% from 255 or 29.08% from 650); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E4BD is #161B42. Grayscale: #E1E1E1. Windows color (decimal): -1448771 or 12444905. OLE color: 12444905.

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

Color convert

RGB233228189-
CMYK00.020.190.09
HSL53.18º50%82.75%-
HSV(B)53.18º18.88%91.37%-
XYZ70.5376.4859.19-
YUV225.05107.66133.67-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.85%
GREEN value IS 228 (89.45% from 255) = 35.08%
BLUE value IS 189 (74.22% from 255) = 29.08%
R=35.85%
G=35.08%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322818900.020.190.0953.185082.75
HexE9E4BD02139353253
Octal3513442750223116562123
Binary1110100111100100101111010101001110011101011100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E4BD; }

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

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

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

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

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

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

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

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