Shades of Tonys Pink #EDA28D
Tints of Tonys Pink #EDA28D
RGB
CMYK
RGB Variations
Color information
#EDA28D (or 0xEDA28D) is known color: Tonys Pink. HEX triplet: ED, A2 and 8D. RGB value is (237,162,141). Sum of RGB (Red+Green+Blue) = 237+162+141=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 162 (63.67% from 255 or 30% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA28D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA28D is #125D72. Grayscale: #B6B6B6. Windows color (decimal): -1203571 or 9282285. OLE color: 9282285.
HSL color Cylindrical-coordinate representation of color #EDA28D: hue angle of 13.12º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDA28D is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 141 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.07 |
| HSL | 13.13º | 0.73% | 0.74% | - |
| HSV(B) | 13.13º | 0.41% | 0.93% | - |
| XYZ | 52.65 | 45.77 | 31.26 | - |
| YUV | 182.03 | 104.85 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 141 | 0 | 0.32 | 0.41 | 0.07 | 13.13 | 0.73 | 0.74 |
| Hex | ED | A2 | 8D | 0 | 20 | 29 | 7 | D | 49 | 4A |
| Octal | 355 | 242 | 215 | 0 | 40 | 51 | 7 | 15 | 111 | 112 |
| Binary | 11101101 | 10100010 | 10001101 | 0 | 100000 | 101001 | 111 | 1101 | 1001001 | 1001010 |
Color Harmonies of #EDA28D
Complementary color
Monochromatic Colors of #EDA28D
Black with #EDA28D
Text Example
Text Example
White with #EDA28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA28D; }
p { color: rgb(237,162,141); }
H1.HeaderClassName
{
color: #EDA28D;
}
.AnyTagClassName
{
color: #EDA28D;
}
</style>
background-color css
<style>
a { background-color: #EDA28D; }
a { background-color: rgb(237,162,141); }
div.DivClassName
{
background-color: #EDA28D;
}
.BgClassName
{
background-color: #EDA28D;
}
</style>
border-color css
<style>
span { border-color: #EDA28D; }
span { border-color: rgb(237,162,141); }
td.TdClassName
{
border-color: #EDA28D;
}
.TagClassName
{
border-color: #EDA28D;
}
</style>