Shades of Tonys Pink #EDA88F
Tints of Tonys Pink #EDA88F
RGB
CMYK
RGB Variations
Color information
#EDA88F (or 0xEDA88F) is known color: Tonys Pink. HEX triplet: ED, A8 and 8F. RGB value is (237,168,143). Sum of RGB (Red+Green+Blue) = 237+168+143=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 143 (56.25% from 255 or 26.09% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA88F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA88F is #125770. Grayscale: #B9B9B9. Windows color (decimal): -1202033 or 9414893. OLE color: 9414893.
HSL color Cylindrical-coordinate representation of color #EDA88F: hue angle of 15.96º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDA88F is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 143 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.07 |
| HSL | 15.96º | 0.72% | 0.75% | - |
| HSV(B) | 15.96º | 0.4% | 0.93% | - |
| XYZ | 53.89 | 47.99 | 32.41 | - |
| YUV | 185.78 | 103.86 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 143 | 0 | 0.29 | 0.40 | 0.07 | 15.96 | 0.72 | 0.75 |
| Hex | ED | A8 | 8F | 0 | 1D | 28 | 7 | 10 | 48 | 4B |
| Octal | 355 | 250 | 217 | 0 | 35 | 50 | 7 | 20 | 110 | 113 |
| Binary | 11101101 | 10101000 | 10001111 | 0 | 11101 | 101000 | 111 | 10000 | 1001000 | 1001011 |
Color Harmonies of #EDA88F
Complementary color
Monochromatic Colors of #EDA88F
Black with #EDA88F
Text Example
Text Example
White with #EDA88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA88F; }
p { color: rgb(237,168,143); }
H1.HeaderClassName
{
color: #EDA88F;
}
.AnyTagClassName
{
color: #EDA88F;
}
</style>
background-color css
<style>
a { background-color: #EDA88F; }
a { background-color: rgb(237,168,143); }
div.DivClassName
{
background-color: #EDA88F;
}
.BgClassName
{
background-color: #EDA88F;
}
</style>
border-color css
<style>
span { border-color: #EDA88F; }
span { border-color: rgb(237,168,143); }
td.TdClassName
{
border-color: #EDA88F;
}
.TagClassName
{
border-color: #EDA88F;
}
</style>