Shades of Tonys Pink #EDA185
Tints of Tonys Pink #EDA185
RGB
CMYK
RGB Variations
Color information
#EDA185 (or 0xEDA185) is known color: Tonys Pink. HEX triplet: ED, A1 and 85. RGB value is (237,161,133). Sum of RGB (Red+Green+Blue) = 237+161+133=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 161 (63.28% from 255 or 30.32% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA185 is #125E7A. Grayscale: #B4B4B4. Windows color (decimal): -1203835 or 8757741. OLE color: 8757741.
HSL color Cylindrical-coordinate representation of color #EDA185: hue angle of 16.15º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDA185 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 133 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.07 |
| HSL | 16.15º | 0.74% | 0.73% | - |
| HSV(B) | 16.15º | 0.44% | 0.93% | - |
| XYZ | 51.9 | 45.19 | 28.18 | - |
| YUV | 180.53 | 101.18 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 133 | 0 | 0.32 | 0.44 | 0.07 | 16.15 | 0.74 | 0.73 |
| Hex | ED | A1 | 85 | 0 | 20 | 2C | 7 | 10 | 4A | 49 |
| Octal | 355 | 241 | 205 | 0 | 40 | 54 | 7 | 20 | 112 | 111 |
| Binary | 11101101 | 10100001 | 10000101 | 0 | 100000 | 101100 | 111 | 10000 | 1001010 | 1001001 |
Color Harmonies of #EDA185
Complementary color
Monochromatic Colors of #EDA185
Black with #EDA185
Text Example
Text Example
White with #EDA185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA185; }
p { color: rgb(237,161,133); }
H1.HeaderClassName
{
color: #EDA185;
}
.AnyTagClassName
{
color: #EDA185;
}
</style>
background-color css
<style>
a { background-color: #EDA185; }
a { background-color: rgb(237,161,133); }
div.DivClassName
{
background-color: #EDA185;
}
.BgClassName
{
background-color: #EDA185;
}
</style>
border-color css
<style>
span { border-color: #EDA185; }
span { border-color: rgb(237,161,133); }
td.TdClassName
{
border-color: #EDA185;
}
.TagClassName
{
border-color: #EDA185;
}
</style>