Shades of Tonys Pink #EDA596
Tints of Tonys Pink #EDA596
RGB
CMYK
RGB Variations
Color information
#EDA596 (or 0xEDA596) is known color: Tonys Pink. HEX triplet: ED, A5 and 96. RGB value is (237,165,150). Sum of RGB (Red+Green+Blue) = 237+165+150=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 165 (64.84% from 255 or 29.89% from 552); Blue value is 150 (58.98% from 255 or 27.17% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA596 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA596 is #125A69. Grayscale: #B8B8B8. Windows color (decimal): -1202794 or 9872877. OLE color: 9872877.
HSL color Cylindrical-coordinate representation of color #EDA596: hue angle of 10.34º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDA596 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 150 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.07 |
| HSL | 10.34º | 0.71% | 0.76% | - |
| HSV(B) | 10.34º | 0.37% | 0.93% | - |
| XYZ | 53.89 | 47.12 | 35.11 | - |
| YUV | 184.82 | 108.35 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 150 | 0 | 0.30 | 0.37 | 0.07 | 10.34 | 0.71 | 0.76 |
| Hex | ED | A5 | 96 | 0 | 1E | 25 | 7 | A | 47 | 4C |
| Octal | 355 | 245 | 226 | 0 | 36 | 45 | 7 | 12 | 107 | 114 |
| Binary | 11101101 | 10100101 | 10010110 | 0 | 11110 | 100101 | 111 | 1010 | 1000111 | 1001100 |
Color Harmonies of #EDA596
Complementary color
Monochromatic Colors of #EDA596
Black with #EDA596
Text Example
Text Example
White with #EDA596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA596; }
p { color: rgb(237,165,150); }
H1.HeaderClassName
{
color: #EDA596;
}
.AnyTagClassName
{
color: #EDA596;
}
</style>
background-color css
<style>
a { background-color: #EDA596; }
a { background-color: rgb(237,165,150); }
div.DivClassName
{
background-color: #EDA596;
}
.BgClassName
{
background-color: #EDA596;
}
</style>
border-color css
<style>
span { border-color: #EDA596; }
span { border-color: rgb(237,165,150); }
td.TdClassName
{
border-color: #EDA596;
}
.TagClassName
{
border-color: #EDA596;
}
</style>