Shades of Tonys Pink #EFA08C
Tints of Tonys Pink #EFA08C
RGB
CMYK
RGB Variations
Color information
#EFA08C (or 0xEFA08C) is known color: Tonys Pink. HEX triplet: EF, A0 and 8C. RGB value is (239,160,140). Sum of RGB (Red+Green+Blue) = 239+160+140=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA08C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA08C is #105F73. Grayscale: #B5B5B5. Windows color (decimal): -1073012 or 9216239. OLE color: 9216239.
HSL color Cylindrical-coordinate representation of color #EFA08C: hue angle of 12.12º 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 #EFA08C is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 160 | 140 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.06 |
| HSL | 12.12º | 0.76% | 0.74% | - |
| HSV(B) | 12.12º | 0.41% | 0.94% | - |
| XYZ | 52.9 | 45.39 | 30.78 | - |
| YUV | 181.34 | 104.67 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 160 | 140 | 0 | 0.33 | 0.41 | 0.06 | 12.12 | 0.76 | 0.74 |
| Hex | EF | A0 | 8C | 0 | 21 | 29 | 6 | C | 4C | 4A |
| Octal | 357 | 240 | 214 | 0 | 41 | 51 | 6 | 14 | 114 | 112 |
| Binary | 11101111 | 10100000 | 10001100 | 0 | 100001 | 101001 | 110 | 1100 | 1001100 | 1001010 |
Color Harmonies of #EFA08C
Complementary color
Monochromatic Colors of #EFA08C
Black with #EFA08C
Text Example
Text Example
White with #EFA08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA08C; }
p { color: rgb(239,160,140); }
H1.HeaderClassName
{
color: #EFA08C;
}
.AnyTagClassName
{
color: #EFA08C;
}
</style>
background-color css
<style>
a { background-color: #EFA08C; }
a { background-color: rgb(239,160,140); }
div.DivClassName
{
background-color: #EFA08C;
}
.BgClassName
{
background-color: #EFA08C;
}
</style>
border-color css
<style>
span { border-color: #EFA08C; }
span { border-color: rgb(239,160,140); }
td.TdClassName
{
border-color: #EFA08C;
}
.TagClassName
{
border-color: #EFA08C;
}
</style>