Shades of Mandys Pink #EFBB90
Tints of Mandys Pink #EFBB90
RGB
CMYK
RGB Variations
Color information
#EFBB90 (or 0xEFBB90) is known color: Mandys Pink. HEX triplet: EF, BB and 90. RGB value is (239,187,144). Sum of RGB (Red+Green+Blue) = 239+187+144=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 144 (56.64% from 255 or 25.26% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBB90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBB90 is #10446F. Grayscale: #C5C5C5. Windows color (decimal): -1066096 or 9485295. OLE color: 9485295.
HSL color Cylindrical-coordinate representation of color #EFBB90: hue angle of 27.16º 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 #EFBB90 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 187 | 144 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.06 |
| HSL | 27.16º | 0.75% | 0.75% | - |
| HSV(B) | 27.16º | 0.4% | 0.94% | - |
| XYZ | 58.4 | 55.9 | 34.1 | - |
| YUV | 197.65 | 97.73 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 144 | 0 | 0.22 | 0.40 | 0.06 | 27.16 | 0.75 | 0.75 |
| Hex | EF | BB | 90 | 0 | 16 | 28 | 6 | 1B | 4B | 4B |
| Octal | 357 | 273 | 220 | 0 | 26 | 50 | 6 | 33 | 113 | 113 |
| Binary | 11101111 | 10111011 | 10010000 | 0 | 10110 | 101000 | 110 | 11011 | 1001011 | 1001011 |
Color Harmonies of #EFBB90
Complementary color
Monochromatic Colors of #EFBB90
Black with #EFBB90
Text Example
Text Example
White with #EFBB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBB90; }
p { color: rgb(239,187,144); }
H1.HeaderClassName
{
color: #EFBB90;
}
.AnyTagClassName
{
color: #EFBB90;
}
</style>
background-color css
<style>
a { background-color: #EFBB90; }
a { background-color: rgb(239,187,144); }
div.DivClassName
{
background-color: #EFBB90;
}
.BgClassName
{
background-color: #EFBB90;
}
</style>
border-color css
<style>
span { border-color: #EFBB90; }
span { border-color: rgb(239,187,144); }
td.TdClassName
{
border-color: #EFBB90;
}
.TagClassName
{
border-color: #EFBB90;
}
</style>