#EABC9D

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

Shades of Mandys Pink #EABC9D

Tints of Mandys Pink #EABC9D

Color information

#EABC9D (or 0xEABC9D) is unknown color: approx Mandys Pink. HEX triplet: EA, BC and 9D. RGB value is (234,188,157). Sum of RGB (Red+Green+Blue) = 234+188+157=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 157 (61.72% from 255 or 27.12% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABC9D is #154362. Grayscale: #C6C6C6. Windows color (decimal): -1393507 or 10337514. OLE color: 10337514.

HSL color Cylindrical-coordinate representation of color #EABC9D: hue angle of 24.16º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EABC9D is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB234188157-
CMYK00.200.330.08
HSL24.16º64.71%76.67%-
HSV(B)24.16º32.91%91.76%-
XYZ5855.8939.63-
YUV198.22104.74153.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.41%
GREEN value IS 188 (73.83% from 255) = 32.47%
BLUE value IS 157 (61.72% from 255) = 27.12%
R=40.41%
G=32.47%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418815700.200.330.0824.1664.7176.67
HexEABC9D01421818414d
Octal352274235024411030101115
Binary11101010101111001001110101010010000110001100010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABC9D; }

 p { color: rgb(234,188,157); }

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

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

 a { background-color: rgb(234,188,157); }

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

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

 span { border-color: rgb(234,188,157); }

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