Shades of Tonys Pink #EFA082
Tints of Tonys Pink #EFA082
RGB
CMYK
RGB Variations
Color information
#EFA082 (or 0xEFA082) is known color: Tonys Pink. HEX triplet: EF, A0 and 82. RGB value is (239,160,130). Sum of RGB (Red+Green+Blue) = 239+160+130=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 130 (51.17% from 255 or 24.57% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA082 is #105F7D. Grayscale: #B4B4B4. Windows color (decimal): -1073022 or 8560879. OLE color: 8560879.
HSL color Cylindrical-coordinate representation of color #EFA082: hue angle of 16.51º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFA082 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 130 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.06 |
| HSL | 16.51º | 0.77% | 0.72% | - |
| HSV(B) | 16.51º | 0.46% | 0.94% | - |
| XYZ | 52.2 | 45.1 | 27.07 | - |
| YUV | 180.2 | 99.67 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 130 | 0 | 0.33 | 0.46 | 0.06 | 16.51 | 0.77 | 0.72 |
| Hex | EF | A0 | 82 | 0 | 21 | 2E | 6 | 11 | 4D | 48 |
| Octal | 357 | 240 | 202 | 0 | 41 | 56 | 6 | 21 | 115 | 110 |
| Binary | 11101111 | 10100000 | 10000010 | 0 | 100001 | 101110 | 110 | 10001 | 1001101 | 1001000 |
Color Harmonies of #EFA082
Complementary color
Monochromatic Colors of #EFA082
Black with #EFA082
Text Example
Text Example
White with #EFA082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA082; }
p { color: rgb(239,160,130); }
H1.HeaderClassName
{
color: #EFA082;
}
.AnyTagClassName
{
color: #EFA082;
}
</style>
background-color css
<style>
a { background-color: #EFA082; }
a { background-color: rgb(239,160,130); }
div.DivClassName
{
background-color: #EFA082;
}
.BgClassName
{
background-color: #EFA082;
}
</style>
border-color css
<style>
span { border-color: #EFA082; }
span { border-color: rgb(239,160,130); }
td.TdClassName
{
border-color: #EFA082;
}
.TagClassName
{
border-color: #EFA082;
}
</style>