Shades of Tonys Pink #EDA68C
Tints of Tonys Pink #EDA68C
RGB
CMYK
RGB Variations
Color information
#EDA68C (or 0xEDA68C) is known color: Tonys Pink. HEX triplet: ED, A6 and 8C. RGB value is (237,166,140). Sum of RGB (Red+Green+Blue) = 237+166+140=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 140 (55.08% from 255 or 25.78% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA68C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA68C is #125973. Grayscale: #B8B8B8. Windows color (decimal): -1202548 or 9217773. OLE color: 9217773.
HSL color Cylindrical-coordinate representation of color #EDA68C: hue angle of 16.08º 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 #EDA68C is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 140 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.07 |
| HSL | 16.08º | 0.73% | 0.74% | - |
| HSV(B) | 16.08º | 0.41% | 0.93% | - |
| XYZ | 53.29 | 47.17 | 31.11 | - |
| YUV | 184.27 | 103.02 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 140 | 0 | 0.30 | 0.41 | 0.07 | 16.08 | 0.73 | 0.74 |
| Hex | ED | A6 | 8C | 0 | 1E | 29 | 7 | 10 | 49 | 4A |
| Octal | 355 | 246 | 214 | 0 | 36 | 51 | 7 | 20 | 111 | 112 |
| Binary | 11101101 | 10100110 | 10001100 | 0 | 11110 | 101001 | 111 | 10000 | 1001001 | 1001010 |
Color Harmonies of #EDA68C
Complementary color
Monochromatic Colors of #EDA68C
Black with #EDA68C
Text Example
Text Example
White with #EDA68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA68C; }
p { color: rgb(237,166,140); }
H1.HeaderClassName
{
color: #EDA68C;
}
.AnyTagClassName
{
color: #EDA68C;
}
</style>
background-color css
<style>
a { background-color: #EDA68C; }
a { background-color: rgb(237,166,140); }
div.DivClassName
{
background-color: #EDA68C;
}
.BgClassName
{
background-color: #EDA68C;
}
</style>
border-color css
<style>
span { border-color: #EDA68C; }
span { border-color: rgb(237,166,140); }
td.TdClassName
{
border-color: #EDA68C;
}
.TagClassName
{
border-color: #EDA68C;
}
</style>