Shades of Mandys Pink #EDB695
Tints of Mandys Pink #EDB695
RGB
CMYK
RGB Variations
Color information
#EDB695 (or 0xEDB695) is known color: Mandys Pink. HEX triplet: ED, B6 and 95. RGB value is (237,182,149). Sum of RGB (Red+Green+Blue) = 237+182+149=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 182 (71.48% from 255 or 32.04% from 568); Blue value is 149 (58.59% from 255 or 26.23% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB695 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB695 is #12496A. Grayscale: #C2C2C2. Windows color (decimal): -1198443 or 9811693. OLE color: 9811693.
HSL color Cylindrical-coordinate representation of color #EDB695: hue angle of 22.5º 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 #EDB695 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 149 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.07 |
| HSL | 22.5º | 0.71% | 0.76% | - |
| HSV(B) | 22.5º | 0.37% | 0.93% | - |
| XYZ | 57.08 | 53.63 | 35.78 | - |
| YUV | 194.68 | 102.22 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 149 | 0 | 0.23 | 0.37 | 0.07 | 22.5 | 0.71 | 0.76 |
| Hex | ED | B6 | 95 | 0 | 17 | 25 | 7 | 16 | 47 | 4C |
| Octal | 355 | 266 | 225 | 0 | 27 | 45 | 7 | 26 | 107 | 114 |
| Binary | 11101101 | 10110110 | 10010101 | 0 | 10111 | 100101 | 111 | 10110 | 1000111 | 1001100 |
Color Harmonies of #EDB695
Complementary color
Monochromatic Colors of #EDB695
Black with #EDB695
Text Example
Text Example
White with #EDB695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB695; }
p { color: rgb(237,182,149); }
H1.HeaderClassName
{
color: #EDB695;
}
.AnyTagClassName
{
color: #EDB695;
}
</style>
background-color css
<style>
a { background-color: #EDB695; }
a { background-color: rgb(237,182,149); }
div.DivClassName
{
background-color: #EDB695;
}
.BgClassName
{
background-color: #EDB695;
}
</style>
border-color css
<style>
span { border-color: #EDB695; }
span { border-color: rgb(237,182,149); }
td.TdClassName
{
border-color: #EDB695;
}
.TagClassName
{
border-color: #EDB695;
}
</style>