Shades of Mandys Pink #EFBA90
Tints of Mandys Pink #EFBA90
RGB
CMYK
RGB Variations
Color information
#EFBA90 (or 0xEFBA90) is known color: Mandys Pink. HEX triplet: EF, BA and 90. RGB value is (239,186,144). Sum of RGB (Red+Green+Blue) = 239+186+144=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 144 (56.64% from 255 or 25.31% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBA90 is #10456F. Grayscale: #C5C5C5. Windows color (decimal): -1066352 or 9485039. OLE color: 9485039.
HSL color Cylindrical-coordinate representation of color #EFBA90: hue angle of 26.53º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EFBA90 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 144 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.06 |
| HSL | 26.53º | 0.75% | 0.75% | - |
| HSV(B) | 26.53º | 0.4% | 0.94% | - |
| XYZ | 58.19 | 55.48 | 34.03 | - |
| YUV | 197.06 | 98.06 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 144 | 0 | 0.22 | 0.40 | 0.06 | 26.53 | 0.75 | 0.75 |
| Hex | EF | BA | 90 | 0 | 16 | 28 | 6 | 1B | 4B | 4B |
| Octal | 357 | 272 | 220 | 0 | 26 | 50 | 6 | 33 | 113 | 113 |
| Binary | 11101111 | 10111010 | 10010000 | 0 | 10110 | 101000 | 110 | 11011 | 1001011 | 1001011 |
Color Harmonies of #EFBA90
Complementary color
Monochromatic Colors of #EFBA90
Black with #EFBA90
Text Example
Text Example
White with #EFBA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA90; }
p { color: rgb(239,186,144); }
H1.HeaderClassName
{
color: #EFBA90;
}
.AnyTagClassName
{
color: #EFBA90;
}
</style>
background-color css
<style>
a { background-color: #EFBA90; }
a { background-color: rgb(239,186,144); }
div.DivClassName
{
background-color: #EFBA90;
}
.BgClassName
{
background-color: #EFBA90;
}
</style>
border-color css
<style>
span { border-color: #EFBA90; }
span { border-color: rgb(239,186,144); }
td.TdClassName
{
border-color: #EFBA90;
}
.TagClassName
{
border-color: #EFBA90;
}
</style>