Shades of Tonys Pink #EBA791
Tints of Tonys Pink #EBA791
RGB
CMYK
RGB Variations
Color information
#EBA791 (or 0xEBA791) is known color: Tonys Pink. HEX triplet: EB, A7 and 91. RGB value is (235,167,145). Sum of RGB (Red+Green+Blue) = 235+167+145=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 167 (65.62% from 255 or 30.53% from 547); Blue value is 145 (57.03% from 255 or 26.51% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA791 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA791 is #14586E. Grayscale: #B8B8B8. Windows color (decimal): -1333359 or 9545707. OLE color: 9545707.
HSL color Cylindrical-coordinate representation of color #EBA791: hue angle of 14.67º 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 #EBA791 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 145 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.08 |
| HSL | 14.67º | 0.69% | 0.75% | - |
| HSV(B) | 14.67º | 0.38% | 0.92% | - |
| XYZ | 53.19 | 47.34 | 33.12 | - |
| YUV | 184.82 | 105.53 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 145 | 0 | 0.29 | 0.38 | 0.08 | 14.67 | 0.69 | 0.75 |
| Hex | EB | A7 | 91 | 0 | 1D | 26 | 8 | F | 45 | 4B |
| Octal | 353 | 247 | 221 | 0 | 35 | 46 | 10 | 17 | 105 | 113 |
| Binary | 11101011 | 10100111 | 10010001 | 0 | 11101 | 100110 | 1000 | 1111 | 1000101 | 1001011 |
Color Harmonies of #EBA791
Complementary color
Monochromatic Colors of #EBA791
Black with #EBA791
Text Example
Text Example
White with #EBA791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA791; }
p { color: rgb(235,167,145); }
H1.HeaderClassName
{
color: #EBA791;
}
.AnyTagClassName
{
color: #EBA791;
}
</style>
background-color css
<style>
a { background-color: #EBA791; }
a { background-color: rgb(235,167,145); }
div.DivClassName
{
background-color: #EBA791;
}
.BgClassName
{
background-color: #EBA791;
}
</style>
border-color css
<style>
span { border-color: #EBA791; }
span { border-color: rgb(235,167,145); }
td.TdClassName
{
border-color: #EBA791;
}
.TagClassName
{
border-color: #EBA791;
}
</style>