Shades of Tonys Pink #EDA988
Tints of Tonys Pink #EDA988
RGB
CMYK
RGB Variations
Color information
#EDA988 (or 0xEDA988) is known color: Tonys Pink. HEX triplet: ED, A9 and 88. RGB value is (237,169,136). Sum of RGB (Red+Green+Blue) = 237+169+136=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 136 (53.52% from 255 or 25.09% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA988 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA988 is #125677. Grayscale: #B9B9B9. Windows color (decimal): -1201784 or 8956397. OLE color: 8956397.
HSL color Cylindrical-coordinate representation of color #EDA988: hue angle of 19.6º 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 #EDA988 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 136 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.07 |
| HSL | 19.6º | 0.74% | 0.73% | - |
| HSV(B) | 19.6º | 0.43% | 0.93% | - |
| XYZ | 53.56 | 48.16 | 29.77 | - |
| YUV | 185.57 | 100.03 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 136 | 0 | 0.29 | 0.43 | 0.07 | 19.6 | 0.74 | 0.73 |
| Hex | ED | A9 | 88 | 0 | 1D | 2B | 7 | 14 | 4A | 49 |
| Octal | 355 | 251 | 210 | 0 | 35 | 53 | 7 | 24 | 112 | 111 |
| Binary | 11101101 | 10101001 | 10001000 | 0 | 11101 | 101011 | 111 | 10100 | 1001010 | 1001001 |
Color Harmonies of #EDA988
Complementary color
Monochromatic Colors of #EDA988
Black with #EDA988
Text Example
Text Example
White with #EDA988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA988; }
p { color: rgb(237,169,136); }
H1.HeaderClassName
{
color: #EDA988;
}
.AnyTagClassName
{
color: #EDA988;
}
</style>
background-color css
<style>
a { background-color: #EDA988; }
a { background-color: rgb(237,169,136); }
div.DivClassName
{
background-color: #EDA988;
}
.BgClassName
{
background-color: #EDA988;
}
</style>
border-color css
<style>
span { border-color: #EDA988; }
span { border-color: rgb(237,169,136); }
td.TdClassName
{
border-color: #EDA988;
}
.TagClassName
{
border-color: #EDA988;
}
</style>