Shades of Tonys Pink #EFAA8C
Tints of Tonys Pink #EFAA8C
RGB
CMYK
RGB Variations
Color information
#EFAA8C (or 0xEFAA8C) is known color: Tonys Pink. HEX triplet: EF, AA and 8C. RGB value is (239,170,140). Sum of RGB (Red+Green+Blue) = 239+170+140=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 140 (55.08% from 255 or 25.50% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAA8C is #105573. Grayscale: #BBBBBB. Windows color (decimal): -1070452 or 9218799. OLE color: 9218799.
HSL color Cylindrical-coordinate representation of color #EFAA8C: hue angle of 18.18º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFAA8C is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 140 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.06 |
| HSL | 18.18º | 0.76% | 0.74% | - |
| HSV(B) | 18.18º | 0.41% | 0.94% | - |
| XYZ | 54.7 | 48.99 | 31.38 | - |
| YUV | 187.21 | 101.36 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 140 | 0 | 0.29 | 0.41 | 0.06 | 18.18 | 0.76 | 0.74 |
| Hex | EF | AA | 8C | 0 | 1D | 29 | 6 | 12 | 4C | 4A |
| Octal | 357 | 252 | 214 | 0 | 35 | 51 | 6 | 22 | 114 | 112 |
| Binary | 11101111 | 10101010 | 10001100 | 0 | 11101 | 101001 | 110 | 10010 | 1001100 | 1001010 |
Color Harmonies of #EFAA8C
Complementary color
Monochromatic Colors of #EFAA8C
Black with #EFAA8C
Text Example
Text Example
White with #EFAA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAA8C; }
p { color: rgb(239,170,140); }
H1.HeaderClassName
{
color: #EFAA8C;
}
.AnyTagClassName
{
color: #EFAA8C;
}
</style>
background-color css
<style>
a { background-color: #EFAA8C; }
a { background-color: rgb(239,170,140); }
div.DivClassName
{
background-color: #EFAA8C;
}
.BgClassName
{
background-color: #EFAA8C;
}
</style>
border-color css
<style>
span { border-color: #EFAA8C; }
span { border-color: rgb(239,170,140); }
td.TdClassName
{
border-color: #EFAA8C;
}
.TagClassName
{
border-color: #EFAA8C;
}
</style>