Shades of Mandys Pink #EFB895
Tints of Mandys Pink #EFB895
RGB
CMYK
RGB Variations
Color information
#EFB895 (or 0xEFB895) is known color: Mandys Pink. HEX triplet: EF, B8 and 95. RGB value is (239,184,149). Sum of RGB (Red+Green+Blue) = 239+184+149=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 184 (72.27% from 255 or 32.17% from 572); Blue value is 149 (58.59% from 255 or 26.05% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB895 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB895 is #10476A. Grayscale: #C4C4C4. Windows color (decimal): -1066859 or 9812207. OLE color: 9812207.
HSL color Cylindrical-coordinate representation of color #EFB895: hue angle of 23.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 #EFB895 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 149 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.06 |
| HSL | 23.33º | 0.74% | 0.76% | - |
| HSV(B) | 23.33º | 0.38% | 0.94% | - |
| XYZ | 58.16 | 54.8 | 35.95 | - |
| YUV | 196.46 | 101.22 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 149 | 0 | 0.23 | 0.38 | 0.06 | 23.33 | 0.74 | 0.76 |
| Hex | EF | B8 | 95 | 0 | 17 | 26 | 6 | 17 | 4A | 4C |
| Octal | 357 | 270 | 225 | 0 | 27 | 46 | 6 | 27 | 112 | 114 |
| Binary | 11101111 | 10111000 | 10010101 | 0 | 10111 | 100110 | 110 | 10111 | 1001010 | 1001100 |
Color Harmonies of #EFB895
Complementary color
Monochromatic Colors of #EFB895
Black with #EFB895
Text Example
Text Example
White with #EFB895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB895; }
p { color: rgb(239,184,149); }
H1.HeaderClassName
{
color: #EFB895;
}
.AnyTagClassName
{
color: #EFB895;
}
</style>
background-color css
<style>
a { background-color: #EFB895; }
a { background-color: rgb(239,184,149); }
div.DivClassName
{
background-color: #EFB895;
}
.BgClassName
{
background-color: #EFB895;
}
</style>
border-color css
<style>
span { border-color: #EFB895; }
span { border-color: rgb(239,184,149); }
td.TdClassName
{
border-color: #EFB895;
}
.TagClassName
{
border-color: #EFB895;
}
</style>