Shades of Mandys Pink #EFB490
Tints of Mandys Pink #EFB490
RGB
CMYK
RGB Variations
Color information
#EFB490 (or 0xEFB490) is known color: Mandys Pink. HEX triplet: EF, B4 and 90. RGB value is (239,180,144). Sum of RGB (Red+Green+Blue) = 239+180+144=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 180 (70.70% from 255 or 31.97% from 563); Blue value is 144 (56.64% from 255 or 25.58% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB490 is #104B6F. Grayscale: #C1C1C1. Windows color (decimal): -1067888 or 9483503. OLE color: 9483503.
HSL color Cylindrical-coordinate representation of color #EFB490: hue angle of 22.74º 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 #EFB490 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 144 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.06 |
| HSL | 22.74º | 0.75% | 0.75% | - |
| HSV(B) | 22.74º | 0.4% | 0.94% | - |
| XYZ | 56.95 | 53.01 | 33.62 | - |
| YUV | 193.54 | 100.05 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 144 | 0 | 0.25 | 0.40 | 0.06 | 22.74 | 0.75 | 0.75 |
| Hex | EF | B4 | 90 | 0 | 19 | 28 | 6 | 17 | 4B | 4B |
| Octal | 357 | 264 | 220 | 0 | 31 | 50 | 6 | 27 | 113 | 113 |
| Binary | 11101111 | 10110100 | 10010000 | 0 | 11001 | 101000 | 110 | 10111 | 1001011 | 1001011 |
Color Harmonies of #EFB490
Complementary color
Monochromatic Colors of #EFB490
Black with #EFB490
Text Example
Text Example
White with #EFB490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB490; }
p { color: rgb(239,180,144); }
H1.HeaderClassName
{
color: #EFB490;
}
.AnyTagClassName
{
color: #EFB490;
}
</style>
background-color css
<style>
a { background-color: #EFB490; }
a { background-color: rgb(239,180,144); }
div.DivClassName
{
background-color: #EFB490;
}
.BgClassName
{
background-color: #EFB490;
}
</style>
border-color css
<style>
span { border-color: #EFB490; }
span { border-color: rgb(239,180,144); }
td.TdClassName
{
border-color: #EFB490;
}
.TagClassName
{
border-color: #EFB490;
}
</style>