Shades of Mandys Pink #EFBD96
Tints of Mandys Pink #EFBD96
RGB
CMYK
RGB Variations
Color information
#EFBD96 (or 0xEFBD96) is known color: Mandys Pink. HEX triplet: EF, BD and 96. RGB value is (239,189,150). Sum of RGB (Red+Green+Blue) = 239+189+150=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 150 (58.98% from 255 or 25.95% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBD96 is #104269. Grayscale: #C7C7C7. Windows color (decimal): -1065578 or 9879023. OLE color: 9879023.
HSL color Cylindrical-coordinate representation of color #EFBD96: hue angle of 26.29º 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 #EFBD96 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 150 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.06 |
| HSL | 26.29º | 0.74% | 0.76% | - |
| HSV(B) | 26.29º | 0.37% | 0.94% | - |
| XYZ | 59.3 | 56.95 | 36.72 | - |
| YUV | 199.5 | 100.07 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 150 | 0 | 0.21 | 0.37 | 0.06 | 26.29 | 0.74 | 0.76 |
| Hex | EF | BD | 96 | 0 | 15 | 25 | 6 | 1A | 4A | 4C |
| Octal | 357 | 275 | 226 | 0 | 25 | 45 | 6 | 32 | 112 | 114 |
| Binary | 11101111 | 10111101 | 10010110 | 0 | 10101 | 100101 | 110 | 11010 | 1001010 | 1001100 |
Color Harmonies of #EFBD96
Complementary color
Monochromatic Colors of #EFBD96
Black with #EFBD96
Text Example
Text Example
White with #EFBD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBD96; }
p { color: rgb(239,189,150); }
H1.HeaderClassName
{
color: #EFBD96;
}
.AnyTagClassName
{
color: #EFBD96;
}
</style>
background-color css
<style>
a { background-color: #EFBD96; }
a { background-color: rgb(239,189,150); }
div.DivClassName
{
background-color: #EFBD96;
}
.BgClassName
{
background-color: #EFBD96;
}
</style>
border-color css
<style>
span { border-color: #EFBD96; }
span { border-color: rgb(239,189,150); }
td.TdClassName
{
border-color: #EFBD96;
}
.TagClassName
{
border-color: #EFBD96;
}
</style>