Shades of Tonys Pink #EFA386
Tints of Tonys Pink #EFA386
RGB
CMYK
RGB Variations
Color information
#EFA386 (or 0xEFA386) is known color: Tonys Pink. HEX triplet: EF, A3 and 86. RGB value is (239,163,134). Sum of RGB (Red+Green+Blue) = 239+163+134=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 163 (64.06% from 255 or 30.41% from 536); Blue value is 134 (52.73% from 255 or 25% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA386 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA386 is #105C79. Grayscale: #B6B6B6. Windows color (decimal): -1072250 or 8823791. OLE color: 8823791.
HSL color Cylindrical-coordinate representation of color #EFA386: hue angle of 16.57º 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 #EFA386 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 163 | 134 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.06 |
| HSL | 16.57º | 0.77% | 0.73% | - |
| HSV(B) | 16.57º | 0.44% | 0.94% | - |
| XYZ | 53 | 46.27 | 28.69 | - |
| YUV | 182.42 | 100.68 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 163 | 134 | 0 | 0.32 | 0.44 | 0.06 | 16.57 | 0.77 | 0.73 |
| Hex | EF | A3 | 86 | 0 | 20 | 2C | 6 | 11 | 4D | 49 |
| Octal | 357 | 243 | 206 | 0 | 40 | 54 | 6 | 21 | 115 | 111 |
| Binary | 11101111 | 10100011 | 10000110 | 0 | 100000 | 101100 | 110 | 10001 | 1001101 | 1001001 |
Color Harmonies of #EFA386
Complementary color
Monochromatic Colors of #EFA386
Black with #EFA386
Text Example
Text Example
White with #EFA386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA386; }
p { color: rgb(239,163,134); }
H1.HeaderClassName
{
color: #EFA386;
}
.AnyTagClassName
{
color: #EFA386;
}
</style>
background-color css
<style>
a { background-color: #EFA386; }
a { background-color: rgb(239,163,134); }
div.DivClassName
{
background-color: #EFA386;
}
.BgClassName
{
background-color: #EFA386;
}
</style>
border-color css
<style>
span { border-color: #EFA386; }
span { border-color: rgb(239,163,134); }
td.TdClassName
{
border-color: #EFA386;
}
.TagClassName
{
border-color: #EFA386;
}
</style>