Shades of Mandys Pink #EFB891
Tints of Mandys Pink #EFB891
RGB
CMYK
RGB Variations
Color information
#EFB891 (or 0xEFB891) is known color: Mandys Pink. HEX triplet: EF, B8 and 91. RGB value is (239,184,145). Sum of RGB (Red+Green+Blue) = 239+184+145=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 184 (72.27% from 255 or 32.39% from 568); Blue value is 145 (57.03% from 255 or 25.53% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB891 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB891 is #10476E. Grayscale: #C4C4C4. Windows color (decimal): -1066863 or 9550063. OLE color: 9550063.
HSL color Cylindrical-coordinate representation of color #EFB891: hue angle of 24.89º 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 #EFB891 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 145 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.06 |
| HSL | 24.89º | 0.75% | 0.75% | - |
| HSV(B) | 24.89º | 0.39% | 0.94% | - |
| XYZ | 57.85 | 54.68 | 34.29 | - |
| YUV | 196 | 99.22 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 145 | 0 | 0.23 | 0.39 | 0.06 | 24.89 | 0.75 | 0.75 |
| Hex | EF | B8 | 91 | 0 | 17 | 27 | 6 | 19 | 4B | 4B |
| Octal | 357 | 270 | 221 | 0 | 27 | 47 | 6 | 31 | 113 | 113 |
| Binary | 11101111 | 10111000 | 10010001 | 0 | 10111 | 100111 | 110 | 11001 | 1001011 | 1001011 |
Color Harmonies of #EFB891
Complementary color
Monochromatic Colors of #EFB891
Black with #EFB891
Text Example
Text Example
White with #EFB891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB891; }
p { color: rgb(239,184,145); }
H1.HeaderClassName
{
color: #EFB891;
}
.AnyTagClassName
{
color: #EFB891;
}
</style>
background-color css
<style>
a { background-color: #EFB891; }
a { background-color: rgb(239,184,145); }
div.DivClassName
{
background-color: #EFB891;
}
.BgClassName
{
background-color: #EFB891;
}
</style>
border-color css
<style>
span { border-color: #EFB891; }
span { border-color: rgb(239,184,145); }
td.TdClassName
{
border-color: #EFB891;
}
.TagClassName
{
border-color: #EFB891;
}
</style>