Shades of Mandys Pink #EFB090
Tints of Mandys Pink #EFB090
RGB
CMYK
RGB Variations
Color information
#EFB090 (or 0xEFB090) is known color: Mandys Pink. HEX triplet: EF, B0 and 90. RGB value is (239,176,144). Sum of RGB (Red+Green+Blue) = 239+176+144=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 176 (69.14% from 255 or 31.48% from 559); Blue value is 144 (56.64% from 255 or 25.76% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB090 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB090 is #104F6F. Grayscale: #BFBFBF. Windows color (decimal): -1068912 or 9482479. OLE color: 9482479.
HSL color Cylindrical-coordinate representation of color #EFB090: hue angle of 20.21º 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 #EFB090 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 144 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.06 |
| HSL | 20.21º | 0.75% | 0.75% | - |
| HSV(B) | 20.21º | 0.4% | 0.94% | - |
| XYZ | 56.16 | 51.42 | 33.35 | - |
| YUV | 191.19 | 101.37 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 144 | 0 | 0.26 | 0.40 | 0.06 | 20.21 | 0.75 | 0.75 |
| Hex | EF | B0 | 90 | 0 | 1A | 28 | 6 | 14 | 4B | 4B |
| Octal | 357 | 260 | 220 | 0 | 32 | 50 | 6 | 24 | 113 | 113 |
| Binary | 11101111 | 10110000 | 10010000 | 0 | 11010 | 101000 | 110 | 10100 | 1001011 | 1001011 |
Color Harmonies of #EFB090
Complementary color
Monochromatic Colors of #EFB090
Black with #EFB090
Text Example
Text Example
White with #EFB090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB090; }
p { color: rgb(239,176,144); }
H1.HeaderClassName
{
color: #EFB090;
}
.AnyTagClassName
{
color: #EFB090;
}
</style>
background-color css
<style>
a { background-color: #EFB090; }
a { background-color: rgb(239,176,144); }
div.DivClassName
{
background-color: #EFB090;
}
.BgClassName
{
background-color: #EFB090;
}
</style>
border-color css
<style>
span { border-color: #EFB090; }
span { border-color: rgb(239,176,144); }
td.TdClassName
{
border-color: #EFB090;
}
.TagClassName
{
border-color: #EFB090;
}
</style>