Shades of Tonys Pink #EBA081
Tints of Tonys Pink #EBA081
RGB
CMYK
RGB Variations
Color information
#EBA081 (or 0xEBA081) is known color: Tonys Pink. HEX triplet: EB, A0 and 81. RGB value is (235,160,129). Sum of RGB (Red+Green+Blue) = 235+160+129=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 129 (50.78% from 255 or 24.62% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA081 is #145F7E. Grayscale: #B3B3B3. Windows color (decimal): -1335167 or 8495339. OLE color: 8495339.
HSL color Cylindrical-coordinate representation of color #EBA081: hue angle of 17.55º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EBA081 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 129 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.08 |
| HSL | 17.55º | 0.73% | 0.71% | - |
| HSV(B) | 17.55º | 0.45% | 0.92% | - |
| XYZ | 50.79 | 44.39 | 26.66 | - |
| YUV | 178.89 | 99.85 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 129 | 0 | 0.32 | 0.45 | 0.08 | 17.55 | 0.73 | 0.71 |
| Hex | EB | A0 | 81 | 0 | 20 | 2D | 8 | 12 | 49 | 47 |
| Octal | 353 | 240 | 201 | 0 | 40 | 55 | 10 | 22 | 111 | 107 |
| Binary | 11101011 | 10100000 | 10000001 | 0 | 100000 | 101101 | 1000 | 10010 | 1001001 | 1000111 |
Color Harmonies of #EBA081
Complementary color
Monochromatic Colors of #EBA081
Black with #EBA081
Text Example
Text Example
White with #EBA081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA081; }
p { color: rgb(235,160,129); }
H1.HeaderClassName
{
color: #EBA081;
}
.AnyTagClassName
{
color: #EBA081;
}
</style>
background-color css
<style>
a { background-color: #EBA081; }
a { background-color: rgb(235,160,129); }
div.DivClassName
{
background-color: #EBA081;
}
.BgClassName
{
background-color: #EBA081;
}
</style>
border-color css
<style>
span { border-color: #EBA081; }
span { border-color: rgb(235,160,129); }
td.TdClassName
{
border-color: #EBA081;
}
.TagClassName
{
border-color: #EBA081;
}
</style>