Shades of Mandys Pink #EFBB94
Tints of Mandys Pink #EFBB94
RGB
CMYK
RGB Variations
Color information
#EFBB94 (or 0xEFBB94) is known color: Mandys Pink. HEX triplet: EF, BB and 94. RGB value is (239,187,148). Sum of RGB (Red+Green+Blue) = 239+187+148=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 148 (58.20% from 255 or 25.78% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBB94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBB94 is #10446B. Grayscale: #C6C6C6. Windows color (decimal): -1066092 or 9747439. OLE color: 9747439.
HSL color Cylindrical-coordinate representation of color #EFBB94: hue angle of 25.71º 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 #EFBB94 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 187 | 148 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.06 |
| HSL | 25.71º | 0.74% | 0.76% | - |
| HSV(B) | 25.71º | 0.38% | 0.94% | - |
| XYZ | 58.71 | 56.03 | 35.74 | - |
| YUV | 198.1 | 99.73 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 148 | 0 | 0.22 | 0.38 | 0.06 | 25.71 | 0.74 | 0.76 |
| Hex | EF | BB | 94 | 0 | 16 | 26 | 6 | 1A | 4A | 4C |
| Octal | 357 | 273 | 224 | 0 | 26 | 46 | 6 | 32 | 112 | 114 |
| Binary | 11101111 | 10111011 | 10010100 | 0 | 10110 | 100110 | 110 | 11010 | 1001010 | 1001100 |
Color Harmonies of #EFBB94
Complementary color
Monochromatic Colors of #EFBB94
Black with #EFBB94
Text Example
Text Example
White with #EFBB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBB94; }
p { color: rgb(239,187,148); }
H1.HeaderClassName
{
color: #EFBB94;
}
.AnyTagClassName
{
color: #EFBB94;
}
</style>
background-color css
<style>
a { background-color: #EFBB94; }
a { background-color: rgb(239,187,148); }
div.DivClassName
{
background-color: #EFBB94;
}
.BgClassName
{
background-color: #EFBB94;
}
</style>
border-color css
<style>
span { border-color: #EFBB94; }
span { border-color: rgb(239,187,148); }
td.TdClassName
{
border-color: #EFBB94;
}
.TagClassName
{
border-color: #EFBB94;
}
</style>