Shades of Mandys Pink #EEBDA0
Tints of Mandys Pink #EEBDA0
RGB
CMYK
RGB Variations
Color information
#EEBDA0 (or 0xEEBDA0) is known color: Mandys Pink. HEX triplet: EE, BD and A0. RGB value is (238,189,160). Sum of RGB (Red+Green+Blue) = 238+189+160=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 160 (62.89% from 255 or 27.26% from 587); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBDA0 is #11425F. Grayscale: #C8C8C8. Windows color (decimal): -1131104 or 10534382. OLE color: 10534382.
HSL color Cylindrical-coordinate representation of color #EEBDA0: hue angle of 22.31º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEBDA0 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 189 | 160 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.07 |
| HSL | 22.31º | 0.7% | 0.78% | - |
| HSV(B) | 22.31º | 0.33% | 0.93% | - |
| XYZ | 59.8 | 57.11 | 41.13 | - |
| YUV | 200.35 | 105.23 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 189 | 160 | 0 | 0.21 | 0.33 | 0.07 | 22.31 | 0.7 | 0.78 |
| Hex | EE | BD | A0 | 0 | 15 | 21 | 7 | 16 | 46 | 4E |
| Octal | 356 | 275 | 240 | 0 | 25 | 41 | 7 | 26 | 106 | 116 |
| Binary | 11101110 | 10111101 | 10100000 | 0 | 10101 | 100001 | 111 | 10110 | 1000110 | 1001110 |
Color Harmonies of #EEBDA0
Complementary color
Monochromatic Colors of #EEBDA0
Black with #EEBDA0
Text Example
Text Example
White with #EEBDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBDA0; }
p { color: rgb(238,189,160); }
H1.HeaderClassName
{
color: #EEBDA0;
}
.AnyTagClassName
{
color: #EEBDA0;
}
</style>
background-color css
<style>
a { background-color: #EEBDA0; }
a { background-color: rgb(238,189,160); }
div.DivClassName
{
background-color: #EEBDA0;
}
.BgClassName
{
background-color: #EEBDA0;
}
</style>
border-color css
<style>
span { border-color: #EEBDA0; }
span { border-color: rgb(238,189,160); }
td.TdClassName
{
border-color: #EEBDA0;
}
.TagClassName
{
border-color: #EEBDA0;
}
</style>