Shades of Tonys Pink #EDA188
Tints of Tonys Pink #EDA188
RGB
CMYK
RGB Variations
Color information
#EDA188 (or 0xEDA188) is known color: Tonys Pink. HEX triplet: ED, A1 and 88. RGB value is (237,161,136). Sum of RGB (Red+Green+Blue) = 237+161+136=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 136 (53.52% from 255 or 25.47% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA188 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA188 is #125E77. Grayscale: #B5B5B5. Windows color (decimal): -1203832 or 8954349. OLE color: 8954349.
HSL color Cylindrical-coordinate representation of color #EDA188: hue angle of 14.85º 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 #EDA188 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 136 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.07 |
| HSL | 14.85º | 0.74% | 0.73% | - |
| HSV(B) | 14.85º | 0.43% | 0.93% | - |
| XYZ | 52.11 | 45.27 | 29.28 | - |
| YUV | 180.87 | 102.68 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 136 | 0 | 0.32 | 0.43 | 0.07 | 14.85 | 0.74 | 0.73 |
| Hex | ED | A1 | 88 | 0 | 20 | 2B | 7 | F | 4A | 49 |
| Octal | 355 | 241 | 210 | 0 | 40 | 53 | 7 | 17 | 112 | 111 |
| Binary | 11101101 | 10100001 | 10001000 | 0 | 100000 | 101011 | 111 | 1111 | 1001010 | 1001001 |
Color Harmonies of #EDA188
Complementary color
Monochromatic Colors of #EDA188
Black with #EDA188
Text Example
Text Example
White with #EDA188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA188; }
p { color: rgb(237,161,136); }
H1.HeaderClassName
{
color: #EDA188;
}
.AnyTagClassName
{
color: #EDA188;
}
</style>
background-color css
<style>
a { background-color: #EDA188; }
a { background-color: rgb(237,161,136); }
div.DivClassName
{
background-color: #EDA188;
}
.BgClassName
{
background-color: #EDA188;
}
</style>
border-color css
<style>
span { border-color: #EDA188; }
span { border-color: rgb(237,161,136); }
td.TdClassName
{
border-color: #EDA188;
}
.TagClassName
{
border-color: #EDA188;
}
</style>