#EDB896

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

Shades of Mandys Pink #EDB896

Tints of Mandys Pink #EDB896

Color information

#EDB896 (or 0xEDB896) is unknown color: approx Mandys Pink. HEX triplet: ED, B8 and 96. RGB value is (237,184,150). Sum of RGB (Red+Green+Blue) = 237+184+150=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 184 (72.27% from 255 or 32.22% from 571); Blue value is 150 (58.98% from 255 or 26.27% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB896 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB896 is #124769. Grayscale: #C4C4C4. Windows color (decimal): -1197930 or 9877741. OLE color: 9877741.

HSL color Cylindrical-coordinate representation of color #EDB896: hue angle of 23.45º 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 #EDB896 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB237184150-
CMYK00.220.370.07
HSL23.45º70.73%75.88%-
HSV(B)23.45º36.71%92.94%-
XYZ57.5754.4936.34-
YUV195.97102.06157.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.51%
GREEN value IS 184 (72.27% from 255) = 32.22%
BLUE value IS 150 (58.98% from 255) = 26.27%
R=41.51%
G=32.22%
B=26.27%

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
Decimal23718415000.220.370.0723.4570.7375.88
HexEDB89601625717474c
Octal35527022602645727107114
Binary1110110110111000100101100101101001011111011110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB896; }

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

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

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

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

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

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

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

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