Shades of Tonys Pink #EBA78D
Tints of Tonys Pink #EBA78D
RGB
CMYK
RGB Variations
Color information
#EBA78D (or 0xEBA78D) is known color: Tonys Pink. HEX triplet: EB, A7 and 8D. RGB value is (235,167,141). Sum of RGB (Red+Green+Blue) = 235+167+141=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 167 (65.62% from 255 or 30.76% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA78D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA78D is #145872. Grayscale: #B8B8B8. Windows color (decimal): -1333363 or 9283563. OLE color: 9283563.
HSL color Cylindrical-coordinate representation of color #EBA78D: hue angle of 16.6º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBA78D is Cyan = 0, Magento = 0.29, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 141 | - |
| CMYK | 0 | 0.29 | 0.4 | 0.08 |
| HSL | 16.6º | 0.7% | 0.74% | - |
| HSV(B) | 16.6º | 0.4% | 0.92% | - |
| XYZ | 52.89 | 47.22 | 31.53 | - |
| YUV | 184.37 | 103.53 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 141 | 0 | 0.29 | 0.4 | 0.08 | 16.6 | 0.7 | 0.74 |
| Hex | EB | A7 | 8D | 0 | 1D | 28 | 8 | 11 | 46 | 4A |
| Octal | 353 | 247 | 215 | 0 | 35 | 50 | 10 | 21 | 106 | 112 |
| Binary | 11101011 | 10100111 | 10001101 | 0 | 11101 | 101000 | 1000 | 10001 | 1000110 | 1001010 |
Color Harmonies of #EBA78D
Complementary color
Monochromatic Colors of #EBA78D
Black with #EBA78D
Text Example
Text Example
White with #EBA78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA78D; }
p { color: rgb(235,167,141); }
H1.HeaderClassName
{
color: #EBA78D;
}
.AnyTagClassName
{
color: #EBA78D;
}
</style>
background-color css
<style>
a { background-color: #EBA78D; }
a { background-color: rgb(235,167,141); }
div.DivClassName
{
background-color: #EBA78D;
}
.BgClassName
{
background-color: #EBA78D;
}
</style>
border-color css
<style>
span { border-color: #EBA78D; }
span { border-color: rgb(235,167,141); }
td.TdClassName
{
border-color: #EBA78D;
}
.TagClassName
{
border-color: #EBA78D;
}
</style>