Shades of Tonys Pink #EBA886
Tints of Tonys Pink #EBA886
RGB
CMYK
RGB Variations
Color information
#EBA886 (or 0xEBA886) is known color: Tonys Pink. HEX triplet: EB, A8 and 86. RGB value is (235,168,134). Sum of RGB (Red+Green+Blue) = 235+168+134=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 168 (66.02% from 255 or 31.28% from 537); Blue value is 134 (52.73% from 255 or 24.95% from 537); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA886 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA886 is #145779. Grayscale: #B8B8B8. Windows color (decimal): -1333114 or 8825067. OLE color: 8825067.
HSL color Cylindrical-coordinate representation of color #EBA886: hue angle of 20.2º degrees, saturation: 0.72, 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 #EBA886 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 134 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.08 |
| HSL | 20.2º | 0.72% | 0.72% | - |
| HSV(B) | 20.2º | 0.43% | 0.92% | - |
| XYZ | 52.57 | 47.39 | 28.93 | - |
| YUV | 184.16 | 99.7 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 134 | 0 | 0.29 | 0.43 | 0.08 | 20.2 | 0.72 | 0.72 |
| Hex | EB | A8 | 86 | 0 | 1D | 2B | 8 | 14 | 48 | 48 |
| Octal | 353 | 250 | 206 | 0 | 35 | 53 | 10 | 24 | 110 | 110 |
| Binary | 11101011 | 10101000 | 10000110 | 0 | 11101 | 101011 | 1000 | 10100 | 1001000 | 1001000 |
Color Harmonies of #EBA886
Complementary color
Monochromatic Colors of #EBA886
Black with #EBA886
Text Example
Text Example
White with #EBA886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA886; }
p { color: rgb(235,168,134); }
H1.HeaderClassName
{
color: #EBA886;
}
.AnyTagClassName
{
color: #EBA886;
}
</style>
background-color css
<style>
a { background-color: #EBA886; }
a { background-color: rgb(235,168,134); }
div.DivClassName
{
background-color: #EBA886;
}
.BgClassName
{
background-color: #EBA886;
}
</style>
border-color css
<style>
span { border-color: #EBA886; }
span { border-color: rgb(235,168,134); }
td.TdClassName
{
border-color: #EBA886;
}
.TagClassName
{
border-color: #EBA886;
}
</style>