Shades of Tonys Pink #EDA788
Tints of Tonys Pink #EDA788
RGB
CMYK
RGB Variations
Color information
#EDA788 (or 0xEDA788) is known color: Tonys Pink. HEX triplet: ED, A7 and 88. RGB value is (237,167,136). Sum of RGB (Red+Green+Blue) = 237+167+136=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 167 (65.62% from 255 or 30.93% from 540); Blue value is 136 (53.52% from 255 or 25.19% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA788 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA788 is #125877. Grayscale: #B8B8B8. Windows color (decimal): -1202296 or 8955885. OLE color: 8955885.
HSL color Cylindrical-coordinate representation of color #EDA788: hue angle of 18.42º 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 #EDA788 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 136 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.07 |
| HSL | 18.42º | 0.74% | 0.73% | - |
| HSV(B) | 18.42º | 0.43% | 0.93% | - |
| XYZ | 53.19 | 47.42 | 29.64 | - |
| YUV | 184.4 | 100.69 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 136 | 0 | 0.30 | 0.43 | 0.07 | 18.42 | 0.74 | 0.73 |
| Hex | ED | A7 | 88 | 0 | 1E | 2B | 7 | 12 | 4A | 49 |
| Octal | 355 | 247 | 210 | 0 | 36 | 53 | 7 | 22 | 112 | 111 |
| Binary | 11101101 | 10100111 | 10001000 | 0 | 11110 | 101011 | 111 | 10010 | 1001010 | 1001001 |
Color Harmonies of #EDA788
Complementary color
Monochromatic Colors of #EDA788
Black with #EDA788
Text Example
Text Example
White with #EDA788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA788; }
p { color: rgb(237,167,136); }
H1.HeaderClassName
{
color: #EDA788;
}
.AnyTagClassName
{
color: #EDA788;
}
</style>
background-color css
<style>
a { background-color: #EDA788; }
a { background-color: rgb(237,167,136); }
div.DivClassName
{
background-color: #EDA788;
}
.BgClassName
{
background-color: #EDA788;
}
</style>
border-color css
<style>
span { border-color: #EDA788; }
span { border-color: rgb(237,167,136); }
td.TdClassName
{
border-color: #EDA788;
}
.TagClassName
{
border-color: #EDA788;
}
</style>