Shades of Mandys Pink #EFAC8E
Tints of Mandys Pink #EFAC8E
RGB
CMYK
RGB Variations
Color information
#EFAC8E (or 0xEFAC8E) is known color: Mandys Pink. HEX triplet: EF, AC and 8E. RGB value is (239,172,142). Sum of RGB (Red+Green+Blue) = 239+172+142=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 142 (55.86% from 255 or 25.68% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAC8E is #105371. Grayscale: #BCBCBC. Windows color (decimal): -1069938 or 9350383. OLE color: 9350383.
HSL color Cylindrical-coordinate representation of color #EFAC8E: hue angle of 18.56º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFAC8E is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 142 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.06 |
| HSL | 18.56º | 0.75% | 0.75% | - |
| HSV(B) | 18.56º | 0.41% | 0.94% | - |
| XYZ | 55.23 | 49.81 | 32.29 | - |
| YUV | 188.61 | 101.7 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 142 | 0 | 0.28 | 0.41 | 0.06 | 18.56 | 0.75 | 0.75 |
| Hex | EF | AC | 8E | 0 | 1C | 29 | 6 | 13 | 4B | 4B |
| Octal | 357 | 254 | 216 | 0 | 34 | 51 | 6 | 23 | 113 | 113 |
| Binary | 11101111 | 10101100 | 10001110 | 0 | 11100 | 101001 | 110 | 10011 | 1001011 | 1001011 |
Color Harmonies of #EFAC8E
Complementary color
Monochromatic Colors of #EFAC8E
Black with #EFAC8E
Text Example
Text Example
White with #EFAC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAC8E; }
p { color: rgb(239,172,142); }
H1.HeaderClassName
{
color: #EFAC8E;
}
.AnyTagClassName
{
color: #EFAC8E;
}
</style>
background-color css
<style>
a { background-color: #EFAC8E; }
a { background-color: rgb(239,172,142); }
div.DivClassName
{
background-color: #EFAC8E;
}
.BgClassName
{
background-color: #EFAC8E;
}
</style>
border-color css
<style>
span { border-color: #EFAC8E; }
span { border-color: rgb(239,172,142); }
td.TdClassName
{
border-color: #EFAC8E;
}
.TagClassName
{
border-color: #EFAC8E;
}
</style>