Shades of Tonys Pink #EBA98E
Tints of Tonys Pink #EBA98E
RGB
CMYK
RGB Variations
Color information
#EBA98E (or 0xEBA98E) is known color: Tonys Pink. HEX triplet: EB, A9 and 8E. RGB value is (235,169,142). Sum of RGB (Red+Green+Blue) = 235+169+142=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 142 (55.86% from 255 or 26.01% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA98E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA98E is #145671. Grayscale: #B9B9B9. Windows color (decimal): -1332850 or 9349611. OLE color: 9349611.
HSL color Cylindrical-coordinate representation of color #EBA98E: hue angle of 17.42º 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 #EBA98E is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 142 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.08 |
| HSL | 17.42º | 0.7% | 0.74% | - |
| HSV(B) | 17.42º | 0.4% | 0.92% | - |
| XYZ | 53.33 | 47.99 | 32.04 | - |
| YUV | 185.66 | 103.37 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 142 | 0 | 0.28 | 0.40 | 0.08 | 17.42 | 0.7 | 0.74 |
| Hex | EB | A9 | 8E | 0 | 1C | 28 | 8 | 11 | 46 | 4A |
| Octal | 353 | 251 | 216 | 0 | 34 | 50 | 10 | 21 | 106 | 112 |
| Binary | 11101011 | 10101001 | 10001110 | 0 | 11100 | 101000 | 1000 | 10001 | 1000110 | 1001010 |
Color Harmonies of #EBA98E
Complementary color
Monochromatic Colors of #EBA98E
Black with #EBA98E
Text Example
Text Example
White with #EBA98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA98E; }
p { color: rgb(235,169,142); }
H1.HeaderClassName
{
color: #EBA98E;
}
.AnyTagClassName
{
color: #EBA98E;
}
</style>
background-color css
<style>
a { background-color: #EBA98E; }
a { background-color: rgb(235,169,142); }
div.DivClassName
{
background-color: #EBA98E;
}
.BgClassName
{
background-color: #EBA98E;
}
</style>
border-color css
<style>
span { border-color: #EBA98E; }
span { border-color: rgb(235,169,142); }
td.TdClassName
{
border-color: #EBA98E;
}
.TagClassName
{
border-color: #EBA98E;
}
</style>