Shades of Mandys Pink #EFB496
Tints of Mandys Pink #EFB496
RGB
CMYK
RGB Variations
Color information
#EFB496 (or 0xEFB496) is known color: Mandys Pink. HEX triplet: EF, B4 and 96. RGB value is (239,180,150). Sum of RGB (Red+Green+Blue) = 239+180+150=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 180 (70.70% from 255 or 31.63% from 569); Blue value is 150 (58.98% from 255 or 26.36% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB496 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB496 is #104B69. Grayscale: #C2C2C2. Windows color (decimal): -1067882 or 9876719. OLE color: 9876719.
HSL color Cylindrical-coordinate representation of color #EFB496: hue angle of 20.22º 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 #EFB496 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 150 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.06 |
| HSL | 20.22º | 0.74% | 0.76% | - |
| HSV(B) | 20.22º | 0.37% | 0.94% | - |
| XYZ | 57.42 | 53.2 | 36.1 | - |
| YUV | 194.22 | 103.05 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 150 | 0 | 0.25 | 0.37 | 0.06 | 20.22 | 0.74 | 0.76 |
| Hex | EF | B4 | 96 | 0 | 19 | 25 | 6 | 14 | 4A | 4C |
| Octal | 357 | 264 | 226 | 0 | 31 | 45 | 6 | 24 | 112 | 114 |
| Binary | 11101111 | 10110100 | 10010110 | 0 | 11001 | 100101 | 110 | 10100 | 1001010 | 1001100 |
Color Harmonies of #EFB496
Complementary color
Monochromatic Colors of #EFB496
Black with #EFB496
Text Example
Text Example
White with #EFB496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB496; }
p { color: rgb(239,180,150); }
H1.HeaderClassName
{
color: #EFB496;
}
.AnyTagClassName
{
color: #EFB496;
}
</style>
background-color css
<style>
a { background-color: #EFB496; }
a { background-color: rgb(239,180,150); }
div.DivClassName
{
background-color: #EFB496;
}
.BgClassName
{
background-color: #EFB496;
}
</style>
border-color css
<style>
span { border-color: #EFB496; }
span { border-color: rgb(239,180,150); }
td.TdClassName
{
border-color: #EFB496;
}
.TagClassName
{
border-color: #EFB496;
}
</style>