Shades of Tonys Pink #EDA285
Tints of Tonys Pink #EDA285
RGB
CMYK
RGB Variations
Color information
#EDA285 (or 0xEDA285) is known color: Tonys Pink. HEX triplet: ED, A2 and 85. RGB value is (237,162,133). Sum of RGB (Red+Green+Blue) = 237+162+133=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 162 (63.67% from 255 or 30.45% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA285 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA285 is #125D7A. Grayscale: #B5B5B5. Windows color (decimal): -1203579 or 8757997. OLE color: 8757997.
HSL color Cylindrical-coordinate representation of color #EDA285: hue angle of 16.73º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDA285 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 133 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.07 |
| HSL | 16.73º | 0.74% | 0.73% | - |
| HSV(B) | 16.73º | 0.44% | 0.93% | - |
| XYZ | 52.08 | 45.54 | 28.24 | - |
| YUV | 181.12 | 100.85 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 133 | 0 | 0.32 | 0.44 | 0.07 | 16.73 | 0.74 | 0.73 |
| Hex | ED | A2 | 85 | 0 | 20 | 2C | 7 | 11 | 4A | 49 |
| Octal | 355 | 242 | 205 | 0 | 40 | 54 | 7 | 21 | 112 | 111 |
| Binary | 11101101 | 10100010 | 10000101 | 0 | 100000 | 101100 | 111 | 10001 | 1001010 | 1001001 |
Color Harmonies of #EDA285
Complementary color
Monochromatic Colors of #EDA285
Black with #EDA285
Text Example
Text Example
White with #EDA285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA285; }
p { color: rgb(237,162,133); }
H1.HeaderClassName
{
color: #EDA285;
}
.AnyTagClassName
{
color: #EDA285;
}
</style>
background-color css
<style>
a { background-color: #EDA285; }
a { background-color: rgb(237,162,133); }
div.DivClassName
{
background-color: #EDA285;
}
.BgClassName
{
background-color: #EDA285;
}
</style>
border-color css
<style>
span { border-color: #EDA285; }
span { border-color: rgb(237,162,133); }
td.TdClassName
{
border-color: #EDA285;
}
.TagClassName
{
border-color: #EDA285;
}
</style>