Shades of Tonys Pink #EBA285
Tints of Tonys Pink #EBA285
RGB
CMYK
RGB Variations
Color information
#EBA285 (or 0xEBA285) is known color: Tonys Pink. HEX triplet: EB, A2 and 85. RGB value is (235,162,133). Sum of RGB (Red+Green+Blue) = 235+162+133=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 162 (63.67% from 255 or 30.57% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA285 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA285 is #145D7A. Grayscale: #B4B4B4. Windows color (decimal): -1334651 or 8757995. OLE color: 8757995.
HSL color Cylindrical-coordinate representation of color #EBA285: hue angle of 17.06º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EBA285 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 133 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.08 |
| HSL | 17.06º | 0.72% | 0.72% | - |
| HSV(B) | 17.06º | 0.43% | 0.92% | - |
| XYZ | 51.41 | 45.2 | 28.2 | - |
| YUV | 180.52 | 101.18 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 133 | 0 | 0.31 | 0.43 | 0.08 | 17.06 | 0.72 | 0.72 |
| Hex | EB | A2 | 85 | 0 | 1F | 2B | 8 | 11 | 48 | 48 |
| Octal | 353 | 242 | 205 | 0 | 37 | 53 | 10 | 21 | 110 | 110 |
| Binary | 11101011 | 10100010 | 10000101 | 0 | 11111 | 101011 | 1000 | 10001 | 1001000 | 1001000 |
Color Harmonies of #EBA285
Complementary color
Monochromatic Colors of #EBA285
Black with #EBA285
Text Example
Text Example
White with #EBA285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA285; }
p { color: rgb(235,162,133); }
H1.HeaderClassName
{
color: #EBA285;
}
.AnyTagClassName
{
color: #EBA285;
}
</style>
background-color css
<style>
a { background-color: #EBA285; }
a { background-color: rgb(235,162,133); }
div.DivClassName
{
background-color: #EBA285;
}
.BgClassName
{
background-color: #EBA285;
}
</style>
border-color css
<style>
span { border-color: #EBA285; }
span { border-color: rgb(235,162,133); }
td.TdClassName
{
border-color: #EBA285;
}
.TagClassName
{
border-color: #EBA285;
}
</style>