#EDBA9C

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

Shades of Mandys Pink #EDBA9C

Tints of Mandys Pink #EDBA9C

Color information

#EDBA9C (or 0xEDBA9C) is unknown color: approx Mandys Pink. HEX triplet: ED, BA and 9C. RGB value is (237,186,156). Sum of RGB (Red+Green+Blue) = 237+186+156=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 156 (61.33% from 255 or 26.94% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBA9C is #124563. Grayscale: #C5C5C5. Windows color (decimal): -1197412 or 10271469. OLE color: 10271469.

HSL color Cylindrical-coordinate representation of color #EDBA9C: hue angle of 22.22º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDBA9C is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB237186156-
CMYK00.220.340.07
HSL22.22º69.23%77.06%-
HSV(B)22.22º34.18%92.94%-
XYZ58.4855.5239.09-
YUV197.83104.4155.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.93%
GREEN value IS 186 (73.05% from 255) = 32.12%
BLUE value IS 156 (61.33% from 255) = 26.94%
R=40.93%
G=32.12%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718615600.220.340.0722.2269.2377.06
HexEDBA9C01622716454d
Octal35527223402642726105115
Binary1110110110111010100111000101101000101111011010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBA9C; }

 p { color: rgb(237,186,156); }

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

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

 a { background-color: rgb(237,186,156); }

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

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

 span { border-color: rgb(237,186,156); }

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