Shades of Tonys Pink #EBA383
Tints of Tonys Pink #EBA383
RGB
CMYK
RGB Variations
Color information
#EBA383 (or 0xEBA383) is known color: Tonys Pink. HEX triplet: EB, A3 and 83. RGB value is (235,163,131). Sum of RGB (Red+Green+Blue) = 235+163+131=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 163 (64.06% from 255 or 30.81% from 529); Blue value is 131 (51.56% from 255 or 24.76% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA383 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA383 is #145C7C. Grayscale: #B5B5B5. Windows color (decimal): -1334397 or 8627179. OLE color: 8627179.
HSL color Cylindrical-coordinate representation of color #EBA383: hue angle of 18.46º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EBA383 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 163 | 131 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.08 |
| HSL | 18.46º | 0.72% | 0.72% | - |
| HSV(B) | 18.46º | 0.44% | 0.92% | - |
| XYZ | 51.45 | 45.5 | 27.54 | - |
| YUV | 180.88 | 99.85 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 163 | 131 | 0 | 0.31 | 0.44 | 0.08 | 18.46 | 0.72 | 0.72 |
| Hex | EB | A3 | 83 | 0 | 1F | 2C | 8 | 12 | 48 | 48 |
| Octal | 353 | 243 | 203 | 0 | 37 | 54 | 10 | 22 | 110 | 110 |
| Binary | 11101011 | 10100011 | 10000011 | 0 | 11111 | 101100 | 1000 | 10010 | 1001000 | 1001000 |
Color Harmonies of #EBA383
Complementary color
Monochromatic Colors of #EBA383
Black with #EBA383
Text Example
Text Example
White with #EBA383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA383; }
p { color: rgb(235,163,131); }
H1.HeaderClassName
{
color: #EBA383;
}
.AnyTagClassName
{
color: #EBA383;
}
</style>
background-color css
<style>
a { background-color: #EBA383; }
a { background-color: rgb(235,163,131); }
div.DivClassName
{
background-color: #EBA383;
}
.BgClassName
{
background-color: #EBA383;
}
</style>
border-color css
<style>
span { border-color: #EBA383; }
span { border-color: rgb(235,163,131); }
td.TdClassName
{
border-color: #EBA383;
}
.TagClassName
{
border-color: #EBA383;
}
</style>