Shades of Tonys Pink #EDA38D
Tints of Tonys Pink #EDA38D
RGB
CMYK
RGB Variations
Color information
#EDA38D (or 0xEDA38D) is known color: Tonys Pink. HEX triplet: ED, A3 and 8D. RGB value is (237,163,141). Sum of RGB (Red+Green+Blue) = 237+163+141=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA38D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA38D is #125C72. Grayscale: #B6B6B6. Windows color (decimal): -1203315 or 9282541. OLE color: 9282541.
HSL color Cylindrical-coordinate representation of color #EDA38D: hue angle of 13.75º 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 #EDA38D is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 141 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.07 |
| HSL | 13.75º | 0.73% | 0.74% | - |
| HSV(B) | 13.75º | 0.41% | 0.93% | - |
| XYZ | 52.83 | 46.12 | 31.32 | - |
| YUV | 182.62 | 104.52 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 141 | 0 | 0.31 | 0.41 | 0.07 | 13.75 | 0.73 | 0.74 |
| Hex | ED | A3 | 8D | 0 | 1F | 29 | 7 | E | 49 | 4A |
| Octal | 355 | 243 | 215 | 0 | 37 | 51 | 7 | 16 | 111 | 112 |
| Binary | 11101101 | 10100011 | 10001101 | 0 | 11111 | 101001 | 111 | 1110 | 1001001 | 1001010 |
Color Harmonies of #EDA38D
Complementary color
Monochromatic Colors of #EDA38D
Black with #EDA38D
Text Example
Text Example
White with #EDA38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA38D; }
p { color: rgb(237,163,141); }
H1.HeaderClassName
{
color: #EDA38D;
}
.AnyTagClassName
{
color: #EDA38D;
}
</style>
background-color css
<style>
a { background-color: #EDA38D; }
a { background-color: rgb(237,163,141); }
div.DivClassName
{
background-color: #EDA38D;
}
.BgClassName
{
background-color: #EDA38D;
}
</style>
border-color css
<style>
span { border-color: #EDA38D; }
span { border-color: rgb(237,163,141); }
td.TdClassName
{
border-color: #EDA38D;
}
.TagClassName
{
border-color: #EDA38D;
}
</style>