Shades of Tonys Pink #EDA28B
Tints of Tonys Pink #EDA28B
RGB
CMYK
RGB Variations
Color information
#EDA28B (or 0xEDA28B) is known color: Tonys Pink. HEX triplet: ED, A2 and 8B. RGB value is (237,162,139). Sum of RGB (Red+Green+Blue) = 237+162+139=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 139 (54.69% from 255 or 25.84% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA28B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA28B is #125D74. Grayscale: #B5B5B5. Windows color (decimal): -1203573 or 9151213. OLE color: 9151213.
HSL color Cylindrical-coordinate representation of color #EDA28B: hue angle of 14.08º 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 #EDA28B is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 139 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.07 |
| HSL | 14.08º | 0.73% | 0.74% | - |
| HSV(B) | 14.08º | 0.41% | 0.93% | - |
| XYZ | 52.51 | 45.71 | 30.48 | - |
| YUV | 181.8 | 103.85 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 139 | 0 | 0.32 | 0.41 | 0.07 | 14.08 | 0.73 | 0.74 |
| Hex | ED | A2 | 8B | 0 | 20 | 29 | 7 | E | 49 | 4A |
| Octal | 355 | 242 | 213 | 0 | 40 | 51 | 7 | 16 | 111 | 112 |
| Binary | 11101101 | 10100010 | 10001011 | 0 | 100000 | 101001 | 111 | 1110 | 1001001 | 1001010 |
Color Harmonies of #EDA28B
Complementary color
Monochromatic Colors of #EDA28B
Black with #EDA28B
Text Example
Text Example
White with #EDA28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA28B; }
p { color: rgb(237,162,139); }
H1.HeaderClassName
{
color: #EDA28B;
}
.AnyTagClassName
{
color: #EDA28B;
}
</style>
background-color css
<style>
a { background-color: #EDA28B; }
a { background-color: rgb(237,162,139); }
div.DivClassName
{
background-color: #EDA28B;
}
.BgClassName
{
background-color: #EDA28B;
}
</style>
border-color css
<style>
span { border-color: #EDA28B; }
span { border-color: rgb(237,162,139); }
td.TdClassName
{
border-color: #EDA28B;
}
.TagClassName
{
border-color: #EDA28B;
}
</style>