Shades of Mandys Pink #EFB89D
Tints of Mandys Pink #EFB89D
RGB
CMYK
RGB Variations
Color information
#EFB89D (or 0xEFB89D) is known color: Mandys Pink. HEX triplet: EF, B8 and 9D. RGB value is (239,184,157). Sum of RGB (Red+Green+Blue) = 239+184+157=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 184 (72.27% from 255 or 31.72% from 580); Blue value is 157 (61.72% from 255 or 27.07% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB89D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB89D is #104762. Grayscale: #C5C5C5. Windows color (decimal): -1066851 or 10336495. OLE color: 10336495.
HSL color Cylindrical-coordinate representation of color #EFB89D: hue angle of 19.76º 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 #EFB89D is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 157 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.06 |
| HSL | 19.76º | 0.72% | 0.78% | - |
| HSV(B) | 19.76º | 0.34% | 0.94% | - |
| XYZ | 58.82 | 55.07 | 39.43 | - |
| YUV | 197.37 | 105.22 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 157 | 0 | 0.23 | 0.34 | 0.06 | 19.76 | 0.72 | 0.78 |
| Hex | EF | B8 | 9D | 0 | 17 | 22 | 6 | 14 | 48 | 4E |
| Octal | 357 | 270 | 235 | 0 | 27 | 42 | 6 | 24 | 110 | 116 |
| Binary | 11101111 | 10111000 | 10011101 | 0 | 10111 | 100010 | 110 | 10100 | 1001000 | 1001110 |
Color Harmonies of #EFB89D
Complementary color
Monochromatic Colors of #EFB89D
Black with #EFB89D
Text Example
Text Example
White with #EFB89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB89D; }
p { color: rgb(239,184,157); }
H1.HeaderClassName
{
color: #EFB89D;
}
.AnyTagClassName
{
color: #EFB89D;
}
</style>
background-color css
<style>
a { background-color: #EFB89D; }
a { background-color: rgb(239,184,157); }
div.DivClassName
{
background-color: #EFB89D;
}
.BgClassName
{
background-color: #EFB89D;
}
</style>
border-color css
<style>
span { border-color: #EFB89D; }
span { border-color: rgb(239,184,157); }
td.TdClassName
{
border-color: #EFB89D;
}
.TagClassName
{
border-color: #EFB89D;
}
</style>