Shades of Mandys Pink #EFB695
Tints of Mandys Pink #EFB695
RGB
CMYK
RGB Variations
Color information
#EFB695 (or 0xEFB695) is known color: Mandys Pink. HEX triplet: EF, B6 and 95. RGB value is (239,182,149). Sum of RGB (Red+Green+Blue) = 239+182+149=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 182 (71.48% from 255 or 31.93% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB695 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB695 is #10496A. Grayscale: #C3C3C3. Windows color (decimal): -1067371 or 9811695. OLE color: 9811695.
HSL color Cylindrical-coordinate representation of color #EFB695: hue angle of 22º 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 #EFB695 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 149 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.06 |
| HSL | 22º | 0.74% | 0.76% | - |
| HSV(B) | 22º | 0.38% | 0.94% | - |
| XYZ | 57.75 | 53.98 | 35.81 | - |
| YUV | 195.28 | 101.88 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 149 | 0 | 0.24 | 0.38 | 0.06 | 22 | 0.74 | 0.76 |
| Hex | EF | B6 | 95 | 0 | 18 | 26 | 6 | 16 | 4A | 4C |
| Octal | 357 | 266 | 225 | 0 | 30 | 46 | 6 | 26 | 112 | 114 |
| Binary | 11101111 | 10110110 | 10010101 | 0 | 11000 | 100110 | 110 | 10110 | 1001010 | 1001100 |
Color Harmonies of #EFB695
Complementary color
Monochromatic Colors of #EFB695
Black with #EFB695
Text Example
Text Example
White with #EFB695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB695; }
p { color: rgb(239,182,149); }
H1.HeaderClassName
{
color: #EFB695;
}
.AnyTagClassName
{
color: #EFB695;
}
</style>
background-color css
<style>
a { background-color: #EFB695; }
a { background-color: rgb(239,182,149); }
div.DivClassName
{
background-color: #EFB695;
}
.BgClassName
{
background-color: #EFB695;
}
</style>
border-color css
<style>
span { border-color: #EFB695; }
span { border-color: rgb(239,182,149); }
td.TdClassName
{
border-color: #EFB695;
}
.TagClassName
{
border-color: #EFB695;
}
</style>