Shades of Mandys Pink #EDBB99
Tints of Mandys Pink #EDBB99
RGB
CMYK
RGB Variations
Color information
#EDBB99 (or 0xEDBB99) is known color: Mandys Pink. HEX triplet: ED, BB and 99. RGB value is (237,187,153). Sum of RGB (Red+Green+Blue) = 237+187+153=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 153 (60.16% from 255 or 26.52% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBB99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBB99 is #124466. Grayscale: #C6C6C6. Windows color (decimal): -1197159 or 10075117. OLE color: 10075117.
HSL color Cylindrical-coordinate representation of color #EDBB99: hue angle of 24.29º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDBB99 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 187 | 153 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.07 |
| HSL | 24.29º | 0.7% | 0.76% | - |
| HSV(B) | 24.29º | 0.35% | 0.93% | - |
| XYZ | 58.45 | 55.85 | 37.84 | - |
| YUV | 198.07 | 102.57 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 153 | 0 | 0.21 | 0.35 | 0.07 | 24.29 | 0.7 | 0.76 |
| Hex | ED | BB | 99 | 0 | 15 | 23 | 7 | 18 | 46 | 4C |
| Octal | 355 | 273 | 231 | 0 | 25 | 43 | 7 | 30 | 106 | 114 |
| Binary | 11101101 | 10111011 | 10011001 | 0 | 10101 | 100011 | 111 | 11000 | 1000110 | 1001100 |
Color Harmonies of #EDBB99
Complementary color
Monochromatic Colors of #EDBB99
Black with #EDBB99
Text Example
Text Example
White with #EDBB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBB99; }
p { color: rgb(237,187,153); }
H1.HeaderClassName
{
color: #EDBB99;
}
.AnyTagClassName
{
color: #EDBB99;
}
</style>
background-color css
<style>
a { background-color: #EDBB99; }
a { background-color: rgb(237,187,153); }
div.DivClassName
{
background-color: #EDBB99;
}
.BgClassName
{
background-color: #EDBB99;
}
</style>
border-color css
<style>
span { border-color: #EDBB99; }
span { border-color: rgb(237,187,153); }
td.TdClassName
{
border-color: #EDBB99;
}
.TagClassName
{
border-color: #EDBB99;
}
</style>