Shades of Tonys Pink #EFA684
Tints of Tonys Pink #EFA684
RGB
CMYK
RGB Variations
Color information
#EFA684 (or 0xEFA684) is known color: Tonys Pink. HEX triplet: EF, A6 and 84. RGB value is (239,166,132). Sum of RGB (Red+Green+Blue) = 239+166+132=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 166 (65.23% from 255 or 30.91% from 537); Blue value is 132 (51.95% from 255 or 24.58% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA684 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA684 is #10597B. Grayscale: #B8B8B8. Windows color (decimal): -1071484 or 8693487. OLE color: 8693487.
HSL color Cylindrical-coordinate representation of color #EFA684: hue angle of 19.07º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFA684 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 132 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.06 |
| HSL | 19.07º | 0.77% | 0.73% | - |
| HSV(B) | 19.07º | 0.45% | 0.94% | - |
| XYZ | 53.4 | 47.29 | 28.14 | - |
| YUV | 183.95 | 98.68 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 132 | 0 | 0.31 | 0.45 | 0.06 | 19.07 | 0.77 | 0.73 |
| Hex | EF | A6 | 84 | 0 | 1F | 2D | 6 | 13 | 4D | 49 |
| Octal | 357 | 246 | 204 | 0 | 37 | 55 | 6 | 23 | 115 | 111 |
| Binary | 11101111 | 10100110 | 10000100 | 0 | 11111 | 101101 | 110 | 10011 | 1001101 | 1001001 |
Color Harmonies of #EFA684
Complementary color
Monochromatic Colors of #EFA684
Black with #EFA684
Text Example
Text Example
White with #EFA684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA684; }
p { color: rgb(239,166,132); }
H1.HeaderClassName
{
color: #EFA684;
}
.AnyTagClassName
{
color: #EFA684;
}
</style>
background-color css
<style>
a { background-color: #EFA684; }
a { background-color: rgb(239,166,132); }
div.DivClassName
{
background-color: #EFA684;
}
.BgClassName
{
background-color: #EFA684;
}
</style>
border-color css
<style>
span { border-color: #EFA684; }
span { border-color: rgb(239,166,132); }
td.TdClassName
{
border-color: #EFA684;
}
.TagClassName
{
border-color: #EFA684;
}
</style>