Shades of Tonys Pink #EBA498
Tints of Tonys Pink #EBA498
RGB
CMYK
RGB Variations
Color information
#EBA498 (or 0xEBA498) is known color: Tonys Pink. HEX triplet: EB, A4 and 98. RGB value is (235,164,152). Sum of RGB (Red+Green+Blue) = 235+164+152=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 164 (64.45% from 255 or 29.76% from 551); Blue value is 152 (59.77% from 255 or 27.59% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA498 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA498 is #145B67. Grayscale: #B7B7B7. Windows color (decimal): -1334120 or 10003691. OLE color: 10003691.
HSL color Cylindrical-coordinate representation of color #EBA498: hue angle of 8.67º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EBA498 is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 152 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.08 |
| HSL | 8.67º | 0.67% | 0.76% | - |
| HSV(B) | 8.67º | 0.35% | 0.92% | - |
| XYZ | 53.2 | 46.48 | 35.87 | - |
| YUV | 183.86 | 110.02 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 152 | 0 | 0.30 | 0.35 | 0.08 | 8.67 | 0.67 | 0.76 |
| Hex | EB | A4 | 98 | 0 | 1E | 23 | 8 | 9 | 43 | 4C |
| Octal | 353 | 244 | 230 | 0 | 36 | 43 | 10 | 11 | 103 | 114 |
| Binary | 11101011 | 10100100 | 10011000 | 0 | 11110 | 100011 | 1000 | 1001 | 1000011 | 1001100 |
Color Harmonies of #EBA498
Complementary color
Monochromatic Colors of #EBA498
Black with #EBA498
Text Example
Text Example
White with #EBA498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA498; }
p { color: rgb(235,164,152); }
H1.HeaderClassName
{
color: #EBA498;
}
.AnyTagClassName
{
color: #EBA498;
}
</style>
background-color css
<style>
a { background-color: #EBA498; }
a { background-color: rgb(235,164,152); }
div.DivClassName
{
background-color: #EBA498;
}
.BgClassName
{
background-color: #EBA498;
}
</style>
border-color css
<style>
span { border-color: #EBA498; }
span { border-color: rgb(235,164,152); }
td.TdClassName
{
border-color: #EBA498;
}
.TagClassName
{
border-color: #EBA498;
}
</style>