Shades of Mandys Pink #EFAD90
Tints of Mandys Pink #EFAD90
RGB
CMYK
RGB Variations
Color information
#EFAD90 (or 0xEFAD90) is known color: Mandys Pink. HEX triplet: EF, AD and 90. RGB value is (239,173,144). Sum of RGB (Red+Green+Blue) = 239+173+144=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 144 (56.64% from 255 or 25.90% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAD90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAD90 is #10526F. Grayscale: #BDBDBD. Windows color (decimal): -1069680 or 9481711. OLE color: 9481711.
HSL color Cylindrical-coordinate representation of color #EFAD90: hue angle of 18.32º 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 #EFAD90 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 173 | 144 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.06 |
| HSL | 18.32º | 0.75% | 0.75% | - |
| HSV(B) | 18.32º | 0.4% | 0.94% | - |
| XYZ | 55.57 | 50.25 | 33.16 | - |
| YUV | 189.43 | 102.37 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 173 | 144 | 0 | 0.28 | 0.40 | 0.06 | 18.32 | 0.75 | 0.75 |
| Hex | EF | AD | 90 | 0 | 1C | 28 | 6 | 12 | 4B | 4B |
| Octal | 357 | 255 | 220 | 0 | 34 | 50 | 6 | 22 | 113 | 113 |
| Binary | 11101111 | 10101101 | 10010000 | 0 | 11100 | 101000 | 110 | 10010 | 1001011 | 1001011 |
Color Harmonies of #EFAD90
Complementary color
Monochromatic Colors of #EFAD90
Black with #EFAD90
Text Example
Text Example
White with #EFAD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAD90; }
p { color: rgb(239,173,144); }
H1.HeaderClassName
{
color: #EFAD90;
}
.AnyTagClassName
{
color: #EFAD90;
}
</style>
background-color css
<style>
a { background-color: #EFAD90; }
a { background-color: rgb(239,173,144); }
div.DivClassName
{
background-color: #EFAD90;
}
.BgClassName
{
background-color: #EFAD90;
}
</style>
border-color css
<style>
span { border-color: #EFAD90; }
span { border-color: rgb(239,173,144); }
td.TdClassName
{
border-color: #EFAD90;
}
.TagClassName
{
border-color: #EFAD90;
}
</style>