Shades of Mandys Pink #EFB89B
Tints of Mandys Pink #EFB89B
RGB
CMYK
RGB Variations
Color information
#EFB89B (or 0xEFB89B) is known color: Mandys Pink. HEX triplet: EF, B8 and 9B. RGB value is (239,184,155). Sum of RGB (Red+Green+Blue) = 239+184+155=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 184 (72.27% from 255 or 31.83% from 578); Blue value is 155 (60.94% from 255 or 26.82% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB89B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB89B is #104764. Grayscale: #C5C5C5. Windows color (decimal): -1066853 or 10205423. OLE color: 10205423.
HSL color Cylindrical-coordinate representation of color #EFB89B: hue angle of 20.71º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EFB89B is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 155 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.06 |
| HSL | 20.71º | 0.72% | 0.77% | - |
| HSV(B) | 20.71º | 0.35% | 0.94% | - |
| XYZ | 58.65 | 55 | 38.53 | - |
| YUV | 197.14 | 104.22 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 155 | 0 | 0.23 | 0.35 | 0.06 | 20.71 | 0.72 | 0.77 |
| Hex | EF | B8 | 9B | 0 | 17 | 23 | 6 | 15 | 48 | 4D |
| Octal | 357 | 270 | 233 | 0 | 27 | 43 | 6 | 25 | 110 | 115 |
| Binary | 11101111 | 10111000 | 10011011 | 0 | 10111 | 100011 | 110 | 10101 | 1001000 | 1001101 |
Color Harmonies of #EFB89B
Complementary color
Monochromatic Colors of #EFB89B
Black with #EFB89B
Text Example
Text Example
White with #EFB89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB89B; }
p { color: rgb(239,184,155); }
H1.HeaderClassName
{
color: #EFB89B;
}
.AnyTagClassName
{
color: #EFB89B;
}
</style>
background-color css
<style>
a { background-color: #EFB89B; }
a { background-color: rgb(239,184,155); }
div.DivClassName
{
background-color: #EFB89B;
}
.BgClassName
{
background-color: #EFB89B;
}
</style>
border-color css
<style>
span { border-color: #EFB89B; }
span { border-color: rgb(239,184,155); }
td.TdClassName
{
border-color: #EFB89B;
}
.TagClassName
{
border-color: #EFB89B;
}
</style>