Shades of Tonys Pink #EDA78D
Tints of Tonys Pink #EDA78D
RGB
CMYK
RGB Variations
Color information
#EDA78D (or 0xEDA78D) is known color: Tonys Pink. HEX triplet: ED, A7 and 8D. RGB value is (237,167,141). Sum of RGB (Red+Green+Blue) = 237+167+141=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 167 (65.62% from 255 or 30.64% from 545); Blue value is 141 (55.47% from 255 or 25.87% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA78D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA78D is #125872. Grayscale: #B9B9B9. Windows color (decimal): -1202291 or 9283565. OLE color: 9283565.
HSL color Cylindrical-coordinate representation of color #EDA78D: hue angle of 16.25º 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 #EDA78D is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 141 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.07 |
| HSL | 16.25º | 0.73% | 0.74% | - |
| HSV(B) | 16.25º | 0.41% | 0.93% | - |
| XYZ | 53.55 | 47.57 | 31.56 | - |
| YUV | 184.97 | 103.19 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 141 | 0 | 0.30 | 0.41 | 0.07 | 16.25 | 0.73 | 0.74 |
| Hex | ED | A7 | 8D | 0 | 1E | 29 | 7 | 10 | 49 | 4A |
| Octal | 355 | 247 | 215 | 0 | 36 | 51 | 7 | 20 | 111 | 112 |
| Binary | 11101101 | 10100111 | 10001101 | 0 | 11110 | 101001 | 111 | 10000 | 1001001 | 1001010 |
Color Harmonies of #EDA78D
Complementary color
Monochromatic Colors of #EDA78D
Black with #EDA78D
Text Example
Text Example
White with #EDA78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA78D; }
p { color: rgb(237,167,141); }
H1.HeaderClassName
{
color: #EDA78D;
}
.AnyTagClassName
{
color: #EDA78D;
}
</style>
background-color css
<style>
a { background-color: #EDA78D; }
a { background-color: rgb(237,167,141); }
div.DivClassName
{
background-color: #EDA78D;
}
.BgClassName
{
background-color: #EDA78D;
}
</style>
border-color css
<style>
span { border-color: #EDA78D; }
span { border-color: rgb(237,167,141); }
td.TdClassName
{
border-color: #EDA78D;
}
.TagClassName
{
border-color: #EDA78D;
}
</style>