Shades of Tonys Pink #EBAC8C
Tints of Tonys Pink #EBAC8C
RGB
CMYK
RGB Variations
Color information
#EBAC8C (or 0xEBAC8C) is known color: Tonys Pink. HEX triplet: EB, AC and 8C. RGB value is (235,172,140). Sum of RGB (Red+Green+Blue) = 235+172+140=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 140 (55.08% from 255 or 25.59% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAC8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAC8C is #145373. Grayscale: #BBBBBB. Windows color (decimal): -1332084 or 9219307. OLE color: 9219307.
HSL color Cylindrical-coordinate representation of color #EBAC8C: hue angle of 20.21º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBAC8C is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 172 | 140 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.08 |
| HSL | 20.21º | 0.7% | 0.74% | - |
| HSV(B) | 20.21º | 0.4% | 0.92% | - |
| XYZ | 53.75 | 49.06 | 31.45 | - |
| YUV | 187.19 | 101.37 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 172 | 140 | 0 | 0.27 | 0.40 | 0.08 | 20.21 | 0.7 | 0.74 |
| Hex | EB | AC | 8C | 0 | 1B | 28 | 8 | 14 | 46 | 4A |
| Octal | 353 | 254 | 214 | 0 | 33 | 50 | 10 | 24 | 106 | 112 |
| Binary | 11101011 | 10101100 | 10001100 | 0 | 11011 | 101000 | 1000 | 10100 | 1000110 | 1001010 |
Color Harmonies of #EBAC8C
Complementary color
Monochromatic Colors of #EBAC8C
Black with #EBAC8C
Text Example
Text Example
White with #EBAC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAC8C; }
p { color: rgb(235,172,140); }
H1.HeaderClassName
{
color: #EBAC8C;
}
.AnyTagClassName
{
color: #EBAC8C;
}
</style>
background-color css
<style>
a { background-color: #EBAC8C; }
a { background-color: rgb(235,172,140); }
div.DivClassName
{
background-color: #EBAC8C;
}
.BgClassName
{
background-color: #EBAC8C;
}
</style>
border-color css
<style>
span { border-color: #EBAC8C; }
span { border-color: rgb(235,172,140); }
td.TdClassName
{
border-color: #EBAC8C;
}
.TagClassName
{
border-color: #EBAC8C;
}
</style>