Shades of Tonys Pink #EDA88E
Tints of Tonys Pink #EDA88E
RGB
CMYK
RGB Variations
Color information
#EDA88E (or 0xEDA88E) is known color: Tonys Pink. HEX triplet: ED, A8 and 8E. RGB value is (237,168,142). Sum of RGB (Red+Green+Blue) = 237+168+142=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 142 (55.86% from 255 or 25.96% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA88E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA88E is #125771. Grayscale: #B9B9B9. Windows color (decimal): -1202034 or 9349357. OLE color: 9349357.
HSL color Cylindrical-coordinate representation of color #EDA88E: hue angle of 16.42º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDA88E is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 142 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.07 |
| HSL | 16.42º | 0.73% | 0.74% | - |
| HSV(B) | 16.42º | 0.4% | 0.93% | - |
| XYZ | 53.81 | 47.96 | 32.01 | - |
| YUV | 185.67 | 103.36 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 142 | 0 | 0.29 | 0.40 | 0.07 | 16.42 | 0.73 | 0.74 |
| Hex | ED | A8 | 8E | 0 | 1D | 28 | 7 | 10 | 49 | 4A |
| Octal | 355 | 250 | 216 | 0 | 35 | 50 | 7 | 20 | 111 | 112 |
| Binary | 11101101 | 10101000 | 10001110 | 0 | 11101 | 101000 | 111 | 10000 | 1001001 | 1001010 |
Color Harmonies of #EDA88E
Complementary color
Monochromatic Colors of #EDA88E
Black with #EDA88E
Text Example
Text Example
White with #EDA88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA88E; }
p { color: rgb(237,168,142); }
H1.HeaderClassName
{
color: #EDA88E;
}
.AnyTagClassName
{
color: #EDA88E;
}
</style>
background-color css
<style>
a { background-color: #EDA88E; }
a { background-color: rgb(237,168,142); }
div.DivClassName
{
background-color: #EDA88E;
}
.BgClassName
{
background-color: #EDA88E;
}
</style>
border-color css
<style>
span { border-color: #EDA88E; }
span { border-color: rgb(237,168,142); }
td.TdClassName
{
border-color: #EDA88E;
}
.TagClassName
{
border-color: #EDA88E;
}
</style>