Shades of Tonys Pink #EBA98F
Tints of Tonys Pink #EBA98F
RGB
CMYK
RGB Variations
Color information
#EBA98F (or 0xEBA98F) is known color: Tonys Pink. HEX triplet: EB, A9 and 8F. RGB value is (235,169,143). Sum of RGB (Red+Green+Blue) = 235+169+143=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 143 (56.25% from 255 or 26.14% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA98F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA98F is #145670. Grayscale: #B9B9B9. Windows color (decimal): -1332849 or 9415147. OLE color: 9415147.
HSL color Cylindrical-coordinate representation of color #EBA98F: hue angle of 16.96º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EBA98F is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 143 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.08 |
| HSL | 16.96º | 0.7% | 0.74% | - |
| HSV(B) | 16.96º | 0.39% | 0.92% | - |
| XYZ | 53.41 | 48.02 | 32.44 | - |
| YUV | 185.77 | 103.87 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 143 | 0 | 0.28 | 0.39 | 0.08 | 16.96 | 0.7 | 0.74 |
| Hex | EB | A9 | 8F | 0 | 1C | 27 | 8 | 11 | 46 | 4A |
| Octal | 353 | 251 | 217 | 0 | 34 | 47 | 10 | 21 | 106 | 112 |
| Binary | 11101011 | 10101001 | 10001111 | 0 | 11100 | 100111 | 1000 | 10001 | 1000110 | 1001010 |
Color Harmonies of #EBA98F
Complementary color
Monochromatic Colors of #EBA98F
Black with #EBA98F
Text Example
Text Example
White with #EBA98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA98F; }
p { color: rgb(235,169,143); }
H1.HeaderClassName
{
color: #EBA98F;
}
.AnyTagClassName
{
color: #EBA98F;
}
</style>
background-color css
<style>
a { background-color: #EBA98F; }
a { background-color: rgb(235,169,143); }
div.DivClassName
{
background-color: #EBA98F;
}
.BgClassName
{
background-color: #EBA98F;
}
</style>
border-color css
<style>
span { border-color: #EBA98F; }
span { border-color: rgb(235,169,143); }
td.TdClassName
{
border-color: #EBA98F;
}
.TagClassName
{
border-color: #EBA98F;
}
</style>