Shades of Tonys Pink #EBA486
Tints of Tonys Pink #EBA486
RGB
CMYK
RGB Variations
Color information
#EBA486 (or 0xEBA486) is known color: Tonys Pink. HEX triplet: EB, A4 and 86. RGB value is (235,164,134). Sum of RGB (Red+Green+Blue) = 235+164+134=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 164 (64.45% from 255 or 30.77% from 533); Blue value is 134 (52.73% from 255 or 25.14% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA486 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA486 is #145B79. Grayscale: #B6B6B6. Windows color (decimal): -1334138 or 8824043. OLE color: 8824043.
HSL color Cylindrical-coordinate representation of color #EBA486: hue angle of 17.82º 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 #EBA486 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 134 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.08 |
| HSL | 17.82º | 0.72% | 0.72% | - |
| HSV(B) | 17.82º | 0.43% | 0.92% | - |
| XYZ | 51.84 | 45.93 | 28.69 | - |
| YUV | 181.81 | 101.02 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 134 | 0 | 0.30 | 0.43 | 0.08 | 17.82 | 0.72 | 0.72 |
| Hex | EB | A4 | 86 | 0 | 1E | 2B | 8 | 12 | 48 | 48 |
| Octal | 353 | 244 | 206 | 0 | 36 | 53 | 10 | 22 | 110 | 110 |
| Binary | 11101011 | 10100100 | 10000110 | 0 | 11110 | 101011 | 1000 | 10010 | 1001000 | 1001000 |
Color Harmonies of #EBA486
Complementary color
Monochromatic Colors of #EBA486
Black with #EBA486
Text Example
Text Example
White with #EBA486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA486; }
p { color: rgb(235,164,134); }
H1.HeaderClassName
{
color: #EBA486;
}
.AnyTagClassName
{
color: #EBA486;
}
</style>
background-color css
<style>
a { background-color: #EBA486; }
a { background-color: rgb(235,164,134); }
div.DivClassName
{
background-color: #EBA486;
}
.BgClassName
{
background-color: #EBA486;
}
</style>
border-color css
<style>
span { border-color: #EBA486; }
span { border-color: rgb(235,164,134); }
td.TdClassName
{
border-color: #EBA486;
}
.TagClassName
{
border-color: #EBA486;
}
</style>