Shades of Tonys Pink #EBA794
Tints of Tonys Pink #EBA794
RGB
CMYK
RGB Variations
Color information
#EBA794 (or 0xEBA794) is known color: Tonys Pink. HEX triplet: EB, A7 and 94. RGB value is (235,167,148). Sum of RGB (Red+Green+Blue) = 235+167+148=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 167 (65.62% from 255 or 30.36% from 550); Blue value is 148 (58.20% from 255 or 26.91% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA794 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA794 is #14586B. Grayscale: #B9B9B9. Windows color (decimal): -1333356 or 9742315. OLE color: 9742315.
HSL color Cylindrical-coordinate representation of color #EBA794: hue angle of 13.1º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EBA794 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 148 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.08 |
| HSL | 13.1º | 0.69% | 0.75% | - |
| HSV(B) | 13.1º | 0.37% | 0.92% | - |
| XYZ | 53.42 | 47.44 | 34.36 | - |
| YUV | 185.17 | 107.03 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 148 | 0 | 0.29 | 0.37 | 0.08 | 13.1 | 0.69 | 0.75 |
| Hex | EB | A7 | 94 | 0 | 1D | 25 | 8 | D | 45 | 4B |
| Octal | 353 | 247 | 224 | 0 | 35 | 45 | 10 | 15 | 105 | 113 |
| Binary | 11101011 | 10100111 | 10010100 | 0 | 11101 | 100101 | 1000 | 1101 | 1000101 | 1001011 |
Color Harmonies of #EBA794
Complementary color
Monochromatic Colors of #EBA794
Black with #EBA794
Text Example
Text Example
White with #EBA794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA794; }
p { color: rgb(235,167,148); }
H1.HeaderClassName
{
color: #EBA794;
}
.AnyTagClassName
{
color: #EBA794;
}
</style>
background-color css
<style>
a { background-color: #EBA794; }
a { background-color: rgb(235,167,148); }
div.DivClassName
{
background-color: #EBA794;
}
.BgClassName
{
background-color: #EBA794;
}
</style>
border-color css
<style>
span { border-color: #EBA794; }
span { border-color: rgb(235,167,148); }
td.TdClassName
{
border-color: #EBA794;
}
.TagClassName
{
border-color: #EBA794;
}
</style>