Shades of Mandys Pink #EFBA8F
Tints of Mandys Pink #EFBA8F
RGB
CMYK
RGB Variations
Color information
#EFBA8F (or 0xEFBA8F) is known color: Mandys Pink. HEX triplet: EF, BA and 8F. RGB value is (239,186,143). Sum of RGB (Red+Green+Blue) = 239+186+143=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 143 (56.25% from 255 or 25.18% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBA8F is #104570. Grayscale: #C5C5C5. Windows color (decimal): -1066353 or 9419503. OLE color: 9419503.
HSL color Cylindrical-coordinate representation of color #EFBA8F: hue angle of 26.88º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EFBA8F is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 143 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.06 |
| HSL | 26.88º | 0.75% | 0.75% | - |
| HSV(B) | 26.88º | 0.4% | 0.94% | - |
| XYZ | 58.11 | 55.45 | 33.63 | - |
| YUV | 196.95 | 97.56 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 143 | 0 | 0.22 | 0.40 | 0.06 | 26.88 | 0.75 | 0.75 |
| Hex | EF | BA | 8F | 0 | 16 | 28 | 6 | 1B | 4B | 4B |
| Octal | 357 | 272 | 217 | 0 | 26 | 50 | 6 | 33 | 113 | 113 |
| Binary | 11101111 | 10111010 | 10001111 | 0 | 10110 | 101000 | 110 | 11011 | 1001011 | 1001011 |
Color Harmonies of #EFBA8F
Complementary color
Monochromatic Colors of #EFBA8F
Black with #EFBA8F
Text Example
Text Example
White with #EFBA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA8F; }
p { color: rgb(239,186,143); }
H1.HeaderClassName
{
color: #EFBA8F;
}
.AnyTagClassName
{
color: #EFBA8F;
}
</style>
background-color css
<style>
a { background-color: #EFBA8F; }
a { background-color: rgb(239,186,143); }
div.DivClassName
{
background-color: #EFBA8F;
}
.BgClassName
{
background-color: #EFBA8F;
}
</style>
border-color css
<style>
span { border-color: #EFBA8F; }
span { border-color: rgb(239,186,143); }
td.TdClassName
{
border-color: #EFBA8F;
}
.TagClassName
{
border-color: #EFBA8F;
}
</style>