#EAAD8E

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

Shades of Mandys Pink #EAAD8E

Tints of Mandys Pink #EAAD8E

Color information

#EAAD8E (or 0xEAAD8E) is unknown color: approx Mandys Pink. HEX triplet: EA, AD and 8E. RGB value is (234,173,142). Sum of RGB (Red+Green+Blue) = 234+173+142=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAD8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAD8E is #155271. Grayscale: #BBBBBB. Windows color (decimal): -1397362 or 9350634. OLE color: 9350634.

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

Color convert

RGB234173142-
CMYK00.260.390.08
HSL20.22º68.66%73.73%-
HSV(B)20.22º39.32%91.76%-
XYZ53.7649.3332.28-
YUV187.7102.21161.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.62%
GREEN value IS 173 (67.97% from 255) = 31.51%
BLUE value IS 142 (55.86% from 255) = 25.87%
R=42.62%
G=31.51%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417314200.260.390.0820.2268.6673.73
HexEAAD8E01A27814454a
Octal352255216032471024105112
Binary11101010101011011000111001101010011110001010010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAD8E; }

 p { color: rgb(234,173,142); }

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

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

 a { background-color: rgb(234,173,142); }

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

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

 span { border-color: rgb(234,173,142); }

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