Shades of Tonys Pink #EFA685
Tints of Tonys Pink #EFA685
RGB
CMYK
RGB Variations
Color information
#EFA685 (or 0xEFA685) is known color: Tonys Pink. HEX triplet: EF, A6 and 85. RGB value is (239,166,133). Sum of RGB (Red+Green+Blue) = 239+166+133=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 166 (65.23% from 255 or 30.86% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA685 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA685 is #10597A. Grayscale: #B8B8B8. Windows color (decimal): -1071483 or 8759023. OLE color: 8759023.
HSL color Cylindrical-coordinate representation of color #EFA685: hue angle of 18.68º 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 #EFA685 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 133 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.06 |
| HSL | 18.68º | 0.77% | 0.73% | - |
| HSV(B) | 18.68º | 0.44% | 0.94% | - |
| XYZ | 53.47 | 47.32 | 28.51 | - |
| YUV | 184.07 | 99.18 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 133 | 0 | 0.31 | 0.44 | 0.06 | 18.68 | 0.77 | 0.73 |
| Hex | EF | A6 | 85 | 0 | 1F | 2C | 6 | 13 | 4D | 49 |
| Octal | 357 | 246 | 205 | 0 | 37 | 54 | 6 | 23 | 115 | 111 |
| Binary | 11101111 | 10100110 | 10000101 | 0 | 11111 | 101100 | 110 | 10011 | 1001101 | 1001001 |
Color Harmonies of #EFA685
Complementary color
Monochromatic Colors of #EFA685
Black with #EFA685
Text Example
Text Example
White with #EFA685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA685; }
p { color: rgb(239,166,133); }
H1.HeaderClassName
{
color: #EFA685;
}
.AnyTagClassName
{
color: #EFA685;
}
</style>
background-color css
<style>
a { background-color: #EFA685; }
a { background-color: rgb(239,166,133); }
div.DivClassName
{
background-color: #EFA685;
}
.BgClassName
{
background-color: #EFA685;
}
</style>
border-color css
<style>
span { border-color: #EFA685; }
span { border-color: rgb(239,166,133); }
td.TdClassName
{
border-color: #EFA685;
}
.TagClassName
{
border-color: #EFA685;
}
</style>