Shades of Mandys Pink #EDB99B
Tints of Mandys Pink #EDB99B
RGB
CMYK
RGB Variations
Color information
#EDB99B (or 0xEDB99B) is known color: Mandys Pink. HEX triplet: ED, B9 and 9B. RGB value is (237,185,155). Sum of RGB (Red+Green+Blue) = 237+185+155=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 155 (60.94% from 255 or 26.86% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB99B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB99B is #124664. Grayscale: #C5C5C5. Windows color (decimal): -1197669 or 10205677. OLE color: 10205677.
HSL color Cylindrical-coordinate representation of color #EDB99B: hue angle of 21.95º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDB99B is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 155 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.07 |
| HSL | 21.95º | 0.69% | 0.77% | - |
| HSV(B) | 21.95º | 0.35% | 0.93% | - |
| XYZ | 58.19 | 55.07 | 38.57 | - |
| YUV | 197.13 | 104.23 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 155 | 0 | 0.22 | 0.35 | 0.07 | 21.95 | 0.69 | 0.77 |
| Hex | ED | B9 | 9B | 0 | 16 | 23 | 7 | 16 | 45 | 4D |
| Octal | 355 | 271 | 233 | 0 | 26 | 43 | 7 | 26 | 105 | 115 |
| Binary | 11101101 | 10111001 | 10011011 | 0 | 10110 | 100011 | 111 | 10110 | 1000101 | 1001101 |
Color Harmonies of #EDB99B
Complementary color
Monochromatic Colors of #EDB99B
Black with #EDB99B
Text Example
Text Example
White with #EDB99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB99B; }
p { color: rgb(237,185,155); }
H1.HeaderClassName
{
color: #EDB99B;
}
.AnyTagClassName
{
color: #EDB99B;
}
</style>
background-color css
<style>
a { background-color: #EDB99B; }
a { background-color: rgb(237,185,155); }
div.DivClassName
{
background-color: #EDB99B;
}
.BgClassName
{
background-color: #EDB99B;
}
</style>
border-color css
<style>
span { border-color: #EDB99B; }
span { border-color: rgb(237,185,155); }
td.TdClassName
{
border-color: #EDB99B;
}
.TagClassName
{
border-color: #EDB99B;
}
</style>