Shades of Tonys Pink #EDA786
Tints of Tonys Pink #EDA786
RGB
CMYK
RGB Variations
Color information
#EDA786 (or 0xEDA786) is known color: Tonys Pink. HEX triplet: ED, A7 and 86. RGB value is (237,167,134). Sum of RGB (Red+Green+Blue) = 237+167+134=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 167 (65.62% from 255 or 31.04% from 538); Blue value is 134 (52.73% from 255 or 24.91% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA786 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA786 is #125879. Grayscale: #B8B8B8. Windows color (decimal): -1202298 or 8824813. OLE color: 8824813.
HSL color Cylindrical-coordinate representation of color #EDA786: hue angle of 19.22º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDA786 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 134 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.07 |
| HSL | 19.22º | 0.74% | 0.73% | - |
| HSV(B) | 19.22º | 0.43% | 0.93% | - |
| XYZ | 53.05 | 47.36 | 28.9 | - |
| YUV | 184.17 | 99.69 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 134 | 0 | 0.30 | 0.43 | 0.07 | 19.22 | 0.74 | 0.73 |
| Hex | ED | A7 | 86 | 0 | 1E | 2B | 7 | 13 | 4A | 49 |
| Octal | 355 | 247 | 206 | 0 | 36 | 53 | 7 | 23 | 112 | 111 |
| Binary | 11101101 | 10100111 | 10000110 | 0 | 11110 | 101011 | 111 | 10011 | 1001010 | 1001001 |
Color Harmonies of #EDA786
Complementary color
Monochromatic Colors of #EDA786
Black with #EDA786
Text Example
Text Example
White with #EDA786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA786; }
p { color: rgb(237,167,134); }
H1.HeaderClassName
{
color: #EDA786;
}
.AnyTagClassName
{
color: #EDA786;
}
</style>
background-color css
<style>
a { background-color: #EDA786; }
a { background-color: rgb(237,167,134); }
div.DivClassName
{
background-color: #EDA786;
}
.BgClassName
{
background-color: #EDA786;
}
</style>
border-color css
<style>
span { border-color: #EDA786; }
span { border-color: rgb(237,167,134); }
td.TdClassName
{
border-color: #EDA786;
}
.TagClassName
{
border-color: #EDA786;
}
</style>