Shades of Tonys Pink #EDA887
Tints of Tonys Pink #EDA887
RGB
CMYK
RGB Variations
Color information
#EDA887 (or 0xEDA887) is known color: Tonys Pink. HEX triplet: ED, A8 and 87. RGB value is (237,168,135). Sum of RGB (Red+Green+Blue) = 237+168+135=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 168 (66.02% from 255 or 31.11% from 540); Blue value is 135 (53.12% from 255 or 25% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA887 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA887 is #125778. Grayscale: #B9B9B9. Windows color (decimal): -1202041 or 8890605. OLE color: 8890605.
HSL color Cylindrical-coordinate representation of color #EDA887: hue angle of 19.41º 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 #EDA887 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 135 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.07 |
| HSL | 19.41º | 0.74% | 0.73% | - |
| HSV(B) | 19.41º | 0.43% | 0.93% | - |
| XYZ | 53.3 | 47.76 | 29.33 | - |
| YUV | 184.87 | 99.86 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 135 | 0 | 0.29 | 0.43 | 0.07 | 19.41 | 0.74 | 0.73 |
| Hex | ED | A8 | 87 | 0 | 1D | 2B | 7 | 13 | 4A | 49 |
| Octal | 355 | 250 | 207 | 0 | 35 | 53 | 7 | 23 | 112 | 111 |
| Binary | 11101101 | 10101000 | 10000111 | 0 | 11101 | 101011 | 111 | 10011 | 1001010 | 1001001 |
Color Harmonies of #EDA887
Complementary color
Monochromatic Colors of #EDA887
Black with #EDA887
Text Example
Text Example
White with #EDA887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA887; }
p { color: rgb(237,168,135); }
H1.HeaderClassName
{
color: #EDA887;
}
.AnyTagClassName
{
color: #EDA887;
}
</style>
background-color css
<style>
a { background-color: #EDA887; }
a { background-color: rgb(237,168,135); }
div.DivClassName
{
background-color: #EDA887;
}
.BgClassName
{
background-color: #EDA887;
}
</style>
border-color css
<style>
span { border-color: #EDA887; }
span { border-color: rgb(237,168,135); }
td.TdClassName
{
border-color: #EDA887;
}
.TagClassName
{
border-color: #EDA887;
}
</style>