Shades of Tonys Pink #EDA189
Tints of Tonys Pink #EDA189
RGB
CMYK
RGB Variations
Color information
#EDA189 (or 0xEDA189) is known color: Tonys Pink. HEX triplet: ED, A1 and 89. RGB value is (237,161,137). Sum of RGB (Red+Green+Blue) = 237+161+137=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 137 (53.91% from 255 or 25.61% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA189 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA189 is #125E76. Grayscale: #B5B5B5. Windows color (decimal): -1203831 or 9019885. OLE color: 9019885.
HSL color Cylindrical-coordinate representation of color #EDA189: hue angle of 14.4º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDA189 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 137 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.07 |
| HSL | 14.4º | 0.74% | 0.73% | - |
| HSV(B) | 14.4º | 0.42% | 0.93% | - |
| XYZ | 52.19 | 45.3 | 29.66 | - |
| YUV | 180.99 | 103.18 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 137 | 0 | 0.32 | 0.42 | 0.07 | 14.4 | 0.74 | 0.73 |
| Hex | ED | A1 | 89 | 0 | 20 | 2A | 7 | E | 4A | 49 |
| Octal | 355 | 241 | 211 | 0 | 40 | 52 | 7 | 16 | 112 | 111 |
| Binary | 11101101 | 10100001 | 10001001 | 0 | 100000 | 101010 | 111 | 1110 | 1001010 | 1001001 |
Color Harmonies of #EDA189
Complementary color
Monochromatic Colors of #EDA189
Black with #EDA189
Text Example
Text Example
White with #EDA189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA189; }
p { color: rgb(237,161,137); }
H1.HeaderClassName
{
color: #EDA189;
}
.AnyTagClassName
{
color: #EDA189;
}
</style>
background-color css
<style>
a { background-color: #EDA189; }
a { background-color: rgb(237,161,137); }
div.DivClassName
{
background-color: #EDA189;
}
.BgClassName
{
background-color: #EDA189;
}
</style>
border-color css
<style>
span { border-color: #EDA189; }
span { border-color: rgb(237,161,137); }
td.TdClassName
{
border-color: #EDA189;
}
.TagClassName
{
border-color: #EDA189;
}
</style>