Shades of Tonys Pink #EFAB8B
Tints of Tonys Pink #EFAB8B
RGB
CMYK
RGB Variations
Color information
#EFAB8B (or 0xEFAB8B) is known color: Tonys Pink. HEX triplet: EF, AB and 8B. RGB value is (239,171,139). Sum of RGB (Red+Green+Blue) = 239+171+139=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 139 (54.69% from 255 or 25.32% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAB8B is #105474. Grayscale: #BBBBBB. Windows color (decimal): -1070197 or 9153519. OLE color: 9153519.
HSL color Cylindrical-coordinate representation of color #EFAB8B: hue angle of 19.2º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EFAB8B is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 171 | 139 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.06 |
| HSL | 19.2º | 0.76% | 0.74% | - |
| HSV(B) | 19.2º | 0.42% | 0.94% | - |
| XYZ | 54.82 | 49.34 | 31.06 | - |
| YUV | 187.68 | 100.53 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 171 | 139 | 0 | 0.28 | 0.42 | 0.06 | 19.2 | 0.76 | 0.74 |
| Hex | EF | AB | 8B | 0 | 1C | 2A | 6 | 13 | 4C | 4A |
| Octal | 357 | 253 | 213 | 0 | 34 | 52 | 6 | 23 | 114 | 112 |
| Binary | 11101111 | 10101011 | 10001011 | 0 | 11100 | 101010 | 110 | 10011 | 1001100 | 1001010 |
Color Harmonies of #EFAB8B
Complementary color
Monochromatic Colors of #EFAB8B
Black with #EFAB8B
Text Example
Text Example
White with #EFAB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAB8B; }
p { color: rgb(239,171,139); }
H1.HeaderClassName
{
color: #EFAB8B;
}
.AnyTagClassName
{
color: #EFAB8B;
}
</style>
background-color css
<style>
a { background-color: #EFAB8B; }
a { background-color: rgb(239,171,139); }
div.DivClassName
{
background-color: #EFAB8B;
}
.BgClassName
{
background-color: #EFAB8B;
}
</style>
border-color css
<style>
span { border-color: #EFAB8B; }
span { border-color: rgb(239,171,139); }
td.TdClassName
{
border-color: #EFAB8B;
}
.TagClassName
{
border-color: #EFAB8B;
}
</style>