Shades of Mandys Pink #EFB993
Tints of Mandys Pink #EFB993
RGB
CMYK
RGB Variations
Color information
#EFB993 (or 0xEFB993) is known color: Mandys Pink. HEX triplet: EF, B9 and 93. RGB value is (239,185,147). Sum of RGB (Red+Green+Blue) = 239+185+147=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 185 (72.66% from 255 or 32.40% from 571); Blue value is 147 (57.81% from 255 or 25.74% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB993 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB993 is #10466C. Grayscale: #C5C5C5. Windows color (decimal): -1066605 or 9681391. OLE color: 9681391.
HSL color Cylindrical-coordinate representation of color #EFB993: hue angle of 24.78º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EFB993 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 147 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.06 |
| HSL | 24.78º | 0.74% | 0.76% | - |
| HSV(B) | 24.78º | 0.38% | 0.94% | - |
| XYZ | 58.21 | 55.16 | 35.18 | - |
| YUV | 196.81 | 99.89 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 147 | 0 | 0.23 | 0.38 | 0.06 | 24.78 | 0.74 | 0.76 |
| Hex | EF | B9 | 93 | 0 | 17 | 26 | 6 | 19 | 4A | 4C |
| Octal | 357 | 271 | 223 | 0 | 27 | 46 | 6 | 31 | 112 | 114 |
| Binary | 11101111 | 10111001 | 10010011 | 0 | 10111 | 100110 | 110 | 11001 | 1001010 | 1001100 |
Color Harmonies of #EFB993
Complementary color
Monochromatic Colors of #EFB993
Black with #EFB993
Text Example
Text Example
White with #EFB993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB993; }
p { color: rgb(239,185,147); }
H1.HeaderClassName
{
color: #EFB993;
}
.AnyTagClassName
{
color: #EFB993;
}
</style>
background-color css
<style>
a { background-color: #EFB993; }
a { background-color: rgb(239,185,147); }
div.DivClassName
{
background-color: #EFB993;
}
.BgClassName
{
background-color: #EFB993;
}
</style>
border-color css
<style>
span { border-color: #EFB993; }
span { border-color: rgb(239,185,147); }
td.TdClassName
{
border-color: #EFB993;
}
.TagClassName
{
border-color: #EFB993;
}
</style>