Shades of Mandys Pink #EFB295
Tints of Mandys Pink #EFB295
RGB
CMYK
RGB Variations
Color information
#EFB295 (or 0xEFB295) is known color: Mandys Pink. HEX triplet: EF, B2 and 95. RGB value is (239,178,149). Sum of RGB (Red+Green+Blue) = 239+178+149=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB295 is #104D6A. Grayscale: #C1C1C1. Windows color (decimal): -1068395 or 9810671. OLE color: 9810671.
HSL color Cylindrical-coordinate representation of color #EFB295: hue angle of 19.33º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EFB295 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 178 | 149 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.06 |
| HSL | 19.33º | 0.74% | 0.76% | - |
| HSV(B) | 19.33º | 0.38% | 0.94% | - |
| XYZ | 56.94 | 52.36 | 35.54 | - |
| YUV | 192.93 | 103.21 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 178 | 149 | 0 | 0.26 | 0.38 | 0.06 | 19.33 | 0.74 | 0.76 |
| Hex | EF | B2 | 95 | 0 | 1A | 26 | 6 | 13 | 4A | 4C |
| Octal | 357 | 262 | 225 | 0 | 32 | 46 | 6 | 23 | 112 | 114 |
| Binary | 11101111 | 10110010 | 10010101 | 0 | 11010 | 100110 | 110 | 10011 | 1001010 | 1001100 |
Color Harmonies of #EFB295
Complementary color
Monochromatic Colors of #EFB295
Black with #EFB295
Text Example
Text Example
White with #EFB295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB295; }
p { color: rgb(239,178,149); }
H1.HeaderClassName
{
color: #EFB295;
}
.AnyTagClassName
{
color: #EFB295;
}
</style>
background-color css
<style>
a { background-color: #EFB295; }
a { background-color: rgb(239,178,149); }
div.DivClassName
{
background-color: #EFB295;
}
.BgClassName
{
background-color: #EFB295;
}
</style>
border-color css
<style>
span { border-color: #EFB295; }
span { border-color: rgb(239,178,149); }
td.TdClassName
{
border-color: #EFB295;
}
.TagClassName
{
border-color: #EFB295;
}
</style>