Shades of Tonys Pink #EBA399
Tints of Tonys Pink #EBA399
RGB
CMYK
RGB Variations
Color information
#EBA399 (or 0xEBA399) is known color: Tonys Pink. HEX triplet: EB, A3 and 99. RGB value is (235,163,153). Sum of RGB (Red+Green+Blue) = 235+163+153=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 163 (64.06% from 255 or 29.58% from 551); Blue value is 153 (60.16% from 255 or 27.77% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA399 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA399 is #145C66. Grayscale: #B7B7B7. Windows color (decimal): -1334375 or 10068971. OLE color: 10068971.
HSL color Cylindrical-coordinate representation of color #EBA399: hue angle of 7.32º 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 #EBA399 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 163 | 153 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.08 |
| HSL | 7.32º | 0.67% | 0.76% | - |
| HSV(B) | 7.32º | 0.35% | 0.92% | - |
| XYZ | 53.11 | 46.16 | 36.25 | - |
| YUV | 183.39 | 110.85 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 163 | 153 | 0 | 0.31 | 0.35 | 0.08 | 7.32 | 0.67 | 0.76 |
| Hex | EB | A3 | 99 | 0 | 1F | 23 | 8 | 7 | 43 | 4C |
| Octal | 353 | 243 | 231 | 0 | 37 | 43 | 10 | 7 | 103 | 114 |
| Binary | 11101011 | 10100011 | 10011001 | 0 | 11111 | 100011 | 1000 | 111 | 1000011 | 1001100 |
Color Harmonies of #EBA399
Complementary color
Monochromatic Colors of #EBA399
Black with #EBA399
Text Example
Text Example
White with #EBA399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA399; }
p { color: rgb(235,163,153); }
H1.HeaderClassName
{
color: #EBA399;
}
.AnyTagClassName
{
color: #EBA399;
}
</style>
background-color css
<style>
a { background-color: #EBA399; }
a { background-color: rgb(235,163,153); }
div.DivClassName
{
background-color: #EBA399;
}
.BgClassName
{
background-color: #EBA399;
}
</style>
border-color css
<style>
span { border-color: #EBA399; }
span { border-color: rgb(235,163,153); }
td.TdClassName
{
border-color: #EBA399;
}
.TagClassName
{
border-color: #EBA399;
}
</style>