Shades of Tonys Pink #EDA582
Tints of Tonys Pink #EDA582
RGB
CMYK
RGB Variations
Color information
#EDA582 (or 0xEDA582) is known color: Tonys Pink. HEX triplet: ED, A5 and 82. RGB value is (237,165,130). Sum of RGB (Red+Green+Blue) = 237+165+130=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 165 (64.84% from 255 or 31.02% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA582 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA582 is #125A7D. Grayscale: #B6B6B6. Windows color (decimal): -1202814 or 8562157. OLE color: 8562157.
HSL color Cylindrical-coordinate representation of color #EDA582: hue angle of 19.63º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EDA582 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 130 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.07 |
| HSL | 19.63º | 0.75% | 0.72% | - |
| HSV(B) | 19.63º | 0.45% | 0.93% | - |
| XYZ | 52.41 | 46.53 | 27.34 | - |
| YUV | 182.54 | 98.35 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 130 | 0 | 0.30 | 0.45 | 0.07 | 19.63 | 0.75 | 0.72 |
| Hex | ED | A5 | 82 | 0 | 1E | 2D | 7 | 14 | 4B | 48 |
| Octal | 355 | 245 | 202 | 0 | 36 | 55 | 7 | 24 | 113 | 110 |
| Binary | 11101101 | 10100101 | 10000010 | 0 | 11110 | 101101 | 111 | 10100 | 1001011 | 1001000 |
Color Harmonies of #EDA582
Complementary color
Monochromatic Colors of #EDA582
Black with #EDA582
Text Example
Text Example
White with #EDA582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA582; }
p { color: rgb(237,165,130); }
H1.HeaderClassName
{
color: #EDA582;
}
.AnyTagClassName
{
color: #EDA582;
}
</style>
background-color css
<style>
a { background-color: #EDA582; }
a { background-color: rgb(237,165,130); }
div.DivClassName
{
background-color: #EDA582;
}
.BgClassName
{
background-color: #EDA582;
}
</style>
border-color css
<style>
span { border-color: #EDA582; }
span { border-color: rgb(237,165,130); }
td.TdClassName
{
border-color: #EDA582;
}
.TagClassName
{
border-color: #EDA582;
}
</style>