Shades of Mandys Pink #EFB190
Tints of Mandys Pink #EFB190
RGB
CMYK
RGB Variations
Color information
#EFB190 (or 0xEFB190) is known color: Mandys Pink. HEX triplet: EF, B1 and 90. RGB value is (239,177,144). Sum of RGB (Red+Green+Blue) = 239+177+144=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 177 (69.53% from 255 or 31.61% from 560); Blue value is 144 (56.64% from 255 or 25.71% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB190 is #104E6F. Grayscale: #BFBFBF. Windows color (decimal): -1068656 or 9482735. OLE color: 9482735.
HSL color Cylindrical-coordinate representation of color #EFB190: hue angle of 20.84º 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 #EFB190 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 177 | 144 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.06 |
| HSL | 20.84º | 0.75% | 0.75% | - |
| HSV(B) | 20.84º | 0.4% | 0.94% | - |
| XYZ | 56.35 | 51.81 | 33.42 | - |
| YUV | 191.78 | 101.04 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 177 | 144 | 0 | 0.26 | 0.40 | 0.06 | 20.84 | 0.75 | 0.75 |
| Hex | EF | B1 | 90 | 0 | 1A | 28 | 6 | 15 | 4B | 4B |
| Octal | 357 | 261 | 220 | 0 | 32 | 50 | 6 | 25 | 113 | 113 |
| Binary | 11101111 | 10110001 | 10010000 | 0 | 11010 | 101000 | 110 | 10101 | 1001011 | 1001011 |
Color Harmonies of #EFB190
Complementary color
Monochromatic Colors of #EFB190
Black with #EFB190
Text Example
Text Example
White with #EFB190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB190; }
p { color: rgb(239,177,144); }
H1.HeaderClassName
{
color: #EFB190;
}
.AnyTagClassName
{
color: #EFB190;
}
</style>
background-color css
<style>
a { background-color: #EFB190; }
a { background-color: rgb(239,177,144); }
div.DivClassName
{
background-color: #EFB190;
}
.BgClassName
{
background-color: #EFB190;
}
</style>
border-color css
<style>
span { border-color: #EFB190; }
span { border-color: rgb(239,177,144); }
td.TdClassName
{
border-color: #EFB190;
}
.TagClassName
{
border-color: #EFB190;
}
</style>