Shades of Tonys Pink #EFA485
Tints of Tonys Pink #EFA485
RGB
CMYK
RGB Variations
Color information
#EFA485 (or 0xEFA485) is known color: Tonys Pink. HEX triplet: EF, A4 and 85. RGB value is (239,164,133). Sum of RGB (Red+Green+Blue) = 239+164+133=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 133 (52.34% from 255 or 24.81% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA485 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA485 is #105B7A. Grayscale: #B7B7B7. Windows color (decimal): -1071995 or 8758511. OLE color: 8758511.
HSL color Cylindrical-coordinate representation of color #EFA485: hue angle of 17.55º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFA485 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 164 | 133 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.06 |
| HSL | 17.55º | 0.77% | 0.73% | - |
| HSV(B) | 17.55º | 0.44% | 0.94% | - |
| XYZ | 53.11 | 46.6 | 28.39 | - |
| YUV | 182.89 | 99.85 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 164 | 133 | 0 | 0.31 | 0.44 | 0.06 | 17.55 | 0.77 | 0.73 |
| Hex | EF | A4 | 85 | 0 | 1F | 2C | 6 | 12 | 4D | 49 |
| Octal | 357 | 244 | 205 | 0 | 37 | 54 | 6 | 22 | 115 | 111 |
| Binary | 11101111 | 10100100 | 10000101 | 0 | 11111 | 101100 | 110 | 10010 | 1001101 | 1001001 |
Color Harmonies of #EFA485
Complementary color
Monochromatic Colors of #EFA485
Black with #EFA485
Text Example
Text Example
White with #EFA485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA485; }
p { color: rgb(239,164,133); }
H1.HeaderClassName
{
color: #EFA485;
}
.AnyTagClassName
{
color: #EFA485;
}
</style>
background-color css
<style>
a { background-color: #EFA485; }
a { background-color: rgb(239,164,133); }
div.DivClassName
{
background-color: #EFA485;
}
.BgClassName
{
background-color: #EFA485;
}
</style>
border-color css
<style>
span { border-color: #EFA485; }
span { border-color: rgb(239,164,133); }
td.TdClassName
{
border-color: #EFA485;
}
.TagClassName
{
border-color: #EFA485;
}
</style>