Shades of Mandys Pink #EDB693
Tints of Mandys Pink #EDB693
RGB
CMYK
RGB Variations
Color information
#EDB693 (or 0xEDB693) is known color: Mandys Pink. HEX triplet: ED, B6 and 93. RGB value is (237,182,147). Sum of RGB (Red+Green+Blue) = 237+182+147=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 182 (71.48% from 255 or 32.16% from 566); Blue value is 147 (57.81% from 255 or 25.97% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB693 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB693 is #12496C. Grayscale: #C2C2C2. Windows color (decimal): -1198445 or 9680621. OLE color: 9680621.
HSL color Cylindrical-coordinate representation of color #EDB693: hue angle of 23.33º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDB693 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 147 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.07 |
| HSL | 23.33º | 0.71% | 0.75% | - |
| HSV(B) | 23.33º | 0.38% | 0.93% | - |
| XYZ | 56.92 | 53.57 | 34.94 | - |
| YUV | 194.46 | 101.22 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 147 | 0 | 0.23 | 0.38 | 0.07 | 23.33 | 0.71 | 0.75 |
| Hex | ED | B6 | 93 | 0 | 17 | 26 | 7 | 17 | 47 | 4B |
| Octal | 355 | 266 | 223 | 0 | 27 | 46 | 7 | 27 | 107 | 113 |
| Binary | 11101101 | 10110110 | 10010011 | 0 | 10111 | 100110 | 111 | 10111 | 1000111 | 1001011 |
Color Harmonies of #EDB693
Complementary color
Monochromatic Colors of #EDB693
Black with #EDB693
Text Example
Text Example
White with #EDB693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB693; }
p { color: rgb(237,182,147); }
H1.HeaderClassName
{
color: #EDB693;
}
.AnyTagClassName
{
color: #EDB693;
}
</style>
background-color css
<style>
a { background-color: #EDB693; }
a { background-color: rgb(237,182,147); }
div.DivClassName
{
background-color: #EDB693;
}
.BgClassName
{
background-color: #EDB693;
}
</style>
border-color css
<style>
span { border-color: #EDB693; }
span { border-color: rgb(237,182,147); }
td.TdClassName
{
border-color: #EDB693;
}
.TagClassName
{
border-color: #EDB693;
}
</style>