Shades of Mandys Pink #EDB396
Tints of Mandys Pink #EDB396
RGB
CMYK
RGB Variations
Color information
#EDB396 (or 0xEDB396) is known color: Mandys Pink. HEX triplet: ED, B3 and 96. RGB value is (237,179,150). Sum of RGB (Red+Green+Blue) = 237+179+150=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 179 (70.31% from 255 or 31.63% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB396 is #124C69. Grayscale: #C1C1C1. Windows color (decimal): -1199210 or 9876461. OLE color: 9876461.
HSL color Cylindrical-coordinate representation of color #EDB396: hue angle of 20º 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 #EDB396 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 150 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.07 |
| HSL | 20º | 0.71% | 0.76% | - |
| HSV(B) | 20º | 0.37% | 0.93% | - |
| XYZ | 56.55 | 52.45 | 36 | - |
| YUV | 193.04 | 103.72 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 150 | 0 | 0.24 | 0.37 | 0.07 | 20 | 0.71 | 0.76 |
| Hex | ED | B3 | 96 | 0 | 18 | 25 | 7 | 14 | 47 | 4C |
| Octal | 355 | 263 | 226 | 0 | 30 | 45 | 7 | 24 | 107 | 114 |
| Binary | 11101101 | 10110011 | 10010110 | 0 | 11000 | 100101 | 111 | 10100 | 1000111 | 1001100 |
Color Harmonies of #EDB396
Complementary color
Monochromatic Colors of #EDB396
Black with #EDB396
Text Example
Text Example
White with #EDB396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB396; }
p { color: rgb(237,179,150); }
H1.HeaderClassName
{
color: #EDB396;
}
.AnyTagClassName
{
color: #EDB396;
}
</style>
background-color css
<style>
a { background-color: #EDB396; }
a { background-color: rgb(237,179,150); }
div.DivClassName
{
background-color: #EDB396;
}
.BgClassName
{
background-color: #EDB396;
}
</style>
border-color css
<style>
span { border-color: #EDB396; }
span { border-color: rgb(237,179,150); }
td.TdClassName
{
border-color: #EDB396;
}
.TagClassName
{
border-color: #EDB396;
}
</style>