Shades of Tonys Pink #EAA686
Tints of Tonys Pink #EAA686
RGB
CMYK
RGB Variations
Color information
#EAA686 (or 0xEAA686) is known color: Tonys Pink. HEX triplet: EA, A6 and 86. RGB value is (234,166,134). Sum of RGB (Red+Green+Blue) = 234+166+134=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 134 (52.73% from 255 or 25.09% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA686 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA686 is #155979. Grayscale: #B6B6B6. Windows color (decimal): -1399162 or 8824554. OLE color: 8824554.
HSL color Cylindrical-coordinate representation of color #EAA686: hue angle of 19.2º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EAA686 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 166 | 134 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.08 |
| HSL | 19.2º | 0.7% | 0.72% | - |
| HSV(B) | 19.2º | 0.43% | 0.92% | - |
| XYZ | 51.87 | 46.49 | 28.79 | - |
| YUV | 182.68 | 100.53 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 166 | 134 | 0 | 0.29 | 0.43 | 0.08 | 19.2 | 0.7 | 0.72 |
| Hex | EA | A6 | 86 | 0 | 1D | 2B | 8 | 13 | 46 | 48 |
| Octal | 352 | 246 | 206 | 0 | 35 | 53 | 10 | 23 | 106 | 110 |
| Binary | 11101010 | 10100110 | 10000110 | 0 | 11101 | 101011 | 1000 | 10011 | 1000110 | 1001000 |
Color Harmonies of #EAA686
Complementary color
Monochromatic Colors of #EAA686
Black with #EAA686
Text Example
Text Example
White with #EAA686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA686; }
p { color: rgb(234,166,134); }
H1.HeaderClassName
{
color: #EAA686;
}
.AnyTagClassName
{
color: #EAA686;
}
</style>
background-color css
<style>
a { background-color: #EAA686; }
a { background-color: rgb(234,166,134); }
div.DivClassName
{
background-color: #EAA686;
}
.BgClassName
{
background-color: #EAA686;
}
</style>
border-color css
<style>
span { border-color: #EAA686; }
span { border-color: rgb(234,166,134); }
td.TdClassName
{
border-color: #EAA686;
}
.TagClassName
{
border-color: #EAA686;
}
</style>