Shades of Mandys Pink #EFB696
Tints of Mandys Pink #EFB696
RGB
CMYK
RGB Variations
Color information
#EFB696 (or 0xEFB696) is known color: Mandys Pink. HEX triplet: EF, B6 and 96. RGB value is (239,182,150). Sum of RGB (Red+Green+Blue) = 239+182+150=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 182 (71.48% from 255 or 31.87% from 571); Blue value is 150 (58.98% from 255 or 26.27% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB696 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB696 is #104969. Grayscale: #C3C3C3. Windows color (decimal): -1067370 or 9877231. OLE color: 9877231.
HSL color Cylindrical-coordinate representation of color #EFB696: hue angle of 21.57º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EFB696 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 150 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.06 |
| HSL | 21.57º | 0.74% | 0.76% | - |
| HSV(B) | 21.57º | 0.37% | 0.94% | - |
| XYZ | 57.83 | 54.01 | 36.23 | - |
| YUV | 195.4 | 102.38 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 150 | 0 | 0.24 | 0.37 | 0.06 | 21.57 | 0.74 | 0.76 |
| Hex | EF | B6 | 96 | 0 | 18 | 25 | 6 | 16 | 4A | 4C |
| Octal | 357 | 266 | 226 | 0 | 30 | 45 | 6 | 26 | 112 | 114 |
| Binary | 11101111 | 10110110 | 10010110 | 0 | 11000 | 100101 | 110 | 10110 | 1001010 | 1001100 |
Color Harmonies of #EFB696
Complementary color
Monochromatic Colors of #EFB696
Black with #EFB696
Text Example
Text Example
White with #EFB696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB696; }
p { color: rgb(239,182,150); }
H1.HeaderClassName
{
color: #EFB696;
}
.AnyTagClassName
{
color: #EFB696;
}
</style>
background-color css
<style>
a { background-color: #EFB696; }
a { background-color: rgb(239,182,150); }
div.DivClassName
{
background-color: #EFB696;
}
.BgClassName
{
background-color: #EFB696;
}
</style>
border-color css
<style>
span { border-color: #EFB696; }
span { border-color: rgb(239,182,150); }
td.TdClassName
{
border-color: #EFB696;
}
.TagClassName
{
border-color: #EFB696;
}
</style>