Shades of Mandys Pink #EDB895
Tints of Mandys Pink #EDB895
RGB
CMYK
RGB Variations
Color information
#EDB895 (or 0xEDB895) is known color: 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
| RGB | 237 | 184 | 149 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.07 |
| HSL | 23.86º | 0.71% | 0.76% | - |
| HSV(B) | 23.86º | 0.37% | 0.93% | - |
| XYZ | 57.49 | 54.46 | 35.91 | - |
| YUV | 195.86 | 101.56 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 149 | 0 | 0.22 | 0.37 | 0.07 | 23.86 | 0.71 | 0.76 |
| Hex | ED | B8 | 95 | 0 | 16 | 25 | 7 | 18 | 47 | 4C |
| Octal | 355 | 270 | 225 | 0 | 26 | 45 | 7 | 30 | 107 | 114 |
| Binary | 11101101 | 10111000 | 10010101 | 0 | 10110 | 100101 | 111 | 11000 | 1000111 | 1001100 |
Color Harmonies of #EDB895
Complementary color
Monochromatic Colors of #EDB895
Black with #EDB895
Text Example
Text Example
White with #EDB895
Text Example
Text Example
HTML Codes & Css Web 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>