Shades of Tonys Pink #EBA888
Tints of Tonys Pink #EBA888
RGB
CMYK
RGB Variations
Color information
#EBA888 (or 0xEBA888) is known color: Tonys Pink. HEX triplet: EB, A8 and 88. RGB value is (235,168,136). Sum of RGB (Red+Green+Blue) = 235+168+136=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 136 (53.52% from 255 or 25.23% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA888 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA888 is #145777. Grayscale: #B8B8B8. Windows color (decimal): -1333112 or 8956139. OLE color: 8956139.
HSL color Cylindrical-coordinate representation of color #EBA888: hue angle of 19.39º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EBA888 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 136 | - |
| CMYK | 0 | 0.29 | 0.42 | 0.08 |
| HSL | 19.39º | 0.71% | 0.73% | - |
| HSV(B) | 19.39º | 0.42% | 0.92% | - |
| XYZ | 52.71 | 47.45 | 29.67 | - |
| YUV | 184.39 | 100.7 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 136 | 0 | 0.29 | 0.42 | 0.08 | 19.39 | 0.71 | 0.73 |
| Hex | EB | A8 | 88 | 0 | 1D | 2A | 8 | 13 | 47 | 49 |
| Octal | 353 | 250 | 210 | 0 | 35 | 52 | 10 | 23 | 107 | 111 |
| Binary | 11101011 | 10101000 | 10001000 | 0 | 11101 | 101010 | 1000 | 10011 | 1000111 | 1001001 |
Color Harmonies of #EBA888
Complementary color
Monochromatic Colors of #EBA888
Black with #EBA888
Text Example
Text Example
White with #EBA888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA888; }
p { color: rgb(235,168,136); }
H1.HeaderClassName
{
color: #EBA888;
}
.AnyTagClassName
{
color: #EBA888;
}
</style>
background-color css
<style>
a { background-color: #EBA888; }
a { background-color: rgb(235,168,136); }
div.DivClassName
{
background-color: #EBA888;
}
.BgClassName
{
background-color: #EBA888;
}
</style>
border-color css
<style>
span { border-color: #EBA888; }
span { border-color: rgb(235,168,136); }
td.TdClassName
{
border-color: #EBA888;
}
.TagClassName
{
border-color: #EBA888;
}
</style>