Shades of Tonys Pink #EDA18D
Tints of Tonys Pink #EDA18D
RGB
CMYK
RGB Variations
Color information
#EDA18D (or 0xEDA18D) is known color: Tonys Pink. HEX triplet: ED, A1 and 8D. RGB value is (237,161,141). Sum of RGB (Red+Green+Blue) = 237+161+141=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA18D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA18D is #125E72. Grayscale: #B5B5B5. Windows color (decimal): -1203827 or 9282029. OLE color: 9282029.
HSL color Cylindrical-coordinate representation of color #EDA18D: hue angle of 12.5º 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 #EDA18D is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 141 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.07 |
| HSL | 12.5º | 0.73% | 0.74% | - |
| HSV(B) | 12.5º | 0.41% | 0.93% | - |
| XYZ | 52.48 | 45.42 | 31.2 | - |
| YUV | 181.44 | 105.18 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 141 | 0 | 0.32 | 0.41 | 0.07 | 12.5 | 0.73 | 0.74 |
| Hex | ED | A1 | 8D | 0 | 20 | 29 | 7 | C | 49 | 4A |
| Octal | 355 | 241 | 215 | 0 | 40 | 51 | 7 | 14 | 111 | 112 |
| Binary | 11101101 | 10100001 | 10001101 | 0 | 100000 | 101001 | 111 | 1100 | 1001001 | 1001010 |
Color Harmonies of #EDA18D
Complementary color
Monochromatic Colors of #EDA18D
Black with #EDA18D
Text Example
Text Example
White with #EDA18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA18D; }
p { color: rgb(237,161,141); }
H1.HeaderClassName
{
color: #EDA18D;
}
.AnyTagClassName
{
color: #EDA18D;
}
</style>
background-color css
<style>
a { background-color: #EDA18D; }
a { background-color: rgb(237,161,141); }
div.DivClassName
{
background-color: #EDA18D;
}
.BgClassName
{
background-color: #EDA18D;
}
</style>
border-color css
<style>
span { border-color: #EDA18D; }
span { border-color: rgb(237,161,141); }
td.TdClassName
{
border-color: #EDA18D;
}
.TagClassName
{
border-color: #EDA18D;
}
</style>