Shades of Tonys Pink #EBA387
Tints of Tonys Pink #EBA387
RGB
CMYK
RGB Variations
Color information
#EBA387 (or 0xEBA387) is known color: Tonys Pink. HEX triplet: EB, A3 and 87. RGB value is (235,163,135). Sum of RGB (Red+Green+Blue) = 235+163+135=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 163 (64.06% from 255 or 30.58% from 533); Blue value is 135 (53.12% from 255 or 25.33% from 533); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA387 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA387 is #145C78. Grayscale: #B5B5B5. Windows color (decimal): -1334393 or 8889323. OLE color: 8889323.
HSL color Cylindrical-coordinate representation of color #EBA387: hue angle of 16.8º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EBA387 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 163 | 135 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.08 |
| HSL | 16.8º | 0.71% | 0.73% | - |
| HSV(B) | 16.8º | 0.43% | 0.92% | - |
| XYZ | 51.73 | 45.61 | 29 | - |
| YUV | 181.34 | 101.85 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 163 | 135 | 0 | 0.31 | 0.43 | 0.08 | 16.8 | 0.71 | 0.73 |
| Hex | EB | A3 | 87 | 0 | 1F | 2B | 8 | 11 | 47 | 49 |
| Octal | 353 | 243 | 207 | 0 | 37 | 53 | 10 | 21 | 107 | 111 |
| Binary | 11101011 | 10100011 | 10000111 | 0 | 11111 | 101011 | 1000 | 10001 | 1000111 | 1001001 |
Color Harmonies of #EBA387
Complementary color
Monochromatic Colors of #EBA387
Black with #EBA387
Text Example
Text Example
White with #EBA387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA387; }
p { color: rgb(235,163,135); }
H1.HeaderClassName
{
color: #EBA387;
}
.AnyTagClassName
{
color: #EBA387;
}
</style>
background-color css
<style>
a { background-color: #EBA387; }
a { background-color: rgb(235,163,135); }
div.DivClassName
{
background-color: #EBA387;
}
.BgClassName
{
background-color: #EBA387;
}
</style>
border-color css
<style>
span { border-color: #EBA387; }
span { border-color: rgb(235,163,135); }
td.TdClassName
{
border-color: #EBA387;
}
.TagClassName
{
border-color: #EBA387;
}
</style>