Shades of Tonys Pink #EDA691
Tints of Tonys Pink #EDA691
RGB
CMYK
RGB Variations
Color information
#EDA691 (or 0xEDA691) is known color: Tonys Pink. HEX triplet: ED, A6 and 91. RGB value is (237,166,145). Sum of RGB (Red+Green+Blue) = 237+166+145=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 166 (65.23% from 255 or 30.29% from 548); Blue value is 145 (57.03% from 255 or 26.46% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA691 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA691 is #12596E. Grayscale: #B8B8B8. Windows color (decimal): -1202543 or 9545453. OLE color: 9545453.
HSL color Cylindrical-coordinate representation of color #EDA691: hue angle of 13.7º 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 #EDA691 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 145 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.07 |
| HSL | 13.7º | 0.72% | 0.75% | - |
| HSV(B) | 13.7º | 0.39% | 0.93% | - |
| XYZ | 53.67 | 47.32 | 33.09 | - |
| YUV | 184.84 | 105.52 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 145 | 0 | 0.30 | 0.39 | 0.07 | 13.7 | 0.72 | 0.75 |
| Hex | ED | A6 | 91 | 0 | 1E | 27 | 7 | E | 48 | 4B |
| Octal | 355 | 246 | 221 | 0 | 36 | 47 | 7 | 16 | 110 | 113 |
| Binary | 11101101 | 10100110 | 10010001 | 0 | 11110 | 100111 | 111 | 1110 | 1001000 | 1001011 |
Color Harmonies of #EDA691
Complementary color
Monochromatic Colors of #EDA691
Black with #EDA691
Text Example
Text Example
White with #EDA691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA691; }
p { color: rgb(237,166,145); }
H1.HeaderClassName
{
color: #EDA691;
}
.AnyTagClassName
{
color: #EDA691;
}
</style>
background-color css
<style>
a { background-color: #EDA691; }
a { background-color: rgb(237,166,145); }
div.DivClassName
{
background-color: #EDA691;
}
.BgClassName
{
background-color: #EDA691;
}
</style>
border-color css
<style>
span { border-color: #EDA691; }
span { border-color: rgb(237,166,145); }
td.TdClassName
{
border-color: #EDA691;
}
.TagClassName
{
border-color: #EDA691;
}
</style>