Shades of Mandys Pink #EDB896
Tints of Mandys Pink #EDB896
RGB
CMYK
RGB Variations
Color information
#EDB896 (or 0xEDB896) is known color: 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
| RGB | 237 | 184 | 150 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.07 |
| HSL | 23.45º | 0.71% | 0.76% | - |
| HSV(B) | 23.45º | 0.37% | 0.93% | - |
| XYZ | 57.57 | 54.49 | 36.34 | - |
| YUV | 195.97 | 102.06 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 150 | 0 | 0.22 | 0.37 | 0.07 | 23.45 | 0.71 | 0.76 |
| Hex | ED | B8 | 96 | 0 | 16 | 25 | 7 | 17 | 47 | 4C |
| Octal | 355 | 270 | 226 | 0 | 26 | 45 | 7 | 27 | 107 | 114 |
| Binary | 11101101 | 10111000 | 10010110 | 0 | 10110 | 100101 | 111 | 10111 | 1000111 | 1001100 |
Color Harmonies of #EDB896
Complementary color
Monochromatic Colors of #EDB896
Black with #EDB896
Text Example
Text Example
White with #EDB896
Text Example
Text Example
HTML Codes & Css Web 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>