Shades of Mandys Pink #EFBB9E
Tints of Mandys Pink #EFBB9E
RGB
CMYK
RGB Variations
Color information
#EFBB9E (or 0xEFBB9E) is known color: Mandys Pink. HEX triplet: EF, BB and 9E. RGB value is (239,187,158). Sum of RGB (Red+Green+Blue) = 239+187+158=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 158 (62.11% from 255 or 27.05% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBB9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBB9E is #104461. Grayscale: #C7C7C7. Windows color (decimal): -1066082 or 10402799. OLE color: 10402799.
HSL color Cylindrical-coordinate representation of color #EFBB9E: hue angle of 21.48º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFBB9E is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 187 | 158 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.06 |
| HSL | 21.48º | 0.72% | 0.78% | - |
| HSV(B) | 21.48º | 0.34% | 0.94% | - |
| XYZ | 59.54 | 56.36 | 40.09 | - |
| YUV | 199.24 | 104.73 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 158 | 0 | 0.22 | 0.34 | 0.06 | 21.48 | 0.72 | 0.78 |
| Hex | EF | BB | 9E | 0 | 16 | 22 | 6 | 15 | 48 | 4E |
| Octal | 357 | 273 | 236 | 0 | 26 | 42 | 6 | 25 | 110 | 116 |
| Binary | 11101111 | 10111011 | 10011110 | 0 | 10110 | 100010 | 110 | 10101 | 1001000 | 1001110 |
Color Harmonies of #EFBB9E
Complementary color
Monochromatic Colors of #EFBB9E
Black with #EFBB9E
Text Example
Text Example
White with #EFBB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBB9E; }
p { color: rgb(239,187,158); }
H1.HeaderClassName
{
color: #EFBB9E;
}
.AnyTagClassName
{
color: #EFBB9E;
}
</style>
background-color css
<style>
a { background-color: #EFBB9E; }
a { background-color: rgb(239,187,158); }
div.DivClassName
{
background-color: #EFBB9E;
}
.BgClassName
{
background-color: #EFBB9E;
}
</style>
border-color css
<style>
span { border-color: #EFBB9E; }
span { border-color: rgb(239,187,158); }
td.TdClassName
{
border-color: #EFBB9E;
}
.TagClassName
{
border-color: #EFBB9E;
}
</style>