#E5BAC4

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

Shades of Melanie #E5BAC4

Tints of Melanie #E5BAC4

Color information

#E5BAC4 (or 0xE5BAC4) is unknown color: approx Melanie. HEX triplet: E5, BA and C4. RGB value is (229,186,196). Sum of RGB (Red+Green+Blue) = 229+186+196=611 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.48% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 196 (76.95% from 255 or 32.08% from 611); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5BAC4 is #1A453B. Grayscale: #C8C8C8. Windows color (decimal): -1721660 or 12892901. OLE color: 12892901.

HSL color Cylindrical-coordinate representation of color #E5BAC4: hue angle of 346.05º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5BAC4 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB229186196-
CMYK00.190.140.10
HSL346.05º45.26%81.37%-
HSV(B)346.05º18.78%89.8%-
XYZ59.8455.7659.83-
YUV200125.75148.69-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.48%
GREEN value IS 186 (73.05% from 255) = 30.44%
BLUE value IS 196 (76.95% from 255) = 32.08%
R=37.48%
G=30.44%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22918619600.190.140.10346.0545.2681.37
HexE5BAC4013EA15a2d51
Octal345272304023161253255121
Binary111001011011101011000100010011111010101010110101011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BAC4; }

 p { color: rgb(229,186,196); }

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

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

 a { background-color: rgb(229,186,196); }

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

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

 span { border-color: rgb(229,186,196); }

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