Html Css Color HEX #EAAEBD Melanie

📋 copy color: '#EAAEBD'

red 234 ◦ green 174 ◦ blue 189

#EAAEBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanie #EAAEBD

Tints of Melanie #EAAEBD

RGB

 RED value IS 234 (91.8% from 255) = 39.2%

 GREEN value IS 174 (68.36% from 255) = 29.15%

 BLUE value IS 189 (74.22% from 255) = 31.66%

R = 39.2%
G = 29.15%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EAAEBD (or 0xEAAEBD) is known color: 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

RGB 234 174 189 -
CMYK 0 0.26 0.19 0.08
HSL 345º 0.59% 0.8% -
HSV(B) 345º 0.26% 0.92% -
XYZ 58.25 51.44 55 -
YUV 193.65 125.38 156.78 -
System Red Green Blue C M Y K H S L
Decimal 234 174 189 0 0.26 0.19 0.08 345 0.59 0.8
Hex EA AE BD 0 1A 13 8 159 3B 50
Octal 352 256 275 0 32 23 10 531 73 120
Binary 11101010 10101110 10111101 0 11010 10011 1000 101011001 111011 1010000

Color Harmonies of #EAAEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAAEBD

Black with #EAAEBD

Text Example


Text Example

White with #EAAEBD

Text Example


Text Example

HTML Codes & Css Web 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>