Shades of Mandys Pink #EFBA91
Tints of Mandys Pink #EFBA91
RGB
CMYK
RGB Variations
Color information
#EFBA91 (or 0xEFBA91) is known color: Mandys Pink. HEX triplet: EF, BA and 91. RGB value is (239,186,145). Sum of RGB (Red+Green+Blue) = 239+186+145=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 145 (57.03% from 255 or 25.44% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBA91 is #10456E. Grayscale: #C5C5C5. Windows color (decimal): -1066351 or 9550575. OLE color: 9550575.
HSL color Cylindrical-coordinate representation of color #EFBA91: hue angle of 26.17º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EFBA91 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 145 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.06 |
| HSL | 26.17º | 0.75% | 0.75% | - |
| HSV(B) | 26.17º | 0.39% | 0.94% | - |
| XYZ | 58.27 | 55.51 | 34.43 | - |
| YUV | 197.17 | 98.56 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 145 | 0 | 0.22 | 0.39 | 0.06 | 26.17 | 0.75 | 0.75 |
| Hex | EF | BA | 91 | 0 | 16 | 27 | 6 | 1A | 4B | 4B |
| Octal | 357 | 272 | 221 | 0 | 26 | 47 | 6 | 32 | 113 | 113 |
| Binary | 11101111 | 10111010 | 10010001 | 0 | 10110 | 100111 | 110 | 11010 | 1001011 | 1001011 |
Color Harmonies of #EFBA91
Complementary color
Monochromatic Colors of #EFBA91
Black with #EFBA91
Text Example
Text Example
White with #EFBA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA91; }
p { color: rgb(239,186,145); }
H1.HeaderClassName
{
color: #EFBA91;
}
.AnyTagClassName
{
color: #EFBA91;
}
</style>
background-color css
<style>
a { background-color: #EFBA91; }
a { background-color: rgb(239,186,145); }
div.DivClassName
{
background-color: #EFBA91;
}
.BgClassName
{
background-color: #EFBA91;
}
</style>
border-color css
<style>
span { border-color: #EFBA91; }
span { border-color: rgb(239,186,145); }
td.TdClassName
{
border-color: #EFBA91;
}
.TagClassName
{
border-color: #EFBA91;
}
</style>