#EDB191

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

Shades of Mandys Pink #EDB191

Tints of Mandys Pink #EDB191

Color information

#EDB191 (or 0xEDB191) is unknown color: approx Mandys Pink. HEX triplet: ED, B1 and 91. RGB value is (237,177,145). Sum of RGB (Red+Green+Blue) = 237+177+145=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 177 (69.53% from 255 or 31.66% from 559); Blue value is 145 (57.03% from 255 or 25.94% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB191 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB191 is #124E6E. Grayscale: #BFBFBF. Windows color (decimal): -1199727 or 9548269. OLE color: 9548269.

HSL color Cylindrical-coordinate representation of color #EDB191: hue angle of 20.87º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDB191 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB237177145-
CMYK00.250.390.07
HSL20.87º71.88%74.9%-
HSV(B)20.87º38.82%92.94%-
XYZ55.7651.4933.79-
YUV191.29101.88160.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.40%
GREEN value IS 177 (69.53% from 255) = 31.66%
BLUE value IS 145 (57.03% from 255) = 25.94%
R=42.40%
G=31.66%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717714500.250.390.0720.8771.8874.9
HexEDB19101927715484b
Octal35526122103147725110113
Binary1110110110110001100100010110011001111111010110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB191; }

 p { color: rgb(237,177,145); }

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

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

 a { background-color: rgb(237,177,145); }

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

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

 span { border-color: rgb(237,177,145); }

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