Shades of Tonys Pink #EDA88D
Tints of Tonys Pink #EDA88D
RGB
CMYK
RGB Variations
Color information
#EDA88D (or 0xEDA88D) is known color: Tonys Pink. HEX triplet: ED, A8 and 8D. RGB value is (237,168,141). Sum of RGB (Red+Green+Blue) = 237+168+141=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 168 (66.02% from 255 or 30.77% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA88D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA88D is #125772. Grayscale: #B9B9B9. Windows color (decimal): -1202035 or 9283821. OLE color: 9283821.
HSL color Cylindrical-coordinate representation of color #EDA88D: hue angle of 16.88º 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 #EDA88D is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 141 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.07 |
| HSL | 16.88º | 0.73% | 0.74% | - |
| HSV(B) | 16.88º | 0.41% | 0.93% | - |
| XYZ | 53.74 | 47.93 | 31.62 | - |
| YUV | 185.55 | 102.86 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 141 | 0 | 0.29 | 0.41 | 0.07 | 16.88 | 0.73 | 0.74 |
| Hex | ED | A8 | 8D | 0 | 1D | 29 | 7 | 11 | 49 | 4A |
| Octal | 355 | 250 | 215 | 0 | 35 | 51 | 7 | 21 | 111 | 112 |
| Binary | 11101101 | 10101000 | 10001101 | 0 | 11101 | 101001 | 111 | 10001 | 1001001 | 1001010 |
Color Harmonies of #EDA88D
Complementary color
Monochromatic Colors of #EDA88D
Black with #EDA88D
Text Example
Text Example
White with #EDA88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA88D; }
p { color: rgb(237,168,141); }
H1.HeaderClassName
{
color: #EDA88D;
}
.AnyTagClassName
{
color: #EDA88D;
}
</style>
background-color css
<style>
a { background-color: #EDA88D; }
a { background-color: rgb(237,168,141); }
div.DivClassName
{
background-color: #EDA88D;
}
.BgClassName
{
background-color: #EDA88D;
}
</style>
border-color css
<style>
span { border-color: #EDA88D; }
span { border-color: rgb(237,168,141); }
td.TdClassName
{
border-color: #EDA88D;
}
.TagClassName
{
border-color: #EDA88D;
}
</style>