#EDB895

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

Shades of Mandys Pink #EDB895

Tints of Mandys Pink #EDB895

Color information

#EDB895 (or 0xEDB895) is unknown color: approx Mandys Pink. HEX triplet: ED, B8 and 95. RGB value is (237,184,149). Sum of RGB (Red+Green+Blue) = 237+184+149=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 184 (72.27% from 255 or 32.28% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB895 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB895 is #12476A. Grayscale: #C4C4C4. Windows color (decimal): -1197931 or 9812205. OLE color: 9812205.

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

Color convert

RGB237184149-
CMYK00.220.370.07
HSL23.86º70.97%75.69%-
HSV(B)23.86º37.13%92.94%-
XYZ57.4954.4635.91-
YUV195.86101.56157.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.58%
GREEN value IS 184 (72.27% from 255) = 32.28%
BLUE value IS 149 (58.59% from 255) = 26.14%
R=41.58%
G=32.28%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23718414900.220.370.0723.8670.9775.69
HexEDB89501625718474c
Octal35527022502645730107114
Binary1110110110111000100101010101101001011111100010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB895; }

 p { color: rgb(237,184,149); }

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

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

 a { background-color: rgb(237,184,149); }

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

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

 span { border-color: rgb(237,184,149); }

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