Shades of Mandys Pink #EFB494
Tints of Mandys Pink #EFB494
RGB
CMYK
RGB Variations
Color information
#EFB494 (or 0xEFB494) is known color: Mandys Pink. HEX triplet: EF, B4 and 94. RGB value is (239,180,148). Sum of RGB (Red+Green+Blue) = 239+180+148=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 180 (70.70% from 255 or 31.75% from 567); Blue value is 148 (58.20% from 255 or 26.10% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB494 is #104B6B. Grayscale: #C2C2C2. Windows color (decimal): -1067884 or 9745647. OLE color: 9745647.
HSL color Cylindrical-coordinate representation of color #EFB494: hue angle of 21.1º 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 #EFB494 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 148 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.06 |
| HSL | 21.1º | 0.74% | 0.76% | - |
| HSV(B) | 21.1º | 0.38% | 0.94% | - |
| XYZ | 57.26 | 53.13 | 35.25 | - |
| YUV | 193.99 | 102.05 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 148 | 0 | 0.25 | 0.38 | 0.06 | 21.1 | 0.74 | 0.76 |
| Hex | EF | B4 | 94 | 0 | 19 | 26 | 6 | 15 | 4A | 4C |
| Octal | 357 | 264 | 224 | 0 | 31 | 46 | 6 | 25 | 112 | 114 |
| Binary | 11101111 | 10110100 | 10010100 | 0 | 11001 | 100110 | 110 | 10101 | 1001010 | 1001100 |
Color Harmonies of #EFB494
Complementary color
Monochromatic Colors of #EFB494
Black with #EFB494
Text Example
Text Example
White with #EFB494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB494; }
p { color: rgb(239,180,148); }
H1.HeaderClassName
{
color: #EFB494;
}
.AnyTagClassName
{
color: #EFB494;
}
</style>
background-color css
<style>
a { background-color: #EFB494; }
a { background-color: rgb(239,180,148); }
div.DivClassName
{
background-color: #EFB494;
}
.BgClassName
{
background-color: #EFB494;
}
</style>
border-color css
<style>
span { border-color: #EFB494; }
span { border-color: rgb(239,180,148); }
td.TdClassName
{
border-color: #EFB494;
}
.TagClassName
{
border-color: #EFB494;
}
</style>