Shades of Tonys Pink #EBA68E
Tints of Tonys Pink #EBA68E
RGB
CMYK
RGB Variations
Color information
#EBA68E (or 0xEBA68E) is known color: Tonys Pink. HEX triplet: EB, A6 and 8E. RGB value is (235,166,142). Sum of RGB (Red+Green+Blue) = 235+166+142=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA68E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA68E is #145971. Grayscale: #B8B8B8. Windows color (decimal): -1333618 or 9348843. OLE color: 9348843.
HSL color Cylindrical-coordinate representation of color #EBA68E: hue angle of 15.48º 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 #EBA68E is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 142 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.08 |
| HSL | 15.48º | 0.7% | 0.74% | - |
| HSV(B) | 15.48º | 0.4% | 0.92% | - |
| XYZ | 52.78 | 46.89 | 31.86 | - |
| YUV | 183.9 | 104.36 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 142 | 0 | 0.29 | 0.40 | 0.08 | 15.48 | 0.7 | 0.74 |
| Hex | EB | A6 | 8E | 0 | 1D | 28 | 8 | F | 46 | 4A |
| Octal | 353 | 246 | 216 | 0 | 35 | 50 | 10 | 17 | 106 | 112 |
| Binary | 11101011 | 10100110 | 10001110 | 0 | 11101 | 101000 | 1000 | 1111 | 1000110 | 1001010 |
Color Harmonies of #EBA68E
Complementary color
Monochromatic Colors of #EBA68E
Black with #EBA68E
Text Example
Text Example
White with #EBA68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA68E; }
p { color: rgb(235,166,142); }
H1.HeaderClassName
{
color: #EBA68E;
}
.AnyTagClassName
{
color: #EBA68E;
}
</style>
background-color css
<style>
a { background-color: #EBA68E; }
a { background-color: rgb(235,166,142); }
div.DivClassName
{
background-color: #EBA68E;
}
.BgClassName
{
background-color: #EBA68E;
}
</style>
border-color css
<style>
span { border-color: #EBA68E; }
span { border-color: rgb(235,166,142); }
td.TdClassName
{
border-color: #EBA68E;
}
.TagClassName
{
border-color: #EBA68E;
}
</style>