Shades of Mandys Pink #EDB996
Tints of Mandys Pink #EDB996
RGB
CMYK
RGB Variations
Color information
#EDB996 (or 0xEDB996) is known color: Mandys Pink. HEX triplet: ED, B9 and 96. RGB value is (237,185,150). Sum of RGB (Red+Green+Blue) = 237+185+150=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 185 (72.66% from 255 or 32.34% from 572); Blue value is 150 (58.98% from 255 or 26.22% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB996 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB996 is #124669. Grayscale: #C4C4C4. Windows color (decimal): -1197674 or 9877997. OLE color: 9877997.
HSL color Cylindrical-coordinate representation of color #EDB996: hue angle of 24.14º 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 #EDB996 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 150 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.07 |
| HSL | 24.14º | 0.71% | 0.76% | - |
| HSV(B) | 24.14º | 0.37% | 0.93% | - |
| XYZ | 57.78 | 54.9 | 36.41 | - |
| YUV | 196.56 | 101.73 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 150 | 0 | 0.22 | 0.37 | 0.07 | 24.14 | 0.71 | 0.76 |
| Hex | ED | B9 | 96 | 0 | 16 | 25 | 7 | 18 | 47 | 4C |
| Octal | 355 | 271 | 226 | 0 | 26 | 45 | 7 | 30 | 107 | 114 |
| Binary | 11101101 | 10111001 | 10010110 | 0 | 10110 | 100101 | 111 | 11000 | 1000111 | 1001100 |
Color Harmonies of #EDB996
Complementary color
Monochromatic Colors of #EDB996
Black with #EDB996
Text Example
Text Example
White with #EDB996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB996; }
p { color: rgb(237,185,150); }
H1.HeaderClassName
{
color: #EDB996;
}
.AnyTagClassName
{
color: #EDB996;
}
</style>
background-color css
<style>
a { background-color: #EDB996; }
a { background-color: rgb(237,185,150); }
div.DivClassName
{
background-color: #EDB996;
}
.BgClassName
{
background-color: #EDB996;
}
</style>
border-color css
<style>
span { border-color: #EDB996; }
span { border-color: rgb(237,185,150); }
td.TdClassName
{
border-color: #EDB996;
}
.TagClassName
{
border-color: #EDB996;
}
</style>