Shades of Mandys Pink #EDB995
Tints of Mandys Pink #EDB995
RGB
CMYK
RGB Variations
Color information
#EDB995 (or 0xEDB995) is known color: Mandys Pink. HEX triplet: ED, B9 and 95. RGB value is (237,185,149). Sum of RGB (Red+Green+Blue) = 237+185+149=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 185 (72.66% from 255 or 32.40% from 571); Blue value is 149 (58.59% from 255 or 26.09% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB995 is #12466A. Grayscale: #C4C4C4. Windows color (decimal): -1197675 or 9812461. OLE color: 9812461.
HSL color Cylindrical-coordinate representation of color #EDB995: hue angle of 24.55º 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 #EDB995 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 149 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.07 |
| HSL | 24.55º | 0.71% | 0.76% | - |
| HSV(B) | 24.55º | 0.37% | 0.93% | - |
| XYZ | 57.7 | 54.87 | 35.98 | - |
| YUV | 196.44 | 101.23 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 149 | 0 | 0.22 | 0.37 | 0.07 | 24.55 | 0.71 | 0.76 |
| Hex | ED | B9 | 95 | 0 | 16 | 25 | 7 | 19 | 47 | 4C |
| Octal | 355 | 271 | 225 | 0 | 26 | 45 | 7 | 31 | 107 | 114 |
| Binary | 11101101 | 10111001 | 10010101 | 0 | 10110 | 100101 | 111 | 11001 | 1000111 | 1001100 |
Color Harmonies of #EDB995
Complementary color
Monochromatic Colors of #EDB995
Black with #EDB995
Text Example
Text Example
White with #EDB995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB995; }
p { color: rgb(237,185,149); }
H1.HeaderClassName
{
color: #EDB995;
}
.AnyTagClassName
{
color: #EDB995;
}
</style>
background-color css
<style>
a { background-color: #EDB995; }
a { background-color: rgb(237,185,149); }
div.DivClassName
{
background-color: #EDB995;
}
.BgClassName
{
background-color: #EDB995;
}
</style>
border-color css
<style>
span { border-color: #EDB995; }
span { border-color: rgb(237,185,149); }
td.TdClassName
{
border-color: #EDB995;
}
.TagClassName
{
border-color: #EDB995;
}
</style>