Shades of Mandys Pink #EFB08D
Tints of Mandys Pink #EFB08D
RGB
CMYK
RGB Variations
Color information
#EFB08D (or 0xEFB08D) is known color: Mandys Pink. HEX triplet: EF, B0 and 8D. RGB value is (239,176,141). Sum of RGB (Red+Green+Blue) = 239+176+141=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 176 (69.14% from 255 or 31.65% from 556); Blue value is 141 (55.47% from 255 or 25.36% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB08D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB08D is #104F72. Grayscale: #BFBFBF. Windows color (decimal): -1068915 or 9285871. OLE color: 9285871.
HSL color Cylindrical-coordinate representation of color #EFB08D: hue angle of 21.43º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFB08D is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 176 | 141 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.06 |
| HSL | 21.43º | 0.75% | 0.75% | - |
| HSV(B) | 21.43º | 0.41% | 0.94% | - |
| XYZ | 55.93 | 51.32 | 32.16 | - |
| YUV | 190.85 | 99.87 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 176 | 141 | 0 | 0.26 | 0.41 | 0.06 | 21.43 | 0.75 | 0.75 |
| Hex | EF | B0 | 8D | 0 | 1A | 29 | 6 | 15 | 4B | 4B |
| Octal | 357 | 260 | 215 | 0 | 32 | 51 | 6 | 25 | 113 | 113 |
| Binary | 11101111 | 10110000 | 10001101 | 0 | 11010 | 101001 | 110 | 10101 | 1001011 | 1001011 |
Color Harmonies of #EFB08D
Complementary color
Monochromatic Colors of #EFB08D
Black with #EFB08D
Text Example
Text Example
White with #EFB08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB08D; }
p { color: rgb(239,176,141); }
H1.HeaderClassName
{
color: #EFB08D;
}
.AnyTagClassName
{
color: #EFB08D;
}
</style>
background-color css
<style>
a { background-color: #EFB08D; }
a { background-color: rgb(239,176,141); }
div.DivClassName
{
background-color: #EFB08D;
}
.BgClassName
{
background-color: #EFB08D;
}
</style>
border-color css
<style>
span { border-color: #EFB08D; }
span { border-color: rgb(239,176,141); }
td.TdClassName
{
border-color: #EFB08D;
}
.TagClassName
{
border-color: #EFB08D;
}
</style>