Shades of Tonys Pink #EDA287
Tints of Tonys Pink #EDA287
RGB
CMYK
RGB Variations
Color information
#EDA287 (or 0xEDA287) is known color: Tonys Pink. HEX triplet: ED, A2 and 87. RGB value is (237,162,135). Sum of RGB (Red+Green+Blue) = 237+162+135=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 162 (63.67% from 255 or 30.34% from 534); Blue value is 135 (53.12% from 255 or 25.28% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA287 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA287 is #125D78. Grayscale: #B5B5B5. Windows color (decimal): -1203577 or 8889069. OLE color: 8889069.
HSL color Cylindrical-coordinate representation of color #EDA287: hue angle of 15.88º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EDA287 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 135 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.07 |
| HSL | 15.88º | 0.74% | 0.73% | - |
| HSV(B) | 15.88º | 0.43% | 0.93% | - |
| XYZ | 52.22 | 45.59 | 28.97 | - |
| YUV | 181.35 | 101.85 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 135 | 0 | 0.32 | 0.43 | 0.07 | 15.88 | 0.74 | 0.73 |
| Hex | ED | A2 | 87 | 0 | 20 | 2B | 7 | 10 | 4A | 49 |
| Octal | 355 | 242 | 207 | 0 | 40 | 53 | 7 | 20 | 112 | 111 |
| Binary | 11101101 | 10100010 | 10000111 | 0 | 100000 | 101011 | 111 | 10000 | 1001010 | 1001001 |
Color Harmonies of #EDA287
Complementary color
Monochromatic Colors of #EDA287
Black with #EDA287
Text Example
Text Example
White with #EDA287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA287; }
p { color: rgb(237,162,135); }
H1.HeaderClassName
{
color: #EDA287;
}
.AnyTagClassName
{
color: #EDA287;
}
</style>
background-color css
<style>
a { background-color: #EDA287; }
a { background-color: rgb(237,162,135); }
div.DivClassName
{
background-color: #EDA287;
}
.BgClassName
{
background-color: #EDA287;
}
</style>
border-color css
<style>
span { border-color: #EDA287; }
span { border-color: rgb(237,162,135); }
td.TdClassName
{
border-color: #EDA287;
}
.TagClassName
{
border-color: #EDA287;
}
</style>