Shades of Tonys Pink #EBA98A
Tints of Tonys Pink #EBA98A
RGB
CMYK
RGB Variations
Color information
#EBA98A (or 0xEBA98A) is known color: Tonys Pink. HEX triplet: EB, A9 and 8A. RGB value is (235,169,138). Sum of RGB (Red+Green+Blue) = 235+169+138=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA98A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA98A is #145675. Grayscale: #B9B9B9. Windows color (decimal): -1332854 or 9087467. OLE color: 9087467.
HSL color Cylindrical-coordinate representation of color #EBA98A: hue angle of 19.18º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EBA98A is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 138 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.08 |
| HSL | 19.18º | 0.71% | 0.73% | - |
| HSV(B) | 19.18º | 0.41% | 0.92% | - |
| XYZ | 53.04 | 47.87 | 30.49 | - |
| YUV | 185.2 | 101.37 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 138 | 0 | 0.28 | 0.41 | 0.08 | 19.18 | 0.71 | 0.73 |
| Hex | EB | A9 | 8A | 0 | 1C | 29 | 8 | 13 | 47 | 49 |
| Octal | 353 | 251 | 212 | 0 | 34 | 51 | 10 | 23 | 107 | 111 |
| Binary | 11101011 | 10101001 | 10001010 | 0 | 11100 | 101001 | 1000 | 10011 | 1000111 | 1001001 |
Color Harmonies of #EBA98A
Complementary color
Monochromatic Colors of #EBA98A
Black with #EBA98A
Text Example
Text Example
White with #EBA98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA98A; }
p { color: rgb(235,169,138); }
H1.HeaderClassName
{
color: #EBA98A;
}
.AnyTagClassName
{
color: #EBA98A;
}
</style>
background-color css
<style>
a { background-color: #EBA98A; }
a { background-color: rgb(235,169,138); }
div.DivClassName
{
background-color: #EBA98A;
}
.BgClassName
{
background-color: #EBA98A;
}
</style>
border-color css
<style>
span { border-color: #EBA98A; }
span { border-color: rgb(235,169,138); }
td.TdClassName
{
border-color: #EBA98A;
}
.TagClassName
{
border-color: #EBA98A;
}
</style>