Shades of Tonys Pink #EDA08B
Tints of Tonys Pink #EDA08B
RGB
CMYK
RGB Variations
Color information
#EDA08B (or 0xEDA08B) is known color: Tonys Pink. HEX triplet: ED, A0 and 8B. RGB value is (237,160,139). Sum of RGB (Red+Green+Blue) = 237+160+139=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 139 (54.69% from 255 or 25.93% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA08B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA08B is #125F74. Grayscale: #B4B4B4. Windows color (decimal): -1204085 or 9150701. OLE color: 9150701.
HSL color Cylindrical-coordinate representation of color #EDA08B: hue angle of 12.86º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDA08B is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 139 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.07 |
| HSL | 12.86º | 0.73% | 0.74% | - |
| HSV(B) | 12.86º | 0.41% | 0.93% | - |
| XYZ | 52.16 | 45.01 | 30.37 | - |
| YUV | 180.63 | 104.51 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 139 | 0 | 0.32 | 0.41 | 0.07 | 12.86 | 0.73 | 0.74 |
| Hex | ED | A0 | 8B | 0 | 20 | 29 | 7 | D | 49 | 4A |
| Octal | 355 | 240 | 213 | 0 | 40 | 51 | 7 | 15 | 111 | 112 |
| Binary | 11101101 | 10100000 | 10001011 | 0 | 100000 | 101001 | 111 | 1101 | 1001001 | 1001010 |
Color Harmonies of #EDA08B
Complementary color
Monochromatic Colors of #EDA08B
Black with #EDA08B
Text Example
Text Example
White with #EDA08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA08B; }
p { color: rgb(237,160,139); }
H1.HeaderClassName
{
color: #EDA08B;
}
.AnyTagClassName
{
color: #EDA08B;
}
</style>
background-color css
<style>
a { background-color: #EDA08B; }
a { background-color: rgb(237,160,139); }
div.DivClassName
{
background-color: #EDA08B;
}
.BgClassName
{
background-color: #EDA08B;
}
</style>
border-color css
<style>
span { border-color: #EDA08B; }
span { border-color: rgb(237,160,139); }
td.TdClassName
{
border-color: #EDA08B;
}
.TagClassName
{
border-color: #EDA08B;
}
</style>