Shades of Tonys Pink #EDA385
Tints of Tonys Pink #EDA385
RGB
CMYK
RGB Variations
Color information
#EDA385 (or 0xEDA385) is known color: Tonys Pink. HEX triplet: ED, A3 and 85. RGB value is (237,163,133). Sum of RGB (Red+Green+Blue) = 237+163+133=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 163 (64.06% from 255 or 30.58% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA385 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA385 is #125C7A. Grayscale: #B5B5B5. Windows color (decimal): -1203323 or 8758253. OLE color: 8758253.
HSL color Cylindrical-coordinate representation of color #EDA385: hue angle of 17.31º 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 #EDA385 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 133 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.07 |
| HSL | 17.31º | 0.74% | 0.73% | - |
| HSV(B) | 17.31º | 0.44% | 0.93% | - |
| XYZ | 52.26 | 45.89 | 28.29 | - |
| YUV | 181.71 | 100.52 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 133 | 0 | 0.31 | 0.44 | 0.07 | 17.31 | 0.74 | 0.73 |
| Hex | ED | A3 | 85 | 0 | 1F | 2C | 7 | 11 | 4A | 49 |
| Octal | 355 | 243 | 205 | 0 | 37 | 54 | 7 | 21 | 112 | 111 |
| Binary | 11101101 | 10100011 | 10000101 | 0 | 11111 | 101100 | 111 | 10001 | 1001010 | 1001001 |
Color Harmonies of #EDA385
Complementary color
Monochromatic Colors of #EDA385
Black with #EDA385
Text Example
Text Example
White with #EDA385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA385; }
p { color: rgb(237,163,133); }
H1.HeaderClassName
{
color: #EDA385;
}
.AnyTagClassName
{
color: #EDA385;
}
</style>
background-color css
<style>
a { background-color: #EDA385; }
a { background-color: rgb(237,163,133); }
div.DivClassName
{
background-color: #EDA385;
}
.BgClassName
{
background-color: #EDA385;
}
</style>
border-color css
<style>
span { border-color: #EDA385; }
span { border-color: rgb(237,163,133); }
td.TdClassName
{
border-color: #EDA385;
}
.TagClassName
{
border-color: #EDA385;
}
</style>