Shades of Tonys Pink #EDAA8E
Tints of Tonys Pink #EDAA8E
RGB
CMYK
RGB Variations
Color information
#EDAA8E (or 0xEDAA8E) is known color: Tonys Pink. HEX triplet: ED, AA and 8E. RGB value is (237,170,142). Sum of RGB (Red+Green+Blue) = 237+170+142=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA8E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAA8E is #125571. Grayscale: #BBBBBB. Windows color (decimal): -1201522 or 9349869. OLE color: 9349869.
HSL color Cylindrical-coordinate representation of color #EDAA8E: hue angle of 17.68º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDAA8E is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 170 | 142 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.07 |
| HSL | 17.68º | 0.73% | 0.74% | - |
| HSV(B) | 17.68º | 0.4% | 0.93% | - |
| XYZ | 54.18 | 48.71 | 32.14 | - |
| YUV | 186.84 | 102.7 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 170 | 142 | 0 | 0.28 | 0.40 | 0.07 | 17.68 | 0.73 | 0.74 |
| Hex | ED | AA | 8E | 0 | 1C | 28 | 7 | 12 | 49 | 4A |
| Octal | 355 | 252 | 216 | 0 | 34 | 50 | 7 | 22 | 111 | 112 |
| Binary | 11101101 | 10101010 | 10001110 | 0 | 11100 | 101000 | 111 | 10010 | 1001001 | 1001010 |
Color Harmonies of #EDAA8E
Complementary color
Monochromatic Colors of #EDAA8E
Black with #EDAA8E
Text Example
Text Example
White with #EDAA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAA8E; }
p { color: rgb(237,170,142); }
H1.HeaderClassName
{
color: #EDAA8E;
}
.AnyTagClassName
{
color: #EDAA8E;
}
</style>
background-color css
<style>
a { background-color: #EDAA8E; }
a { background-color: rgb(237,170,142); }
div.DivClassName
{
background-color: #EDAA8E;
}
.BgClassName
{
background-color: #EDAA8E;
}
</style>
border-color css
<style>
span { border-color: #EDAA8E; }
span { border-color: rgb(237,170,142); }
td.TdClassName
{
border-color: #EDAA8E;
}
.TagClassName
{
border-color: #EDAA8E;
}
</style>