Shades of Mandys Pink #EFBBA0
Tints of Mandys Pink #EFBBA0
RGB
CMYK
RGB Variations
Color information
#EFBBA0 (or 0xEFBBA0) is known color: Mandys Pink. HEX triplet: EF, BB and A0. RGB value is (239,187,160). Sum of RGB (Red+Green+Blue) = 239+187+160=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 160 (62.89% from 255 or 27.30% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBBA0 is #10445F. Grayscale: #C7C7C7. Windows color (decimal): -1066080 or 10533871. OLE color: 10533871.
HSL color Cylindrical-coordinate representation of color #EFBBA0: hue angle of 20.51º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFBBA0 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 187 | 160 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.06 |
| HSL | 20.51º | 0.71% | 0.78% | - |
| HSV(B) | 20.51º | 0.33% | 0.94% | - |
| XYZ | 59.71 | 56.43 | 41 | - |
| YUV | 199.47 | 105.73 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 160 | 0 | 0.22 | 0.33 | 0.06 | 20.51 | 0.71 | 0.78 |
| Hex | EF | BB | A0 | 0 | 16 | 21 | 6 | 15 | 47 | 4E |
| Octal | 357 | 273 | 240 | 0 | 26 | 41 | 6 | 25 | 107 | 116 |
| Binary | 11101111 | 10111011 | 10100000 | 0 | 10110 | 100001 | 110 | 10101 | 1000111 | 1001110 |
Color Harmonies of #EFBBA0
Complementary color
Monochromatic Colors of #EFBBA0
Black with #EFBBA0
Text Example
Text Example
White with #EFBBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBBA0; }
p { color: rgb(239,187,160); }
H1.HeaderClassName
{
color: #EFBBA0;
}
.AnyTagClassName
{
color: #EFBBA0;
}
</style>
background-color css
<style>
a { background-color: #EFBBA0; }
a { background-color: rgb(239,187,160); }
div.DivClassName
{
background-color: #EFBBA0;
}
.BgClassName
{
background-color: #EFBBA0;
}
</style>
border-color css
<style>
span { border-color: #EFBBA0; }
span { border-color: rgb(239,187,160); }
td.TdClassName
{
border-color: #EFBBA0;
}
.TagClassName
{
border-color: #EFBBA0;
}
</style>