Shades of Mandys Pink #EFBC9D
Tints of Mandys Pink #EFBC9D
RGB
CMYK
RGB Variations
Color information
#EFBC9D (or 0xEFBC9D) is known color: Mandys Pink. HEX triplet: EF, BC and 9D. RGB value is (239,188,157). Sum of RGB (Red+Green+Blue) = 239+188+157=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 188 (73.83% from 255 or 32.19% from 584); Blue value is 157 (61.72% from 255 or 26.88% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBC9D is #104362. Grayscale: #C7C7C7. Windows color (decimal): -1065827 or 10337519. OLE color: 10337519.
HSL color Cylindrical-coordinate representation of color #EFBC9D: hue angle of 22.68º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFBC9D is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 157 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.06 |
| HSL | 22.68º | 0.72% | 0.78% | - |
| HSV(B) | 22.68º | 0.34% | 0.94% | - |
| XYZ | 59.67 | 56.75 | 39.71 | - |
| YUV | 199.72 | 103.9 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 157 | 0 | 0.21 | 0.34 | 0.06 | 22.68 | 0.72 | 0.78 |
| Hex | EF | BC | 9D | 0 | 15 | 22 | 6 | 17 | 48 | 4E |
| Octal | 357 | 274 | 235 | 0 | 25 | 42 | 6 | 27 | 110 | 116 |
| Binary | 11101111 | 10111100 | 10011101 | 0 | 10101 | 100010 | 110 | 10111 | 1001000 | 1001110 |
Color Harmonies of #EFBC9D
Complementary color
Monochromatic Colors of #EFBC9D
Black with #EFBC9D
Text Example
Text Example
White with #EFBC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC9D; }
p { color: rgb(239,188,157); }
H1.HeaderClassName
{
color: #EFBC9D;
}
.AnyTagClassName
{
color: #EFBC9D;
}
</style>
background-color css
<style>
a { background-color: #EFBC9D; }
a { background-color: rgb(239,188,157); }
div.DivClassName
{
background-color: #EFBC9D;
}
.BgClassName
{
background-color: #EFBC9D;
}
</style>
border-color css
<style>
span { border-color: #EFBC9D; }
span { border-color: rgb(239,188,157); }
td.TdClassName
{
border-color: #EFBC9D;
}
.TagClassName
{
border-color: #EFBC9D;
}
</style>