Shades of Tonys Pink #EBA991
Tints of Tonys Pink #EBA991
RGB
CMYK
RGB Variations
Color information
#EBA991 (or 0xEBA991) is known color: Tonys Pink. HEX triplet: EB, A9 and 91. RGB value is (235,169,145). Sum of RGB (Red+Green+Blue) = 235+169+145=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 169 (66.41% from 255 or 30.78% from 549); Blue value is 145 (57.03% from 255 or 26.41% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA991 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA991 is #14566E. Grayscale: #BABABA. Windows color (decimal): -1332847 or 9546219. OLE color: 9546219.
HSL color Cylindrical-coordinate representation of color #EBA991: hue angle of 16º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EBA991 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 145 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.08 |
| HSL | 16º | 0.69% | 0.75% | - |
| HSV(B) | 16º | 0.38% | 0.92% | - |
| XYZ | 53.56 | 48.08 | 33.25 | - |
| YUV | 186 | 104.87 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 145 | 0 | 0.28 | 0.38 | 0.08 | 16 | 0.69 | 0.75 |
| Hex | EB | A9 | 91 | 0 | 1C | 26 | 8 | 10 | 45 | 4B |
| Octal | 353 | 251 | 221 | 0 | 34 | 46 | 10 | 20 | 105 | 113 |
| Binary | 11101011 | 10101001 | 10010001 | 0 | 11100 | 100110 | 1000 | 10000 | 1000101 | 1001011 |
Color Harmonies of #EBA991
Complementary color
Monochromatic Colors of #EBA991
Black with #EBA991
Text Example
Text Example
White with #EBA991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA991; }
p { color: rgb(235,169,145); }
H1.HeaderClassName
{
color: #EBA991;
}
.AnyTagClassName
{
color: #EBA991;
}
</style>
background-color css
<style>
a { background-color: #EBA991; }
a { background-color: rgb(235,169,145); }
div.DivClassName
{
background-color: #EBA991;
}
.BgClassName
{
background-color: #EBA991;
}
</style>
border-color css
<style>
span { border-color: #EBA991; }
span { border-color: rgb(235,169,145); }
td.TdClassName
{
border-color: #EBA991;
}
.TagClassName
{
border-color: #EBA991;
}
</style>