Shades of Mandys Pink #EDB99D
Tints of Mandys Pink #EDB99D
RGB
CMYK
RGB Variations
Color information
#EDB99D (or 0xEDB99D) is known color: Mandys Pink. HEX triplet: ED, B9 and 9D. RGB value is (237,185,157). Sum of RGB (Red+Green+Blue) = 237+185+157=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 185 (72.66% from 255 or 31.95% from 579); Blue value is 157 (61.72% from 255 or 27.12% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB99D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB99D is #124662. Grayscale: #C5C5C5. Windows color (decimal): -1197667 or 10336749. OLE color: 10336749.
HSL color Cylindrical-coordinate representation of color #EDB99D: hue angle of 21º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDB99D is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 157 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.07 |
| HSL | 21º | 0.69% | 0.77% | - |
| HSV(B) | 21º | 0.34% | 0.93% | - |
| XYZ | 58.36 | 55.14 | 39.46 | - |
| YUV | 197.36 | 105.23 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 157 | 0 | 0.22 | 0.34 | 0.07 | 21 | 0.69 | 0.77 |
| Hex | ED | B9 | 9D | 0 | 16 | 22 | 7 | 15 | 45 | 4D |
| Octal | 355 | 271 | 235 | 0 | 26 | 42 | 7 | 25 | 105 | 115 |
| Binary | 11101101 | 10111001 | 10011101 | 0 | 10110 | 100010 | 111 | 10101 | 1000101 | 1001101 |
Color Harmonies of #EDB99D
Complementary color
Monochromatic Colors of #EDB99D
Black with #EDB99D
Text Example
Text Example
White with #EDB99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB99D; }
p { color: rgb(237,185,157); }
H1.HeaderClassName
{
color: #EDB99D;
}
.AnyTagClassName
{
color: #EDB99D;
}
</style>
background-color css
<style>
a { background-color: #EDB99D; }
a { background-color: rgb(237,185,157); }
div.DivClassName
{
background-color: #EDB99D;
}
.BgClassName
{
background-color: #EDB99D;
}
</style>
border-color css
<style>
span { border-color: #EDB99D; }
span { border-color: rgb(237,185,157); }
td.TdClassName
{
border-color: #EDB99D;
}
.TagClassName
{
border-color: #EDB99D;
}
</style>