Shades of Tonys Pink #EDA280
Tints of Tonys Pink #EDA280
RGB
CMYK
RGB Variations
Color information
#EDA280 (or 0xEDA280) is known color: Tonys Pink. HEX triplet: ED, A2 and 80. RGB value is (237,162,128). Sum of RGB (Red+Green+Blue) = 237+162+128=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA280 is #125D7F. Grayscale: #B4B4B4. Windows color (decimal): -1203584 or 8430317. OLE color: 8430317.
HSL color Cylindrical-coordinate representation of color #EDA280: hue angle of 18.72º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDA280 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 128 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.07 |
| HSL | 18.72º | 0.75% | 0.72% | - |
| HSV(B) | 18.72º | 0.46% | 0.93% | - |
| XYZ | 51.74 | 45.4 | 26.46 | - |
| YUV | 180.55 | 98.35 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 128 | 0 | 0.32 | 0.46 | 0.07 | 18.72 | 0.75 | 0.72 |
| Hex | ED | A2 | 80 | 0 | 20 | 2E | 7 | 13 | 4B | 48 |
| Octal | 355 | 242 | 200 | 0 | 40 | 56 | 7 | 23 | 113 | 110 |
| Binary | 11101101 | 10100010 | 10000000 | 0 | 100000 | 101110 | 111 | 10011 | 1001011 | 1001000 |
Color Harmonies of #EDA280
Complementary color
Monochromatic Colors of #EDA280
Black with #EDA280
Text Example
Text Example
White with #EDA280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA280; }
p { color: rgb(237,162,128); }
H1.HeaderClassName
{
color: #EDA280;
}
.AnyTagClassName
{
color: #EDA280;
}
</style>
background-color css
<style>
a { background-color: #EDA280; }
a { background-color: rgb(237,162,128); }
div.DivClassName
{
background-color: #EDA280;
}
.BgClassName
{
background-color: #EDA280;
}
</style>
border-color css
<style>
span { border-color: #EDA280; }
span { border-color: rgb(237,162,128); }
td.TdClassName
{
border-color: #EDA280;
}
.TagClassName
{
border-color: #EDA280;
}
</style>