Shades of Tonys Pink #EFA086
Tints of Tonys Pink #EFA086
RGB
CMYK
RGB Variations
Color information
#EFA086 (or 0xEFA086) is known color: Tonys Pink. HEX triplet: EF, A0 and 86. RGB value is (239,160,134). Sum of RGB (Red+Green+Blue) = 239+160+134=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 134 (52.73% from 255 or 25.14% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA086 is #105F79. Grayscale: #B4B4B4. Windows color (decimal): -1073018 or 8823023. OLE color: 8823023.
HSL color Cylindrical-coordinate representation of color #EFA086: hue angle of 14.86º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFA086 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 134 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.06 |
| HSL | 14.86º | 0.77% | 0.73% | - |
| HSV(B) | 14.86º | 0.44% | 0.94% | - |
| XYZ | 52.47 | 45.21 | 28.52 | - |
| YUV | 180.66 | 101.67 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 134 | 0 | 0.33 | 0.44 | 0.06 | 14.86 | 0.77 | 0.73 |
| Hex | EF | A0 | 86 | 0 | 21 | 2C | 6 | F | 4D | 49 |
| Octal | 357 | 240 | 206 | 0 | 41 | 54 | 6 | 17 | 115 | 111 |
| Binary | 11101111 | 10100000 | 10000110 | 0 | 100001 | 101100 | 110 | 1111 | 1001101 | 1001001 |
Color Harmonies of #EFA086
Complementary color
Monochromatic Colors of #EFA086
Black with #EFA086
Text Example
Text Example
White with #EFA086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA086; }
p { color: rgb(239,160,134); }
H1.HeaderClassName
{
color: #EFA086;
}
.AnyTagClassName
{
color: #EFA086;
}
</style>
background-color css
<style>
a { background-color: #EFA086; }
a { background-color: rgb(239,160,134); }
div.DivClassName
{
background-color: #EFA086;
}
.BgClassName
{
background-color: #EFA086;
}
</style>
border-color css
<style>
span { border-color: #EFA086; }
span { border-color: rgb(239,160,134); }
td.TdClassName
{
border-color: #EFA086;
}
.TagClassName
{
border-color: #EFA086;
}
</style>