Shades of Tonys Pink #EDA98C
Tints of Tonys Pink #EDA98C
RGB
CMYK
RGB Variations
Color information
#EDA98C (or 0xEDA98C) is known color: Tonys Pink. HEX triplet: ED, A9 and 8C. RGB value is (237,169,140). Sum of RGB (Red+Green+Blue) = 237+169+140=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 140 (55.08% from 255 or 25.64% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA98C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA98C is #125673. Grayscale: #BABABA. Windows color (decimal): -1201780 or 9218541. OLE color: 9218541.
HSL color Cylindrical-coordinate representation of color #EDA98C: hue angle of 17.94º 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 #EDA98C is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 140 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.07 |
| HSL | 17.94º | 0.73% | 0.74% | - |
| HSV(B) | 17.94º | 0.41% | 0.93% | - |
| XYZ | 53.85 | 48.27 | 31.29 | - |
| YUV | 186.03 | 102.03 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 140 | 0 | 0.29 | 0.41 | 0.07 | 17.94 | 0.73 | 0.74 |
| Hex | ED | A9 | 8C | 0 | 1D | 29 | 7 | 12 | 49 | 4A |
| Octal | 355 | 251 | 214 | 0 | 35 | 51 | 7 | 22 | 111 | 112 |
| Binary | 11101101 | 10101001 | 10001100 | 0 | 11101 | 101001 | 111 | 10010 | 1001001 | 1001010 |
Color Harmonies of #EDA98C
Complementary color
Monochromatic Colors of #EDA98C
Black with #EDA98C
Text Example
Text Example
White with #EDA98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA98C; }
p { color: rgb(237,169,140); }
H1.HeaderClassName
{
color: #EDA98C;
}
.AnyTagClassName
{
color: #EDA98C;
}
</style>
background-color css
<style>
a { background-color: #EDA98C; }
a { background-color: rgb(237,169,140); }
div.DivClassName
{
background-color: #EDA98C;
}
.BgClassName
{
background-color: #EDA98C;
}
</style>
border-color css
<style>
span { border-color: #EDA98C; }
span { border-color: rgb(237,169,140); }
td.TdClassName
{
border-color: #EDA98C;
}
.TagClassName
{
border-color: #EDA98C;
}
</style>