Shades of Tonys Pink #EBA88D
Tints of Tonys Pink #EBA88D
RGB
CMYK
RGB Variations
Color information
#EBA88D (or 0xEBA88D) is known color: Tonys Pink. HEX triplet: EB, A8 and 8D. RGB value is (235,168,141). Sum of RGB (Red+Green+Blue) = 235+168+141=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA88D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA88D is #145772. Grayscale: #B9B9B9. Windows color (decimal): -1333107 or 9283819. OLE color: 9283819.
HSL color Cylindrical-coordinate representation of color #EBA88D: hue angle of 17.23º 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 #EBA88D is Cyan = 0, Magento = 0.29, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 141 | - |
| CMYK | 0 | 0.29 | 0.4 | 0.08 |
| HSL | 17.23º | 0.7% | 0.74% | - |
| HSV(B) | 17.23º | 0.4% | 0.92% | - |
| XYZ | 53.07 | 47.59 | 31.59 | - |
| YUV | 184.96 | 103.2 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 141 | 0 | 0.29 | 0.4 | 0.08 | 17.23 | 0.7 | 0.74 |
| Hex | EB | A8 | 8D | 0 | 1D | 28 | 8 | 11 | 46 | 4A |
| Octal | 353 | 250 | 215 | 0 | 35 | 50 | 10 | 21 | 106 | 112 |
| Binary | 11101011 | 10101000 | 10001101 | 0 | 11101 | 101000 | 1000 | 10001 | 1000110 | 1001010 |
Color Harmonies of #EBA88D
Complementary color
Monochromatic Colors of #EBA88D
Black with #EBA88D
Text Example
Text Example
White with #EBA88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA88D; }
p { color: rgb(235,168,141); }
H1.HeaderClassName
{
color: #EBA88D;
}
.AnyTagClassName
{
color: #EBA88D;
}
</style>
background-color css
<style>
a { background-color: #EBA88D; }
a { background-color: rgb(235,168,141); }
div.DivClassName
{
background-color: #EBA88D;
}
.BgClassName
{
background-color: #EBA88D;
}
</style>
border-color css
<style>
span { border-color: #EBA88D; }
span { border-color: rgb(235,168,141); }
td.TdClassName
{
border-color: #EBA88D;
}
.TagClassName
{
border-color: #EBA88D;
}
</style>