Shades of Tonys Pink #EDA98B
Tints of Tonys Pink #EDA98B
RGB
CMYK
RGB Variations
Color information
#EDA98B (or 0xEDA98B) is known color: Tonys Pink. HEX triplet: ED, A9 and 8B. RGB value is (237,169,139). Sum of RGB (Red+Green+Blue) = 237+169+139=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA98B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA98B is #125674. Grayscale: #BABABA. Windows color (decimal): -1201781 or 9153005. OLE color: 9153005.
HSL color Cylindrical-coordinate representation of color #EDA98B: hue angle of 18.37º 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 #EDA98B is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 139 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.07 |
| HSL | 18.37º | 0.73% | 0.74% | - |
| HSV(B) | 18.37º | 0.41% | 0.93% | - |
| XYZ | 53.77 | 48.24 | 30.9 | - |
| YUV | 185.91 | 101.53 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 139 | 0 | 0.29 | 0.41 | 0.07 | 18.37 | 0.73 | 0.74 |
| Hex | ED | A9 | 8B | 0 | 1D | 29 | 7 | 12 | 49 | 4A |
| Octal | 355 | 251 | 213 | 0 | 35 | 51 | 7 | 22 | 111 | 112 |
| Binary | 11101101 | 10101001 | 10001011 | 0 | 11101 | 101001 | 111 | 10010 | 1001001 | 1001010 |
Color Harmonies of #EDA98B
Complementary color
Monochromatic Colors of #EDA98B
Black with #EDA98B
Text Example
Text Example
White with #EDA98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA98B; }
p { color: rgb(237,169,139); }
H1.HeaderClassName
{
color: #EDA98B;
}
.AnyTagClassName
{
color: #EDA98B;
}
</style>
background-color css
<style>
a { background-color: #EDA98B; }
a { background-color: rgb(237,169,139); }
div.DivClassName
{
background-color: #EDA98B;
}
.BgClassName
{
background-color: #EDA98B;
}
</style>
border-color css
<style>
span { border-color: #EDA98B; }
span { border-color: rgb(237,169,139); }
td.TdClassName
{
border-color: #EDA98B;
}
.TagClassName
{
border-color: #EDA98B;
}
</style>