Shades of Tonys Pink #EFA181
Tints of Tonys Pink #EFA181
RGB
CMYK
RGB Variations
Color information
#EFA181 (or 0xEFA181) is known color: Tonys Pink. HEX triplet: EF, A1 and 81. RGB value is (239,161,129). Sum of RGB (Red+Green+Blue) = 239+161+129=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 129 (50.78% from 255 or 24.39% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA181 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA181 is #105E7E. Grayscale: #B4B4B4. Windows color (decimal): -1072767 or 8495599. OLE color: 8495599.
HSL color Cylindrical-coordinate representation of color #EFA181: hue angle of 17.45º 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 #EFA181 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 161 | 129 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.06 |
| HSL | 17.45º | 0.77% | 0.72% | - |
| HSV(B) | 17.45º | 0.46% | 0.94% | - |
| XYZ | 52.3 | 45.43 | 26.78 | - |
| YUV | 180.67 | 98.84 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 161 | 129 | 0 | 0.33 | 0.46 | 0.06 | 17.45 | 0.77 | 0.72 |
| Hex | EF | A1 | 81 | 0 | 21 | 2E | 6 | 11 | 4D | 48 |
| Octal | 357 | 241 | 201 | 0 | 41 | 56 | 6 | 21 | 115 | 110 |
| Binary | 11101111 | 10100001 | 10000001 | 0 | 100001 | 101110 | 110 | 10001 | 1001101 | 1001000 |
Color Harmonies of #EFA181
Complementary color
Monochromatic Colors of #EFA181
Black with #EFA181
Text Example
Text Example
White with #EFA181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA181; }
p { color: rgb(239,161,129); }
H1.HeaderClassName
{
color: #EFA181;
}
.AnyTagClassName
{
color: #EFA181;
}
</style>
background-color css
<style>
a { background-color: #EFA181; }
a { background-color: rgb(239,161,129); }
div.DivClassName
{
background-color: #EFA181;
}
.BgClassName
{
background-color: #EFA181;
}
</style>
border-color css
<style>
span { border-color: #EFA181; }
span { border-color: rgb(239,161,129); }
td.TdClassName
{
border-color: #EFA181;
}
.TagClassName
{
border-color: #EFA181;
}
</style>