Shades of Tonys Pink #EFAA8D
Tints of Tonys Pink #EFAA8D
RGB
CMYK
RGB Variations
Color information
#EFAA8D (or 0xEFAA8D) is known color: Tonys Pink. HEX triplet: EF, AA and 8D. RGB value is (239,170,141). Sum of RGB (Red+Green+Blue) = 239+170+141=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 141 (55.47% from 255 or 25.64% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAA8D is #105572. Grayscale: #BBBBBB. Windows color (decimal): -1070451 or 9284335. OLE color: 9284335.
HSL color Cylindrical-coordinate representation of color #EFAA8D: hue angle of 17.76º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFAA8D is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 141 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.06 |
| HSL | 17.76º | 0.75% | 0.75% | - |
| HSV(B) | 17.76º | 0.41% | 0.94% | - |
| XYZ | 54.78 | 49.02 | 31.77 | - |
| YUV | 187.33 | 101.86 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 141 | 0 | 0.29 | 0.41 | 0.06 | 17.76 | 0.75 | 0.75 |
| Hex | EF | AA | 8D | 0 | 1D | 29 | 6 | 12 | 4B | 4B |
| Octal | 357 | 252 | 215 | 0 | 35 | 51 | 6 | 22 | 113 | 113 |
| Binary | 11101111 | 10101010 | 10001101 | 0 | 11101 | 101001 | 110 | 10010 | 1001011 | 1001011 |
Color Harmonies of #EFAA8D
Complementary color
Monochromatic Colors of #EFAA8D
Black with #EFAA8D
Text Example
Text Example
White with #EFAA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAA8D; }
p { color: rgb(239,170,141); }
H1.HeaderClassName
{
color: #EFAA8D;
}
.AnyTagClassName
{
color: #EFAA8D;
}
</style>
background-color css
<style>
a { background-color: #EFAA8D; }
a { background-color: rgb(239,170,141); }
div.DivClassName
{
background-color: #EFAA8D;
}
.BgClassName
{
background-color: #EFAA8D;
}
</style>
border-color css
<style>
span { border-color: #EFAA8D; }
span { border-color: rgb(239,170,141); }
td.TdClassName
{
border-color: #EFAA8D;
}
.TagClassName
{
border-color: #EFAA8D;
}
</style>