Shades of Tonys Pink #EDA28E
Tints of Tonys Pink #EDA28E
RGB
CMYK
RGB Variations
Color information
#EDA28E (or 0xEDA28E) is known color: Tonys Pink. HEX triplet: ED, A2 and 8E. RGB value is (237,162,142). Sum of RGB (Red+Green+Blue) = 237+162+142=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 162 (63.67% from 255 or 29.94% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA28E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA28E is #125D71. Grayscale: #B6B6B6. Windows color (decimal): -1203570 or 9347821. OLE color: 9347821.
HSL color Cylindrical-coordinate representation of color #EDA28E: hue angle of 12.63º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDA28E is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 142 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.07 |
| HSL | 12.63º | 0.73% | 0.74% | - |
| HSV(B) | 12.63º | 0.4% | 0.93% | - |
| XYZ | 52.73 | 45.8 | 31.65 | - |
| YUV | 182.15 | 105.35 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 142 | 0 | 0.32 | 0.40 | 0.07 | 12.63 | 0.73 | 0.74 |
| Hex | ED | A2 | 8E | 0 | 20 | 28 | 7 | D | 49 | 4A |
| Octal | 355 | 242 | 216 | 0 | 40 | 50 | 7 | 15 | 111 | 112 |
| Binary | 11101101 | 10100010 | 10001110 | 0 | 100000 | 101000 | 111 | 1101 | 1001001 | 1001010 |
Color Harmonies of #EDA28E
Complementary color
Monochromatic Colors of #EDA28E
Black with #EDA28E
Text Example
Text Example
White with #EDA28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA28E; }
p { color: rgb(237,162,142); }
H1.HeaderClassName
{
color: #EDA28E;
}
.AnyTagClassName
{
color: #EDA28E;
}
</style>
background-color css
<style>
a { background-color: #EDA28E; }
a { background-color: rgb(237,162,142); }
div.DivClassName
{
background-color: #EDA28E;
}
.BgClassName
{
background-color: #EDA28E;
}
</style>
border-color css
<style>
span { border-color: #EDA28E; }
span { border-color: rgb(237,162,142); }
td.TdClassName
{
border-color: #EDA28E;
}
.TagClassName
{
border-color: #EDA28E;
}
</style>