Shades of Mandys Pink #EFBA93
Tints of Mandys Pink #EFBA93
RGB
CMYK
RGB Variations
Color information
#EFBA93 (or 0xEFBA93) is known color: Mandys Pink. HEX triplet: EF, BA and 93. RGB value is (239,186,147). Sum of RGB (Red+Green+Blue) = 239+186+147=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 147 (57.81% from 255 or 25.70% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBA93 is #10456C. Grayscale: #C5C5C5. Windows color (decimal): -1066349 or 9681647. OLE color: 9681647.
HSL color Cylindrical-coordinate representation of color #EFBA93: hue angle of 25.43º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EFBA93 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 147 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.06 |
| HSL | 25.43º | 0.74% | 0.76% | - |
| HSV(B) | 25.43º | 0.38% | 0.94% | - |
| XYZ | 58.42 | 55.58 | 35.25 | - |
| YUV | 197.4 | 99.56 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 147 | 0 | 0.22 | 0.38 | 0.06 | 25.43 | 0.74 | 0.76 |
| Hex | EF | BA | 93 | 0 | 16 | 26 | 6 | 19 | 4A | 4C |
| Octal | 357 | 272 | 223 | 0 | 26 | 46 | 6 | 31 | 112 | 114 |
| Binary | 11101111 | 10111010 | 10010011 | 0 | 10110 | 100110 | 110 | 11001 | 1001010 | 1001100 |
Color Harmonies of #EFBA93
Complementary color
Monochromatic Colors of #EFBA93
Black with #EFBA93
Text Example
Text Example
White with #EFBA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA93; }
p { color: rgb(239,186,147); }
H1.HeaderClassName
{
color: #EFBA93;
}
.AnyTagClassName
{
color: #EFBA93;
}
</style>
background-color css
<style>
a { background-color: #EFBA93; }
a { background-color: rgb(239,186,147); }
div.DivClassName
{
background-color: #EFBA93;
}
.BgClassName
{
background-color: #EFBA93;
}
</style>
border-color css
<style>
span { border-color: #EFBA93; }
span { border-color: rgb(239,186,147); }
td.TdClassName
{
border-color: #EFBA93;
}
.TagClassName
{
border-color: #EFBA93;
}
</style>