Shades of Mandys Pink #EFAF8C
Tints of Mandys Pink #EFAF8C
RGB
CMYK
RGB Variations
Color information
#EFAF8C (or 0xEFAF8C) is known color: Mandys Pink. HEX triplet: EF, AF and 8C. RGB value is (239,175,140). Sum of RGB (Red+Green+Blue) = 239+175+140=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 140 (55.08% from 255 or 25.27% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAF8C is #105073. Grayscale: #BEBEBE. Windows color (decimal): -1069172 or 9220079. OLE color: 9220079.
HSL color Cylindrical-coordinate representation of color #EFAF8C: hue angle of 21.21º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFAF8C is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 175 | 140 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.06 |
| HSL | 21.21º | 0.76% | 0.74% | - |
| HSV(B) | 21.21º | 0.41% | 0.94% | - |
| XYZ | 55.66 | 50.9 | 31.7 | - |
| YUV | 190.15 | 99.7 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 175 | 140 | 0 | 0.27 | 0.41 | 0.06 | 21.21 | 0.76 | 0.74 |
| Hex | EF | AF | 8C | 0 | 1B | 29 | 6 | 15 | 4C | 4A |
| Octal | 357 | 257 | 214 | 0 | 33 | 51 | 6 | 25 | 114 | 112 |
| Binary | 11101111 | 10101111 | 10001100 | 0 | 11011 | 101001 | 110 | 10101 | 1001100 | 1001010 |
Color Harmonies of #EFAF8C
Complementary color
Monochromatic Colors of #EFAF8C
Black with #EFAF8C
Text Example
Text Example
White with #EFAF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAF8C; }
p { color: rgb(239,175,140); }
H1.HeaderClassName
{
color: #EFAF8C;
}
.AnyTagClassName
{
color: #EFAF8C;
}
</style>
background-color css
<style>
a { background-color: #EFAF8C; }
a { background-color: rgb(239,175,140); }
div.DivClassName
{
background-color: #EFAF8C;
}
.BgClassName
{
background-color: #EFAF8C;
}
</style>
border-color css
<style>
span { border-color: #EFAF8C; }
span { border-color: rgb(239,175,140); }
td.TdClassName
{
border-color: #EFAF8C;
}
.TagClassName
{
border-color: #EFAF8C;
}
</style>