Shades of Mandys Pink #EFB99D
Tints of Mandys Pink #EFB99D
RGB
CMYK
RGB Variations
Color information
#EFB99D (or 0xEFB99D) is known color: Mandys Pink. HEX triplet: EF, B9 and 9D. RGB value is (239,185,157). Sum of RGB (Red+Green+Blue) = 239+185+157=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 185 (72.66% from 255 or 31.84% from 581); Blue value is 157 (61.72% from 255 or 27.02% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB99D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB99D is #104662. Grayscale: #C6C6C6. Windows color (decimal): -1066595 or 10336751. OLE color: 10336751.
HSL color Cylindrical-coordinate representation of color #EFB99D: hue angle of 20.49º 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 #EFB99D is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 157 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.06 |
| HSL | 20.49º | 0.72% | 0.78% | - |
| HSV(B) | 20.49º | 0.34% | 0.94% | - |
| XYZ | 59.03 | 55.48 | 39.5 | - |
| YUV | 197.95 | 104.89 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 157 | 0 | 0.23 | 0.34 | 0.06 | 20.49 | 0.72 | 0.78 |
| Hex | EF | B9 | 9D | 0 | 17 | 22 | 6 | 14 | 48 | 4E |
| Octal | 357 | 271 | 235 | 0 | 27 | 42 | 6 | 24 | 110 | 116 |
| Binary | 11101111 | 10111001 | 10011101 | 0 | 10111 | 100010 | 110 | 10100 | 1001000 | 1001110 |
Color Harmonies of #EFB99D
Complementary color
Monochromatic Colors of #EFB99D
Black with #EFB99D
Text Example
Text Example
White with #EFB99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB99D; }
p { color: rgb(239,185,157); }
H1.HeaderClassName
{
color: #EFB99D;
}
.AnyTagClassName
{
color: #EFB99D;
}
</style>
background-color css
<style>
a { background-color: #EFB99D; }
a { background-color: rgb(239,185,157); }
div.DivClassName
{
background-color: #EFB99D;
}
.BgClassName
{
background-color: #EFB99D;
}
</style>
border-color css
<style>
span { border-color: #EFB99D; }
span { border-color: rgb(239,185,157); }
td.TdClassName
{
border-color: #EFB99D;
}
.TagClassName
{
border-color: #EFB99D;
}
</style>