Shades of Mandys Pink #EFBA99
Tints of Mandys Pink #EFBA99
RGB
CMYK
RGB Variations
Color information
#EFBA99 (or 0xEFBA99) is known color: Mandys Pink. HEX triplet: EF, BA and 99. RGB value is (239,186,153). Sum of RGB (Red+Green+Blue) = 239+186+153=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 153 (60.16% from 255 or 26.47% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBA99 is #104566. Grayscale: #C6C6C6. Windows color (decimal): -1066343 or 10074863. OLE color: 10074863.
HSL color Cylindrical-coordinate representation of color #EFBA99: hue angle of 23.02º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EFBA99 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 153 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.06 |
| HSL | 23.02º | 0.73% | 0.77% | - |
| HSV(B) | 23.02º | 0.36% | 0.94% | - |
| XYZ | 58.91 | 55.77 | 37.8 | - |
| YUV | 198.09 | 102.56 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 153 | 0 | 0.22 | 0.36 | 0.06 | 23.02 | 0.73 | 0.77 |
| Hex | EF | BA | 99 | 0 | 16 | 24 | 6 | 17 | 49 | 4D |
| Octal | 357 | 272 | 231 | 0 | 26 | 44 | 6 | 27 | 111 | 115 |
| Binary | 11101111 | 10111010 | 10011001 | 0 | 10110 | 100100 | 110 | 10111 | 1001001 | 1001101 |
Color Harmonies of #EFBA99
Complementary color
Monochromatic Colors of #EFBA99
Black with #EFBA99
Text Example
Text Example
White with #EFBA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA99; }
p { color: rgb(239,186,153); }
H1.HeaderClassName
{
color: #EFBA99;
}
.AnyTagClassName
{
color: #EFBA99;
}
</style>
background-color css
<style>
a { background-color: #EFBA99; }
a { background-color: rgb(239,186,153); }
div.DivClassName
{
background-color: #EFBA99;
}
.BgClassName
{
background-color: #EFBA99;
}
</style>
border-color css
<style>
span { border-color: #EFBA99; }
span { border-color: rgb(239,186,153); }
td.TdClassName
{
border-color: #EFBA99;
}
.TagClassName
{
border-color: #EFBA99;
}
</style>