Shades of Tonys Pink #EDA486
Tints of Tonys Pink #EDA486
RGB
CMYK
RGB Variations
Color information
#EDA486 (or 0xEDA486) is known color: Tonys Pink. HEX triplet: ED, A4 and 86. RGB value is (237,164,134). Sum of RGB (Red+Green+Blue) = 237+164+134=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 164 (64.45% from 255 or 30.65% from 535); Blue value is 134 (52.73% from 255 or 25.05% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA486 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA486 is #125B79. Grayscale: #B6B6B6. Windows color (decimal): -1203066 or 8824045. OLE color: 8824045.
HSL color Cylindrical-coordinate representation of color #EDA486: hue angle of 17.48º 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 #EDA486 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 134 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.07 |
| HSL | 17.48º | 0.74% | 0.73% | - |
| HSV(B) | 17.48º | 0.43% | 0.93% | - |
| XYZ | 52.5 | 46.28 | 28.72 | - |
| YUV | 182.41 | 100.68 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 134 | 0 | 0.31 | 0.43 | 0.07 | 17.48 | 0.74 | 0.73 |
| Hex | ED | A4 | 86 | 0 | 1F | 2B | 7 | 11 | 4A | 49 |
| Octal | 355 | 244 | 206 | 0 | 37 | 53 | 7 | 21 | 112 | 111 |
| Binary | 11101101 | 10100100 | 10000110 | 0 | 11111 | 101011 | 111 | 10001 | 1001010 | 1001001 |
Color Harmonies of #EDA486
Complementary color
Monochromatic Colors of #EDA486
Black with #EDA486
Text Example
Text Example
White with #EDA486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA486; }
p { color: rgb(237,164,134); }
H1.HeaderClassName
{
color: #EDA486;
}
.AnyTagClassName
{
color: #EDA486;
}
</style>
background-color css
<style>
a { background-color: #EDA486; }
a { background-color: rgb(237,164,134); }
div.DivClassName
{
background-color: #EDA486;
}
.BgClassName
{
background-color: #EDA486;
}
</style>
border-color css
<style>
span { border-color: #EDA486; }
span { border-color: rgb(237,164,134); }
td.TdClassName
{
border-color: #EDA486;
}
.TagClassName
{
border-color: #EDA486;
}
</style>