Shades of Tonys Pink #EFAC8A
Tints of Tonys Pink #EFAC8A
RGB
CMYK
RGB Variations
Color information
#EFAC8A (or 0xEFAC8A) is known color: Tonys Pink. HEX triplet: EF, AC and 8A. RGB value is (239,172,138). Sum of RGB (Red+Green+Blue) = 239+172+138=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 138 (54.30% from 255 or 25.14% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAC8A is #105375. Grayscale: #BCBCBC. Windows color (decimal): -1069942 or 9088239. OLE color: 9088239.
HSL color Cylindrical-coordinate representation of color #EFAC8A: hue angle of 20.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 #EFAC8A is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 172 | 138 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.06 |
| HSL | 20.2º | 0.76% | 0.74% | - |
| HSV(B) | 20.2º | 0.42% | 0.94% | - |
| XYZ | 54.94 | 49.69 | 30.74 | - |
| YUV | 188.16 | 99.7 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 172 | 138 | 0 | 0.28 | 0.42 | 0.06 | 20.2 | 0.76 | 0.74 |
| Hex | EF | AC | 8A | 0 | 1C | 2A | 6 | 14 | 4C | 4A |
| Octal | 357 | 254 | 212 | 0 | 34 | 52 | 6 | 24 | 114 | 112 |
| Binary | 11101111 | 10101100 | 10001010 | 0 | 11100 | 101010 | 110 | 10100 | 1001100 | 1001010 |
Color Harmonies of #EFAC8A
Complementary color
Monochromatic Colors of #EFAC8A
Black with #EFAC8A
Text Example
Text Example
White with #EFAC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAC8A; }
p { color: rgb(239,172,138); }
H1.HeaderClassName
{
color: #EFAC8A;
}
.AnyTagClassName
{
color: #EFAC8A;
}
</style>
background-color css
<style>
a { background-color: #EFAC8A; }
a { background-color: rgb(239,172,138); }
div.DivClassName
{
background-color: #EFAC8A;
}
.BgClassName
{
background-color: #EFAC8A;
}
</style>
border-color css
<style>
span { border-color: #EFAC8A; }
span { border-color: rgb(239,172,138); }
td.TdClassName
{
border-color: #EFAC8A;
}
.TagClassName
{
border-color: #EFAC8A;
}
</style>