#EAB491

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

Shades of Mandys Pink #EAB491

Tints of Mandys Pink #EAB491

Color information

#EAB491 (or 0xEAB491) is unknown color: approx Mandys Pink. HEX triplet: EA, B4 and 91. RGB value is (234,180,145). Sum of RGB (Red+Green+Blue) = 234+180+145=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 145 (57.03% from 255 or 25.94% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB491 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB491 is #154B6E. Grayscale: #C0C0C0. Windows color (decimal): -1395567 or 9549034. OLE color: 9549034.

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

Color convert

RGB234180145-
CMYK00.230.380.08
HSL23.6º67.94%74.31%-
HSV(B)23.6º38.03%91.76%-
XYZ55.3652.1833.94-
YUV192.16101.39157.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.86%
GREEN value IS 180 (70.70% from 255) = 32.20%
BLUE value IS 145 (57.03% from 255) = 25.94%
R=41.86%
G=32.20%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418014500.230.380.0823.667.9474.31
HexEAB49101726818444a
Octal352264221027461030104112
Binary11101010101101001001000101011110011010001100010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB491; }

 p { color: rgb(234,180,145); }

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

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

 a { background-color: rgb(234,180,145); }

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

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

 span { border-color: rgb(234,180,145); }

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