Shades of Mandys Pink #EFB992
Tints of Mandys Pink #EFB992
RGB
CMYK
RGB Variations
Color information
#EFB992 (or 0xEFB992) is known color: Mandys Pink. HEX triplet: EF, B9 and 92. RGB value is (239,185,146). Sum of RGB (Red+Green+Blue) = 239+185+146=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 185 (72.66% from 255 or 32.46% from 570); Blue value is 146 (57.42% from 255 or 25.61% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB992 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB992 is #10466D. Grayscale: #C4C4C4. Windows color (decimal): -1066606 or 9615855. OLE color: 9615855.
HSL color Cylindrical-coordinate representation of color #EFB992: hue angle of 25.16º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EFB992 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 146 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.06 |
| HSL | 25.16º | 0.74% | 0.75% | - |
| HSV(B) | 25.16º | 0.39% | 0.94% | - |
| XYZ | 58.13 | 55.12 | 34.77 | - |
| YUV | 196.7 | 99.39 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 146 | 0 | 0.23 | 0.39 | 0.06 | 25.16 | 0.74 | 0.75 |
| Hex | EF | B9 | 92 | 0 | 17 | 27 | 6 | 19 | 4A | 4B |
| Octal | 357 | 271 | 222 | 0 | 27 | 47 | 6 | 31 | 112 | 113 |
| Binary | 11101111 | 10111001 | 10010010 | 0 | 10111 | 100111 | 110 | 11001 | 1001010 | 1001011 |
Color Harmonies of #EFB992
Complementary color
Monochromatic Colors of #EFB992
Black with #EFB992
Text Example
Text Example
White with #EFB992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB992; }
p { color: rgb(239,185,146); }
H1.HeaderClassName
{
color: #EFB992;
}
.AnyTagClassName
{
color: #EFB992;
}
</style>
background-color css
<style>
a { background-color: #EFB992; }
a { background-color: rgb(239,185,146); }
div.DivClassName
{
background-color: #EFB992;
}
.BgClassName
{
background-color: #EFB992;
}
</style>
border-color css
<style>
span { border-color: #EFB992; }
span { border-color: rgb(239,185,146); }
td.TdClassName
{
border-color: #EFB992;
}
.TagClassName
{
border-color: #EFB992;
}
</style>