#EAAEBD

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

Shades of Melanie #EAAEBD

Tints of Melanie #EAAEBD

Color information

#EAAEBD (or 0xEAAEBD) is unknown color: approx Melanie. HEX triplet: EA, AE and BD. RGB value is (234,174,189). Sum of RGB (Red+Green+Blue) = 234+174+189=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAEBD is #155142. Grayscale: #C1C1C1. Windows color (decimal): -1397059 or 12431082. OLE color: 12431082.

HSL color Cylindrical-coordinate representation of color #EAAEBD: hue angle of 345º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAAEBD is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB234174189-
CMYK00.260.190.08
HSL345º58.82%80%-
HSV(B)345º25.64%91.76%-
XYZ58.2551.4455-
YUV193.65125.38156.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.20%
GREEN value IS 174 (68.36% from 255) = 29.15%
BLUE value IS 189 (74.22% from 255) = 31.66%
R=39.20%
G=29.15%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417418900.260.190.0834558.8280
HexEAAEBD01A1381593b50
Octal352256275032231053173120
Binary1110101010101110101111010110101001110001010110011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAEBD; }

 p { color: rgb(234,174,189); }

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

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

 a { background-color: rgb(234,174,189); }

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

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

 span { border-color: rgb(234,174,189); }

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