Shades of Mandys Pink #EFBDA0
Tints of Mandys Pink #EFBDA0
RGB
CMYK
RGB Variations
Color information
#EFBDA0 (or 0xEFBDA0) is known color: Mandys Pink. HEX triplet: EF, BD and A0. RGB value is (239,189,160). Sum of RGB (Red+Green+Blue) = 239+189+160=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 160 (62.89% from 255 or 27.21% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBDA0 is #10425F. Grayscale: #C8C8C8. Windows color (decimal): -1065568 or 10534383. OLE color: 10534383.
HSL color Cylindrical-coordinate representation of color #EFBDA0: hue angle of 22.03º 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 #EFBDA0 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 160 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.06 |
| HSL | 22.03º | 0.71% | 0.78% | - |
| HSV(B) | 22.03º | 0.33% | 0.94% | - |
| XYZ | 60.14 | 57.28 | 41.14 | - |
| YUV | 200.64 | 105.07 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 160 | 0 | 0.21 | 0.33 | 0.06 | 22.03 | 0.71 | 0.78 |
| Hex | EF | BD | A0 | 0 | 15 | 21 | 6 | 16 | 47 | 4E |
| Octal | 357 | 275 | 240 | 0 | 25 | 41 | 6 | 26 | 107 | 116 |
| Binary | 11101111 | 10111101 | 10100000 | 0 | 10101 | 100001 | 110 | 10110 | 1000111 | 1001110 |
Color Harmonies of #EFBDA0
Complementary color
Monochromatic Colors of #EFBDA0
Black with #EFBDA0
Text Example
Text Example
White with #EFBDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBDA0; }
p { color: rgb(239,189,160); }
H1.HeaderClassName
{
color: #EFBDA0;
}
.AnyTagClassName
{
color: #EFBDA0;
}
</style>
background-color css
<style>
a { background-color: #EFBDA0; }
a { background-color: rgb(239,189,160); }
div.DivClassName
{
background-color: #EFBDA0;
}
.BgClassName
{
background-color: #EFBDA0;
}
</style>
border-color css
<style>
span { border-color: #EFBDA0; }
span { border-color: rgb(239,189,160); }
td.TdClassName
{
border-color: #EFBDA0;
}
.TagClassName
{
border-color: #EFBDA0;
}
</style>