Shades of Mandys Pink #EDB395
Tints of Mandys Pink #EDB395
RGB
CMYK
RGB Variations
Color information
#EDB395 (or 0xEDB395) is known color: Mandys Pink. HEX triplet: ED, B3 and 95. RGB value is (237,179,149). Sum of RGB (Red+Green+Blue) = 237+179+149=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 179 (70.31% from 255 or 31.68% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB395 is #124C6A. Grayscale: #C1C1C1. Windows color (decimal): -1199211 or 9810925. OLE color: 9810925.
HSL color Cylindrical-coordinate representation of color #EDB395: hue angle of 20.45º 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 #EDB395 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 149 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.07 |
| HSL | 20.45º | 0.71% | 0.76% | - |
| HSV(B) | 20.45º | 0.37% | 0.93% | - |
| XYZ | 56.47 | 52.41 | 35.57 | - |
| YUV | 192.92 | 103.22 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 149 | 0 | 0.24 | 0.37 | 0.07 | 20.45 | 0.71 | 0.76 |
| Hex | ED | B3 | 95 | 0 | 18 | 25 | 7 | 14 | 47 | 4C |
| Octal | 355 | 263 | 225 | 0 | 30 | 45 | 7 | 24 | 107 | 114 |
| Binary | 11101101 | 10110011 | 10010101 | 0 | 11000 | 100101 | 111 | 10100 | 1000111 | 1001100 |
Color Harmonies of #EDB395
Complementary color
Monochromatic Colors of #EDB395
Black with #EDB395
Text Example
Text Example
White with #EDB395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB395; }
p { color: rgb(237,179,149); }
H1.HeaderClassName
{
color: #EDB395;
}
.AnyTagClassName
{
color: #EDB395;
}
</style>
background-color css
<style>
a { background-color: #EDB395; }
a { background-color: rgb(237,179,149); }
div.DivClassName
{
background-color: #EDB395;
}
.BgClassName
{
background-color: #EDB395;
}
</style>
border-color css
<style>
span { border-color: #EDB395; }
span { border-color: rgb(237,179,149); }
td.TdClassName
{
border-color: #EDB395;
}
.TagClassName
{
border-color: #EDB395;
}
</style>