Shades of Mandys Pink #EFB991
Tints of Mandys Pink #EFB991
RGB
CMYK
RGB Variations
Color information
#EFB991 (or 0xEFB991) is known color: Mandys Pink. HEX triplet: EF, B9 and 91. RGB value is (239,185,145). Sum of RGB (Red+Green+Blue) = 239+185+145=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 185 (72.66% from 255 or 32.51% from 569); Blue value is 145 (57.03% from 255 or 25.48% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB991 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB991 is #10466E. Grayscale: #C4C4C4. Windows color (decimal): -1066607 or 9550319. OLE color: 9550319.
HSL color Cylindrical-coordinate representation of color #EFB991: hue angle of 25.53º 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 #EFB991 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 145 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.06 |
| HSL | 25.53º | 0.75% | 0.75% | - |
| HSV(B) | 25.53º | 0.39% | 0.94% | - |
| XYZ | 58.06 | 55.09 | 34.36 | - |
| YUV | 196.59 | 98.89 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 145 | 0 | 0.23 | 0.39 | 0.06 | 25.53 | 0.75 | 0.75 |
| Hex | EF | B9 | 91 | 0 | 17 | 27 | 6 | 1A | 4B | 4B |
| Octal | 357 | 271 | 221 | 0 | 27 | 47 | 6 | 32 | 113 | 113 |
| Binary | 11101111 | 10111001 | 10010001 | 0 | 10111 | 100111 | 110 | 11010 | 1001011 | 1001011 |
Color Harmonies of #EFB991
Complementary color
Monochromatic Colors of #EFB991
Black with #EFB991
Text Example
Text Example
White with #EFB991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB991; }
p { color: rgb(239,185,145); }
H1.HeaderClassName
{
color: #EFB991;
}
.AnyTagClassName
{
color: #EFB991;
}
</style>
background-color css
<style>
a { background-color: #EFB991; }
a { background-color: rgb(239,185,145); }
div.DivClassName
{
background-color: #EFB991;
}
.BgClassName
{
background-color: #EFB991;
}
</style>
border-color css
<style>
span { border-color: #EFB991; }
span { border-color: rgb(239,185,145); }
td.TdClassName
{
border-color: #EFB991;
}
.TagClassName
{
border-color: #EFB991;
}
</style>