Shades of Tonys Pink #EDA28C
Tints of Tonys Pink #EDA28C
RGB
CMYK
RGB Variations
Color information
#EDA28C (or 0xEDA28C) is known color: Tonys Pink. HEX triplet: ED, A2 and 8C. RGB value is (237,162,140). Sum of RGB (Red+Green+Blue) = 237+162+140=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 162 (63.67% from 255 or 30.06% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA28C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA28C is #125D73. Grayscale: #B6B6B6. Windows color (decimal): -1203572 or 9216749. OLE color: 9216749.
HSL color Cylindrical-coordinate representation of color #EDA28C: hue angle of 13.61º 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 #EDA28C is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 140 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.07 |
| HSL | 13.61º | 0.73% | 0.74% | - |
| HSV(B) | 13.61º | 0.41% | 0.93% | - |
| XYZ | 52.58 | 45.74 | 30.87 | - |
| YUV | 181.92 | 104.35 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 140 | 0 | 0.32 | 0.41 | 0.07 | 13.61 | 0.73 | 0.74 |
| Hex | ED | A2 | 8C | 0 | 20 | 29 | 7 | E | 49 | 4A |
| Octal | 355 | 242 | 214 | 0 | 40 | 51 | 7 | 16 | 111 | 112 |
| Binary | 11101101 | 10100010 | 10001100 | 0 | 100000 | 101001 | 111 | 1110 | 1001001 | 1001010 |
Color Harmonies of #EDA28C
Complementary color
Monochromatic Colors of #EDA28C
Black with #EDA28C
Text Example
Text Example
White with #EDA28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA28C; }
p { color: rgb(237,162,140); }
H1.HeaderClassName
{
color: #EDA28C;
}
.AnyTagClassName
{
color: #EDA28C;
}
</style>
background-color css
<style>
a { background-color: #EDA28C; }
a { background-color: rgb(237,162,140); }
div.DivClassName
{
background-color: #EDA28C;
}
.BgClassName
{
background-color: #EDA28C;
}
</style>
border-color css
<style>
span { border-color: #EDA28C; }
span { border-color: rgb(237,162,140); }
td.TdClassName
{
border-color: #EDA28C;
}
.TagClassName
{
border-color: #EDA28C;
}
</style>