#EDBA9E

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

Shades of Mandys Pink #EDBA9E

Tints of Mandys Pink #EDBA9E

Color information

#EDBA9E (or 0xEDBA9E) is unknown color: approx Mandys Pink. HEX triplet: ED, BA and 9E. RGB value is (237,186,158). Sum of RGB (Red+Green+Blue) = 237+186+158=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 158 (62.11% from 255 or 27.19% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBA9E is #124561. Grayscale: #C6C6C6. Windows color (decimal): -1197410 or 10402541. OLE color: 10402541.

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

Color convert

RGB237186158-
CMYK00.220.330.07
HSL21.27º68.7%77.45%-
HSV(B)21.27º33.33%92.94%-
XYZ58.6655.5939.99-
YUV198.06105.4155.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.79%
GREEN value IS 186 (73.05% from 255) = 32.01%
BLUE value IS 158 (62.11% from 255) = 27.19%
R=40.79%
G=32.01%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718615800.220.330.0721.2768.777.45
HexEDBA9E01621715454d
Octal35527223602641725105115
Binary1110110110111010100111100101101000011111010110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBA9E; }

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

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

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

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

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

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

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

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