#EAB896

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

Shades of Mandys Pink #EAB896

Tints of Mandys Pink #EAB896

Color information

#EAB896 (or 0xEAB896) is unknown color: approx Mandys Pink. HEX triplet: EA, B8 and 96. RGB value is (234,184,150). Sum of RGB (Red+Green+Blue) = 234+184+150=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 184 (72.27% from 255 or 32.39% from 568); Blue value is 150 (58.98% from 255 or 26.41% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB896 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB896 is #154769. Grayscale: #C3C3C3. Windows color (decimal): -1394538 or 9877738. OLE color: 9877738.

HSL color Cylindrical-coordinate representation of color #EAB896: hue angle of 24.29º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EAB896 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB234184150-
CMYK00.210.360.08
HSL24.29º66.67%75.29%-
HSV(B)24.29º35.9%91.76%-
XYZ56.5853.9836.29-
YUV195.07102.56155.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.20%
GREEN value IS 184 (72.27% from 255) = 32.39%
BLUE value IS 150 (58.98% from 255) = 26.41%
R=41.20%
G=32.39%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418415000.210.360.0824.2966.6775.29
HexEAB89601524818434b
Octal352270226025441030103113
Binary11101010101110001001011001010110010010001100010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB896; }

 p { color: rgb(234,184,150); }

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

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

 a { background-color: rgb(234,184,150); }

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

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

 span { border-color: rgb(234,184,150); }

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