Shades of Mandys Pink #EFB591
Tints of Mandys Pink #EFB591
RGB
CMYK
RGB Variations
Color information
#EFB591 (or 0xEFB591) is known color: Mandys Pink. HEX triplet: EF, B5 and 91. RGB value is (239,181,145). Sum of RGB (Red+Green+Blue) = 239+181+145=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 181 (71.09% from 255 or 32.04% from 565); Blue value is 145 (57.03% from 255 or 25.66% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB591 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB591 is #104A6E. Grayscale: #C2C2C2. Windows color (decimal): -1067631 or 9549295. OLE color: 9549295.
HSL color Cylindrical-coordinate representation of color #EFB591: hue angle of 22.98º degrees, saturation: 0.75, 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 #EFB591 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 145 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.06 |
| HSL | 22.98º | 0.75% | 0.75% | - |
| HSV(B) | 22.98º | 0.39% | 0.94% | - |
| XYZ | 57.23 | 53.44 | 34.09 | - |
| YUV | 194.24 | 100.22 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 145 | 0 | 0.24 | 0.39 | 0.06 | 22.98 | 0.75 | 0.75 |
| Hex | EF | B5 | 91 | 0 | 18 | 27 | 6 | 17 | 4B | 4B |
| Octal | 357 | 265 | 221 | 0 | 30 | 47 | 6 | 27 | 113 | 113 |
| Binary | 11101111 | 10110101 | 10010001 | 0 | 11000 | 100111 | 110 | 10111 | 1001011 | 1001011 |
Color Harmonies of #EFB591
Complementary color
Monochromatic Colors of #EFB591
Black with #EFB591
Text Example
Text Example
White with #EFB591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB591; }
p { color: rgb(239,181,145); }
H1.HeaderClassName
{
color: #EFB591;
}
.AnyTagClassName
{
color: #EFB591;
}
</style>
background-color css
<style>
a { background-color: #EFB591; }
a { background-color: rgb(239,181,145); }
div.DivClassName
{
background-color: #EFB591;
}
.BgClassName
{
background-color: #EFB591;
}
</style>
border-color css
<style>
span { border-color: #EFB591; }
span { border-color: rgb(239,181,145); }
td.TdClassName
{
border-color: #EFB591;
}
.TagClassName
{
border-color: #EFB591;
}
</style>