Shades of Tonys Pink #EBA17F
Tints of Tonys Pink #EBA17F
RGB
CMYK
RGB Variations
Color information
#EBA17F (or 0xEBA17F) is known color: Tonys Pink. HEX triplet: EB, A1 and 7F. RGB value is (235,161,127). Sum of RGB (Red+Green+Blue) = 235+161+127=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 127 (50% from 255 or 24.28% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA17F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA17F is #145E80. Grayscale: #B3B3B3. Windows color (decimal): -1334913 or 8364523. OLE color: 8364523.
HSL color Cylindrical-coordinate representation of color #EBA17F: hue angle of 18.89º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EBA17F is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 127 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.08 |
| HSL | 18.89º | 0.73% | 0.71% | - |
| HSV(B) | 18.89º | 0.46% | 0.92% | - |
| XYZ | 50.84 | 44.68 | 26.02 | - |
| YUV | 179.25 | 98.52 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 127 | 0 | 0.31 | 0.46 | 0.08 | 18.89 | 0.73 | 0.71 |
| Hex | EB | A1 | 7F | 0 | 1F | 2E | 8 | 13 | 49 | 47 |
| Octal | 353 | 241 | 177 | 0 | 37 | 56 | 10 | 23 | 111 | 107 |
| Binary | 11101011 | 10100001 | 1111111 | 0 | 11111 | 101110 | 1000 | 10011 | 1001001 | 1000111 |
Color Harmonies of #EBA17F
Complementary color
Monochromatic Colors of #EBA17F
Black with #EBA17F
Text Example
Text Example
White with #EBA17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA17F; }
p { color: rgb(235,161,127); }
H1.HeaderClassName
{
color: #EBA17F;
}
.AnyTagClassName
{
color: #EBA17F;
}
</style>
background-color css
<style>
a { background-color: #EBA17F; }
a { background-color: rgb(235,161,127); }
div.DivClassName
{
background-color: #EBA17F;
}
.BgClassName
{
background-color: #EBA17F;
}
</style>
border-color css
<style>
span { border-color: #EBA17F; }
span { border-color: rgb(235,161,127); }
td.TdClassName
{
border-color: #EBA17F;
}
.TagClassName
{
border-color: #EBA17F;
}
</style>