Shades of Tonys Pink #EDA790
Tints of Tonys Pink #EDA790
RGB
CMYK
RGB Variations
Color information
#EDA790 (or 0xEDA790) is known color: Tonys Pink. HEX triplet: ED, A7 and 90. RGB value is (237,167,144). Sum of RGB (Red+Green+Blue) = 237+167+144=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 167 (65.62% from 255 or 30.47% from 548); Blue value is 144 (56.64% from 255 or 26.28% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA790 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA790 is #12586F. Grayscale: #B9B9B9. Windows color (decimal): -1202288 or 9480173. OLE color: 9480173.
HSL color Cylindrical-coordinate representation of color #EDA790: hue angle of 14.84º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDA790 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 144 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.07 |
| HSL | 14.84º | 0.72% | 0.75% | - |
| HSV(B) | 14.84º | 0.39% | 0.93% | - |
| XYZ | 53.78 | 47.66 | 32.75 | - |
| YUV | 185.31 | 104.69 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 144 | 0 | 0.30 | 0.39 | 0.07 | 14.84 | 0.72 | 0.75 |
| Hex | ED | A7 | 90 | 0 | 1E | 27 | 7 | F | 48 | 4B |
| Octal | 355 | 247 | 220 | 0 | 36 | 47 | 7 | 17 | 110 | 113 |
| Binary | 11101101 | 10100111 | 10010000 | 0 | 11110 | 100111 | 111 | 1111 | 1001000 | 1001011 |
Color Harmonies of #EDA790
Complementary color
Monochromatic Colors of #EDA790
Black with #EDA790
Text Example
Text Example
White with #EDA790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA790; }
p { color: rgb(237,167,144); }
H1.HeaderClassName
{
color: #EDA790;
}
.AnyTagClassName
{
color: #EDA790;
}
</style>
background-color css
<style>
a { background-color: #EDA790; }
a { background-color: rgb(237,167,144); }
div.DivClassName
{
background-color: #EDA790;
}
.BgClassName
{
background-color: #EDA790;
}
</style>
border-color css
<style>
span { border-color: #EDA790; }
span { border-color: rgb(237,167,144); }
td.TdClassName
{
border-color: #EDA790;
}
.TagClassName
{
border-color: #EDA790;
}
</style>